Home
last modified time | relevance | path

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

/third_party/boost/boost/spirit/home/karma/string/
Dlit.hpp145 struct literal_string struct
148 typedef CharEncoding char_encoding;
151 char_type;
152 typedef std::basic_string<char_type> string_type;
155 struct attribute
159 literal_string(typename add_reference<String>::type str) in literal_string() argument
169 bool generate(OutputIterator& sink, Context& context in generate()
193 bool generate(OutputIterator& sink, Context&, Delimiter const& d in generate()
201 info what(Context const& /*context*/) const in what()
206 string_type str_;
/third_party/boost/boost/spirit/home/x3/string/
Dliteral_string.hpp28 struct literal_string : parser<literal_string<String, Encoding, Attribute>> struct
30 typedef typename Encoding::char_type char_type;
31 typedef Encoding encoding;
32 typedef Attribute attribute_type;
33 static bool const has_attribute =
35 static bool const handles_container = has_attribute;
37 … constexpr literal_string(typename add_reference< typename add_const<String>::type >::type str) in literal_string() argument
42 bool parse(Iterator& first, Iterator const& last in parse()
49 String str;
/third_party/boost/boost/spirit/home/qi/string/
Dlit.hpp84 struct literal_string struct
89 char_type;
90 typedef std::basic_string<char_type> string_type;
92 literal_string(typename add_reference<String>::type str_) in literal_string() function
97 struct attribute
106 bool parse(Iterator& first, Iterator const& last in parse()
114 info what(Context& /*context*/) const in what()
119 String str;
/third_party/boost/boost/test/utils/basic_cstring/
Dbasic_cstring_fwd.hpp29 typedef const_string literal_string; typedef
31 typedef const_string const literal_string; typedef
/third_party/typescript/tests/baselines/reference/
DrestInvalidArgumentType.js19 var literal_string: "string"; variable
DspreadInvalidArgumentType.js21 var literal_string: "string"; variable
/third_party/gn/src/gn/
Dstring_utils_unittest.cc39 std::string literal_string; in CheckExpansionCase() local
/third_party/boost/libs/test/test/writing-test-ts/
Doutput_test_stream-test.cpp136 char const* literal_string = "asdfghjkl"; in BOOST_AUTO_TEST_CASE() local