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.cpp150 const int64_t* iValue = entry.get_ptr<const int64_t*>(); in operator ()()
151 if (iValue != nullptr) in operator ()()
153 return {*iValue}; in operator ()()
146 const int64_t* iValue = entry->get_ptr<const int64_t*>(); operator ()() local