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.cpp286 const int64_t* lIntValue = std::get_if<int64_t>(&left); in operator ()() local
303 if (lIntValue != nullptr) in operator ()()
308 return doIntComparison(*lIntValue, x.token, *rIntValue); in operator ()()
314 return doDoubleComparison(static_cast<double>(*lIntValue), x.token, in operator ()()