Searched refs:LogicalAnd (Results 1 – 11 of 11) sorted by relevance
30 struct LogicalAnd;33 x3::variant<x3::forward_ast<Comparison>, x3::forward_ast<LogicalAnd>>;67 struct LogicalAnd struct79 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalAnd, first, rest); argument
11 const filter_ast::LogicalAnd& filterParam);14 const filter_ast::LogicalAnd& filterParam);
28 using filter_ast::LogicalAnd;46 const rule<class LogicalAndId, LogicalAnd> logicalAnd("LogicalAnd");100 using program = filter_ast::LogicalAnd;
20 std::string operator()(const filter_ast::LogicalAnd& x) const;25 std::optional<filter_ast::LogicalAnd> parseFilter(std::string_view expr);
90 std::optional<filter_ast::LogicalAnd> filter;
168 const filter_ast::LogicalAnd& filter;172 bool operator()(const filter_ast::LogicalAnd& x);369 bool ApplyFilter::operator()(const filter_ast::LogicalAnd& x) in operator ()()387 const filter_ast::LogicalAnd& filterParam) in memberMatches()395 const filter_ast::LogicalAnd& filterParam) in applyFilterToCollection()
79 FilterExpressionPrinter::operator()(const filter_ast::LogicalAnd& x) const in operator ()()
17 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterTrue()30 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterFalse()
14 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpression); in parse()
29 std::optional<filter_ast::LogicalAnd> filter; in createSubscription()
179 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;