Home
last modified time | relevance | path

Searched defs:quoted_string (Results 1 – 8 of 8) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/example/x3/minimal/
Demployee_def.hpp35 auto const quoted_string = lexeme['"' >> +(char_ - '"') >> '"']; variable
/external/sdv/vsomeip/third_party/boost/spirit/workbench/qi/
Dkeywords.cpp178 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
213 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
286 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
363 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
403 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_full/rexpr/
Drexpr_def.hpp56 auto const quoted_string = variable
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/
Demployee.cpp67 auto const quoted_string = lexeme['"' >> +(char_ - '"') >> '"']; variable
Derror_handling.cpp112 x3::rule<quoted_string_class, std::string> const quoted_string = "quoted_string"; variable
Dannotation.cpp112 x3::rule<quoted_string_class, std::string> const quoted_string = "quoted_string"; variable
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Demployee.cpp91 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
/external/sdv/vsomeip/third_party/boost/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp141 auto const quoted_string = variable