Home
last modified time | relevance | path

Searched defs:any_string (Results 1 – 2 of 2) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/string/
Dlit.hpp90 struct any_string struct
93 typedef typename CharEncoding::char_type char_type;
94 typedef CharEncoding char_encoding;
97 struct attribute
106 generate(OutputIterator& sink, Context& context, Delimiter const& d, in generate()
123 static bool generate(OutputIterator&, Context&, Delimiter const&, in generate()
135 static info what(Context const& /*context*/) in what()
/external/crosvm/serde_keyvalue/src/
Dkey_values.rs137 fn any_string(s: &str) -> IResult<&str, Cow<str>> { in any_string() function