Searched refs:LogicalOr (Results 1 – 5 of 5) sorted by relevance
64 struct LogicalOr struct71 LogicalOr first;72 std::list<LogicalOr> rest;80 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalOr, first, rest); argument
32 using filter_ast::LogicalOr;49 const rule<class LogicalOrId, LogicalOr> logicalOr("LogicalOr");
21 std::string operator()(const filter_ast::LogicalOr& x) const;
62 FilterExpressionPrinter::operator()(const filter_ast::LogicalOr& x) const in operator ()()92 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()()
177 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 ()()