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