Searched refs:LogicalOr (Results 1 – 5 of 5) sorted by relevance
62 struct LogicalOr struct69 LogicalOr first;70 std::list<LogicalOr> rest;78 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalOr, first, rest); argument
30 using filter_ast::LogicalOr;47 const rule<class LogicalOrId, LogicalOr> logicalOr("LogicalOr");
19 std::string operator()(const filter_ast::LogicalOr& x) const;
60 FilterExpressionPrinter::operator()(const filter_ast::LogicalOr& x) const in operator ()()90 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()()
171 bool operator()(const filter_ast::LogicalOr& x);359 bool ApplyFilter::operator()(const filter_ast::LogicalOr& x) in operator ()()372 for (const filter_ast::LogicalOr& bOp : x.rest) in operator ()()