Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_grammar.hpp63 const rule<class LogicalNotId, LogicalNot> logicalNot("LogicalNot"); variable
104 const auto logicalOr_def = logicalNot >> *(lit("or") >> logicalNot);
109 BOOST_SPIRIT_DEFINE(booleanOp, logicalAnd, logicalNot, logicalOr, quotedString,