Home
last modified time | relevance | path

Searched refs:UnquotedString (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dfilter_expr_parser_ast.hpp26 struct UnquotedString : std::string struct
54 using Argument = x3::variant<int64_t, double, UnquotedString, QuotedString>;
H A Dfilter_expr_parser_grammar.hpp47 using filter_ast::UnquotedString;
54 const rule<class UnquotedStrId, UnquotedString> unquotedString("UnquotedStr");
H A Dfilter_expr_printer.hpp20 std::string operator()(const filter_ast::UnquotedString& x) const;
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp110 result_type operator()(const filter_ast::UnquotedString& x);
131 const filter_ast::UnquotedString& x) in operator ()()
H A Dfilter_expr_printer.cpp44 const filter_ast::UnquotedString& x) const in operator ()()