Home
last modified time | relevance | path

Searched refs:string_stream (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/tools/quickbook/src/
Dcollector.cpp14 string_stream::string_stream() in string_stream() function in quickbook::string_stream
21 string_stream::string_stream(string_stream const& other) in string_stream() function in quickbook::string_stream
26 string_stream& string_stream::operator=(string_stream const& other) in operator =()
35 collector::collector(string_stream& out) : main(out), top(out) {} in collector()
45 streams.push(string_stream()); in push()
Dcollector.hpp22 struct string_stream struct
26 string_stream();
27 string_stream(string_stream const& other);
28 string_stream& operator=(string_stream const& other);
60 collector(string_stream& out);
77 std::stack<string_stream> streams;
78 boost::reference_wrapper<string_stream> main;
79 boost::reference_wrapper<string_stream> top;
80 string_stream default_;
Dstate.hpp34 string_stream& out_,
Dstate.cpp35 string_stream& out_, in state()
Dquickbook.cpp156 string_stream buffer; in parse_document()
/third_party/spirv-tools/source/opt/
Dloop_dependence.h547 std::ostringstream string_stream; in ToString() local
548 string_stream << value; in ToString()
549 return string_stream.str(); in ToString()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence.h547 std::ostringstream string_stream; in ToString() local
548 string_stream << value; in ToString()
549 return string_stream.str(); in ToString()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_dependence.h547 std::ostringstream string_stream; in ToString() local
548 string_stream << value; in ToString()
549 return string_stream.str(); in ToString()
/third_party/protobuf/src/google/protobuf/
Dwire_format_unittest.cc517 io::StringOutputStream string_stream(&dynamic_data); in TEST() local
518 io::CodedOutputStream output_stream(&string_stream); in TEST()