Searched defs:ShowWideCString (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest.cc1531 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1537 // Similar to ShowWideCString(), except that this function encloses
1543 String::ShowWideCString(wide_c_str).c_str());
/external/googletest/googletest/src/
H A Dgtest.cc955 return *this << internal::String::ShowWideCString(wide_c_str);
958 return *this << internal::String::ShowWideCString(wide_c_str);
1848 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc955 return *this << internal::String::ShowWideCString(wide_c_str);
958 return *this << internal::String::ShowWideCString(wide_c_str);
1848 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc1530 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1536 // Similar to ShowWideCString(), except that this function encloses
1542 String::ShowWideCString(wide_c_str).c_str());
/external/mesa3d/src/gtest/src/
H A Dgtest.cc1530 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1536 // Similar to ShowWideCString(), except that this function encloses
1542 String::ShowWideCString(wide_c_str).c_str());
/external/protobuf/gtest/src/
H A Dgtest.cc1551 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1557 // Similar to ShowWideCString(), except that this function encloses
1563 String::ShowWideCString(wide_c_str).c_str());
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest.cc1530 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1536 // Similar to ShowWideCString(), except that this function encloses
1542 String::ShowWideCString(wide_c_str).c_str());
/external/v8/testing/gtest/src/
H A Dgtest.cc955 return *this << internal::String::ShowWideCString(wide_c_str);
958 return *this << internal::String::ShowWideCString(wide_c_str);
1848 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest.cc920 return *this << internal::String::ShowWideCString(wide_c_str);
923 return *this << internal::String::ShowWideCString(wide_c_str);
1525 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/fmtlib/test/
H A Dgmock-gtest-all.cc2404 return *this << internal::String::ShowWideCString(wide_c_str);
2407 return *this << internal::String::ShowWideCString(wide_c_str);
3009 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc2891 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
2897 // Similar to ShowWideCString(), except that this function encloses
2903 String::ShowWideCString(wide_c_str).c_str());
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc2404 return *this << internal::String::ShowWideCString(wide_c_str);
2407 return *this << internal::String::ShowWideCString(wide_c_str);
3009 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String

Completed in 1651 milliseconds