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.hpp30 struct LogicalAnd;
33 x3::variant<x3::forward_ast<Comparison>, x3::forward_ast<LogicalAnd>>;
67 struct LogicalAnd struct
79 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalAnd, first, rest); argument
H A Dfilter_expr_executor.hpp11 const filter_ast::LogicalAnd& filterParam);
14 const filter_ast::LogicalAnd& filterParam);
H A Dfilter_expr_parser_grammar.hpp28 using filter_ast::LogicalAnd;
46 const rule<class LogicalAndId, LogicalAnd> logicalAnd("LogicalAnd");
100 using program = filter_ast::LogicalAnd;
H A Dfilter_expr_printer.hpp20 std::string operator()(const filter_ast::LogicalAnd& x) const;
25 std::optional<filter_ast::LogicalAnd> parseFilter(std::string_view expr);
H A Devent_service_manager.hpp542 std::optional<filter_ast::LogicalAnd> filter;
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp166 const filter_ast::LogicalAnd& filter;
170 bool operator()(const filter_ast::LogicalAnd& x);
367 bool ApplyFilter::operator()(const filter_ast::LogicalAnd& x) in operator ()()
385 const filter_ast::LogicalAnd& filterParam) in memberMatches()
393 const filter_ast::LogicalAnd& filterParam) in applyFilterToCollection()
H A Dfilter_expr_printer.cpp79 FilterExpressionPrinter::operator()(const filter_ast::LogicalAnd& x) const in operator ()()
/openbmc/bmcweb/test/redfish-core/include/
H A Dfilter_expr_executor_test.cpp17 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterTrue()
30 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpr); in filterFalse()
H A Dfilter_expr_parser_test.cpp14 std::optional<filter_ast::LogicalAnd> ast = parseFilter(filterExpression); in parse()
/openbmc/bmcweb/redfish-core/lib/
H A Deventservice_sse.hpp29 std::optional<filter_ast::LogicalAnd> filter; in createSubscription()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp179 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;