Searched refs:string_stream (Results 1 – 9 of 9) sorted by relevance
14 string_stream::string_stream() in string_stream() function in quickbook::string_stream21 string_stream::string_stream(string_stream const& other) in string_stream() function in quickbook::string_stream26 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()
22 struct string_stream struct26 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_;
34 string_stream& out_,
35 string_stream& out_, in state()
156 string_stream buffer; in parse_document()
547 std::ostringstream string_stream; in ToString() local548 string_stream << value; in ToString()549 return string_stream.str(); in ToString()
517 io::StringOutputStream string_stream(&dynamic_data); in TEST() local518 io::CodedOutputStream output_stream(&string_stream); in TEST()