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.hpp25 struct UnquotedString : std::string struct
53 using Argument = x3::variant<int64_t, double, UnquotedString, QuotedString>;
H A Dfilter_expr_parser_grammar.hpp32 using filter_ast::UnquotedString;
39 const rule<class UnquotedStrId, UnquotedString> unquotedString("UnquotedStr");
H A Dfilter_expr_printer.hpp17 std::string operator()(const filter_ast::UnquotedString& x) const;
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp105 result_type operator()(const filter_ast::UnquotedString& x);
126 ValueVisitor::operator()(const filter_ast::UnquotedString& x) in operator ()()
H A Dfilter_expr_printer.cpp42 const filter_ast::UnquotedString& x) const in operator ()()