Searched refs:LogicalNot (Results 1 – 5 of 5) sorted by relevance
48 struct LogicalNot struct65 LogicalNot first;66 std::list<LogicalNot> rest;77 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalNot, isLogicalNot,
44 using filter_ast::LogicalNot;63 const rule<class LogicalNotId, LogicalNot> logicalNot("LogicalNot");
21 std::string operator()(const filter_ast::LogicalNot& x) const;
50 const filter_ast::LogicalNot& x) const in operator ()()73 for (const filter_ast::LogicalNot& oper : x.rest) in operator ()()
176 bool operator()(const filter_ast::LogicalNot& x);186 bool ApplyFilter::operator()(const filter_ast::LogicalNot& x) in operator ()()368 for (const filter_ast::LogicalNot& bOp : x.rest) in operator ()()