Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp284 const int64_t* lIntValue = std::get_if<int64_t>(&left); in operator ()() local
301 if (lIntValue != nullptr) in operator ()()
306 return doIntComparison(*lIntValue, x.token, *rIntValue); in operator ()()
312 return doDoubleComparison(static_cast<double>(*lIntValue), x.token, in operator ()()