Home
last modified time | relevance | path

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

/third_party/boost/libs/spirit/example/x3/minimal/
Demployee_def.hpp35 auto const quoted_string = lexeme['"' >> +(char_ - '"') >> '"']; variable
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_full/rexpr/
Drexpr_def.hpp56 auto const quoted_string = variable
/third_party/boost/libs/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
/third_party/boost/libs/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
/third_party/boost/libs/spirit/example/qi/
Demployee.cpp91 qi::rule<Iterator, std::string(), ascii::space_type> quoted_string; member
/third_party/glib/glib/
Dgshell.c269 g_shell_unquote (const gchar *quoted_string, in g_shell_unquote()
/third_party/boost/libs/spirit/example/x3/rexpr/rexpr_min/
Drexpr.cpp141 auto const quoted_string = variable
/third_party/libsoup/libsoup/
Dsoup-headers.c653 decode_quoted_string (char *quoted_string) in decode_quoted_string()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspmessage.c1337 decode_quoted_string (gchar * quoted_string) in decode_quoted_string()
/third_party/boost/libs/graph/src/
Dread_graphviz_new.cpp82 quoted_string, // Only used internally in tokenizer enumerator