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