Searched refs:LogicalNot (Results 1 – 5 of 5) sorted by relevance
47 struct LogicalNot struct64 LogicalNot first;65 std::list<LogicalNot> rest;76 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalNot, isLogicalNot,
29 using filter_ast::LogicalNot;48 const rule<class LogicalNotId, LogicalNot> logicalNot("LogicalNot");
18 std::string operator()(const filter_ast::LogicalNot& x) const;
48 FilterExpressionPrinter::operator()(const filter_ast::LogicalNot& x) const in operator ()()71 for (const filter_ast::LogicalNot& oper : x.rest) in operator ()()
170 bool operator()(const filter_ast::LogicalNot& x);180 bool ApplyFilter::operator()(const filter_ast::LogicalNot& x) in operator ()()362 for (const filter_ast::LogicalNot& bOp : x.rest) in operator ()()