Lines Matching refs:stringstream
3182 // Gets the content of the stringstream's buffer as a String. Each '\0'
3184 GTEST_API_ String StringStreamToString(::std::stringstream* stream);
8554 // It will remember the text in a stringstream.
8570 // Note that stringstream behaves differently in gcc and in MSVC. You
8583 // We allocate the stringstream separately because otherwise each use of
8587 Message() : ss_(new ::std::stringstream) {
8594 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
8599 explicit Message(const char* str) : ss_(new ::std::stringstream) {
8709 const internal::scoped_ptr< ::std::stringstream> ss_;
9912 ::std::stringstream ss;
9942 ::std::stringstream ss;
9974 ::std::stringstream ss;
18589 ::std::stringstream expected_ss;
18593 ::std::stringstream actual_ss;