Searched refs:ShowWideCString (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-string.h108 static std::string ShowWideCString(const wchar_t* wide_c_str);
/external/gtest/include/gtest/internal/
H A Dgtest-string.h108 static std::string ShowWideCString(const wchar_t* wide_c_str);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-message.h168 return *this << internal::String::ShowWideCString(wide_c_str);
171 return *this << internal::String::ShowWideCString(wide_c_str);
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-message.h168 return *this << internal::String::ShowWideCString(wide_c_str);
171 return *this << internal::String::ShowWideCString(wide_c_str);
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-message.h168 return *this << internal::String::ShowWideCString(wide_c_str);
171 return *this << internal::String::ShowWideCString(wide_c_str);
/external/protobuf/gtest/include/gtest/
H A Dgtest-message.h163 return *this << internal::String::ShowWideCString(wide_c_str);
166 return *this << internal::String::ShowWideCString(wide_c_str);
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-string.h140 static String ShowWideCString(const wchar_t* wide_c_str);
142 // Similar to ShowWideCString(), except that this function encloses
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h140 static String ShowWideCString(const wchar_t* wide_c_str);
142 // Similar to ShowWideCString(), except that this function encloses
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h140 static String ShowWideCString(const wchar_t* wide_c_str);
142 // Similar to ShowWideCString(), except that this function encloses
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h138 static String ShowWideCString(const wchar_t* wide_c_str);
140 // Similar to ShowWideCString(), except that this function encloses
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1031 // Tests String::ShowWideCString().
1032 TEST(StringTest, ShowWideCString) {
1034 String::ShowWideCString(NULL).c_str());
1035 EXPECT_STREQ("", String::ShowWideCString(L"").c_str());
1036 EXPECT_STREQ("foo", String::ShowWideCString(L"foo").c_str());
/external/gtest/test/
H A Dgtest_unittest.cc1038 // Tests String::ShowWideCString().
1039 TEST(StringTest, ShowWideCString) {
1041 String::ShowWideCString(NULL).c_str());
1042 EXPECT_STREQ("", String::ShowWideCString(L"").c_str());
1043 EXPECT_STREQ("foo", String::ShowWideCString(L"foo").c_str());
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1422 // Tests String::ShowWideCString().
1423 TEST(StringTest, ShowWideCString) {
1425 String::ShowWideCString(NULL).c_str());
1426 EXPECT_STREQ("", String::ShowWideCString(L"").c_str());
1427 EXPECT_STREQ("foo", String::ShowWideCString(L"foo").c_str());
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc916 return *this << internal::String::ShowWideCString(wide_c_str);
919 return *this << internal::String::ShowWideCString(wide_c_str);
1809 std::string String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
/external/gtest/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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
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
/external/libvpx/libvpx/third_party/googletest/src/src/
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
/external/chromium_org/third_party/mesa/src/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/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.cc1515 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1521 // Similar to ShowWideCString(), except that this function encloses
1527 String::ShowWideCString(wide_c_str).c_str());
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3429 static std::string ShowWideCString(const wchar_t* wide_c_str);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3429 static std::string ShowWideCString(const wchar_t* wide_c_str);

Completed in 3223 milliseconds