Searched refs:LogicalOr (Results 1 – 5 of 5) sorted by relevance
63 struct LogicalOr struct70 LogicalOr first;71 std::list<LogicalOr> rest;79 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalOr, first, rest); argument
45 using filter_ast::LogicalOr;62 const rule<class LogicalOrId, LogicalOr> logicalOr("LogicalOr");
22 std::string operator()(const filter_ast::LogicalOr& x) const;
62 const filter_ast::LogicalOr& x) const in operator ()()92 for (const filter_ast::LogicalOr& oper : x.rest) in operator ()()
188 bool operator()(const filter_ast::LogicalOr& x);376 bool ApplyFilter::operator()(const filter_ast::LogicalOr& x) in operator ()()389 for (const filter_ast::LogicalOr& bOp : x.rest) in operator ()()