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