Home
last modified time | relevance | path

Searched refs:isLogicalNot (Results 1 – 3 of 3) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp50 std::optional<char> isLogicalNot; member
77 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalNot, isLogicalNot,
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp54 if (x.isLogicalNot) in operator ()()
H A Dfilter_expr_executor.cpp189 if (x.isLogicalNot) in operator ()()