Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp42 const rule<class BooleanOpId, BooleanOp> booleanOp("BooleanOp"); variable
86 const auto logicalNot_def = -(char_('n') >> lit("ot")) >> booleanOp;
94 BOOST_SPIRIT_DEFINE(booleanOp, logicalAnd, logicalNot, logicalOr, quotedString,