Searched refs:rIntValue (Results 1 – 1 of 1) sorted by relevance
304 const int64_t* rIntValue = std::get_if<int64_t>(&right); in operator ()() local 313 if (rIntValue != nullptr) in operator ()() 317 static_cast<double>(*rIntValue)); in operator ()() 322 if (rIntValue != nullptr) in operator ()() 325 return doIntComparison(*lIntValue, x.token, *rIntValue); in operator ()()