Home
last modified time | relevance | path

Searched refs:StringStreamToString (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-string.h162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-message_test.cc151 EXPECT_EQ("Hello", testing::internal::StringStreamToString(&ss)); in TEST()
/ndk/sources/third_party/googletest/googletest/src/
Dgtest.cc932 return internal::StringStreamToString(ss_.get()); in GetString()
1075 << " Actual: " << StringStreamToString(&val1_ss) << " vs " in FloatingPointLE()
1076 << StringStreamToString(&val2_ss); in FloatingPointLE()
1505 return StringStreamToString(&stream); in WideStringToUtf8()
1644 std::string StringStreamToString(::std::stringstream* ss) { in StringStreamToString() function
3097 fprintf(xmlout, "%s", StringStreamToString(&stream).c_str()); in OnTestIterationEnd()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1675 StringStreamToString(&expected_ss), in CmpHelperFloatingPointEQ()
1676 StringStreamToString(&actual_ss), in CmpHelperFloatingPointEQ()