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