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.hpp49 std::optional<char> isLogicalNot; member
76 BOOST_FUSION_ADAPT_STRUCT(redfish::filter_ast::LogicalNot, isLogicalNot,
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_printer.cpp52 if (x.isLogicalNot) in operator ()()
H A Dfilter_expr_executor.cpp181 if (x.isLogicalNot) in operator ()()