Searched refs:rStrValue (Results 1 – 1 of 1) sorted by relevance
327 const std::string* rStrValue = std::get_if<std::string>(&right); in operator ()() local334 if (lDateValue != nullptr && rStrValue != nullptr) in operator ()()336 rDateValue = &right.emplace<DateTimeString>(std::string(*rStrValue)); in operator ()()349 if (lStrValue != nullptr && rStrValue != nullptr) in operator ()()351 return doStringComparison(*lStrValue, x.token, *rStrValue); in operator ()()