Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp64 struct LogicalOr struct
71 LogicalOr first;
72 std::list<LogicalOr> rest;
80 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalOr, first, rest); argument
H A Dfilter_expr_parser_grammar.hpp32 using filter_ast::LogicalOr;
49 const rule<class LogicalOrId, LogicalOr> logicalOr("LogicalOr");
H A Dfilter_expr_printer.hpp21 std::string operator()(const filter_ast::LogicalOr& x) const;
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp62 FilterExpressionPrinter::operator()(const filter_ast::LogicalOr& x) const in operator ()()
92 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()()
H A Dfilter_expr_executor.cpp177 bool operator()(const filter_ast::LogicalOr& x);
365 bool ApplyFilter::operator()(const filter_ast::LogicalOr& x) in operator ()()
378 for (const filter_ast::LogicalOr& bOp : x.rest) in operator ()()