Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp131 const int64_t* iValue = entry->get_ptr<const int64_t*>(); in operator ()() local
132 if (iValue != nullptr) in operator ()()
134 return {*iValue}; in operator ()()