Home
last modified time | relevance | path

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

/third_party/boost/libs/iostreams/test/
Dnewline_test.cpp128 struct string_source : boost::base_from_member<std::string>, io::array_source { struct
131 string_source(const std::string& src) in string_source() function
135 string_source(const string_source& src) in string_source() argument
/third_party/boost/libs/iostreams/example/
Dcontainer_source_example.cpp19 typedef ex::container_source<string> string_source; in main() typedef