Searched refs:UnquotedString (Results 1 – 5 of 5) sorted by relevance
25 struct UnquotedString : std::string struct53 using Argument = x3::variant<int64_t, double, UnquotedString, QuotedString>;
32 using filter_ast::UnquotedString;39 const rule<class UnquotedStrId, UnquotedString> unquotedString("UnquotedStr");
17 std::string operator()(const filter_ast::UnquotedString& x) const;
107 result_type operator()(const filter_ast::UnquotedString& x);128 ValueVisitor::operator()(const filter_ast::UnquotedString& x) in operator ()()
42 const filter_ast::UnquotedString& x) const in operator ()()