Searched refs:StrStreamToString (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest-message_test.cc149 EXPECT_STREQ("Hello", testing::internal::StrStreamToString(&ss).c_str());
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h186 return internal::StrStreamToString(ss_);
H A Dgtest.h1433 StrStreamToString(&expected_ss),
1434 StrStreamToString(&actual_ss),
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h332 String StrStreamToString(StrStream* stream);
/external/protobuf/gtest/src/
H A Dgtest.cc1065 << " Actual: " << StrStreamToString(&val1_ss) << " vs "
1066 << StrStreamToString(&val2_ss);
1510 return StrStreamToString(&stream);
1720 String StrStreamToString(StrStream* ss) { function in namespace:testing::internal
3239 fprintf(out, "%s", StrStreamToString(&stream).c_str());

Completed in 800 milliseconds