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

/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest.cc1317 String String::ShowWideCString(const wchar_t * wide_c_str) { function in class:testing::internal::String
1328 // Similar to ShowWideCString(), except that this function encloses
1334 String::ShowWideCString(wide_c_str).c_str());
/external/chromium/testing/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/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/
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());

Completed in 296 milliseconds