Searched refs:lDateValue (Results 1 – 1 of 1) sorted by relevance
329 const DateTimeString* lDateValue = std::get_if<DateTimeString>(&left); in operator ()() local334 if (lDateValue != nullptr && rStrValue != nullptr) in operator ()()340 lDateValue = &left.emplace<DateTimeString>(std::string(*lStrValue)); in operator ()()343 if (lDateValue != nullptr && rDateValue != nullptr) in operator ()()345 return doIntComparison(lDateValue->value.count(), x.token, in operator ()()