Searched refs:PrintWideStringTo (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-printers.cc350 void PrintWideStringTo(const ::wstring& s, ostream* os) { function in namespace:testing::internal
356 void PrintWideStringTo(const ::std::wstring& s, ostream* os) { function in namespace:testing::internal
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h470 GTEST_API_ void PrintWideStringTo(const ::wstring&s, ::std::ostream* os);
472 PrintWideStringTo(s, os);
477 GTEST_API_ void PrintWideStringTo(const ::std::wstring&s, ::std::ostream* os);
479 PrintWideStringTo(s, os);

Completed in 41 milliseconds