Home
last modified time | relevance | path

Searched refs:rIntValue (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp304 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 ()()