Home
last modified time | relevance | path

Searched refs:LogicalAnd (Results 1 – 11 of 11) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp31 struct LogicalAnd;
34 x3::variant<x3::forward_ast<Comparison>, x3::forward_ast<LogicalAnd>>;
68 struct LogicalAnd struct
80 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalAnd, first, rest); argument
H A Dfilter_expr_executor.hpp13 const filter_ast::LogicalAnd& filterParam);
16 const filter_ast::LogicalAnd& filterParam);
H A Dfilter_expr_parser_grammar.hpp43 using filter_ast::LogicalAnd;
61 const rule<class LogicalAndId, LogicalAnd> logicalAnd("LogicalAnd");
115 using program = filter_ast::LogicalAnd;
H A Dfilter_expr_printer.hpp23 std::string operator()(const filter_ast::LogicalAnd& x) const;
28 std::optional<filter_ast::LogicalAnd> parseFilter(std::string_view expr);
H A Dsubscription.hpp99 std::optional<filter_ast::LogicalAnd> filter;
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp185 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()
H A Dfilter_expr_printer.cpp81 const filter_ast::LogicalAnd& x) const in operator ()()
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp38 std::optional<filter_ast::LogicalAnd> filter; in createSubscription()
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp19 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterTrue()
32 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterFalse()
H A Dfilter_expr_parser_test.cpp16 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpression); in parse()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp185 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;