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.cpp274 const int64_t* rIntValue = std::get_if<int64_t>(&right); in operator ()() local
283 if (rIntValue != nullptr) in operator ()()
287 static_cast<double>(*rIntValue)); in operator ()()
292 if (rIntValue != nullptr) in operator ()()
295 return doIntComparison(*lIntValue, x.token, *rIntValue); in operator ()()