Searched refs:LogicalAnd (Results 1 – 11 of 11) sorted by relevance
31 struct LogicalAnd;34 x3::variant<x3::forward_ast<Comparison>, x3::forward_ast<LogicalAnd>>;68 struct LogicalAnd struct80 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalAnd, first, rest); argument
13 const filter_ast::LogicalAnd& filterParam);16 const filter_ast::LogicalAnd& filterParam);
43 using filter_ast::LogicalAnd;61 const rule<class LogicalAndId, LogicalAnd> logicalAnd("LogicalAnd");115 using program = filter_ast::LogicalAnd;
23 std::string operator()(const filter_ast::LogicalAnd& x) const;28 std::optional<filter_ast::LogicalAnd> parseFilter(std::string_view expr);
99 std::optional<filter_ast::LogicalAnd> filter;
185 const filter_ast::LogicalAnd& filter;189 bool operator()(const filter_ast::LogicalAnd& x);386 bool ApplyFilter::operator()(const filter_ast::LogicalAnd& x) in operator ()()404 const filter_ast::LogicalAnd& filterParam) in memberMatches()412 const filter_ast::LogicalAnd& filterParam) in applyFilterToCollection()
81 const filter_ast::LogicalAnd& x) const in operator ()()
38 std::optional<filter_ast::LogicalAnd> filter; in createSubscription()
19 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterTrue()32 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterFalse()
16 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpression); in parse()
185 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;