Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp360 for (const filter_ast::LogicalNot& bOp : x.rest) in operator ()() local
362 value = value || (*this)(bOp); in operator ()()
370 for (const filter_ast::LogicalOr& bOp : x.rest) in operator ()() local
372 value = value && (*this)(bOp); in operator ()()