Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc254 template <typename CharType>
256 const CharType* begin, size_t len, ostream* os) { in PrintCharsAsStringTo()
257 const char* const kQuoteBegin = sizeof(CharType) == 1 ? "\"" : "L\""; in PrintCharsAsStringTo()
261 const CharType cur = begin[index]; in PrintCharsAsStringTo()
275 template <typename CharType>
277 const CharType* begin, size_t len, ostream* os) { in UniversalPrintCharArray()
Dgtest.cc4795 template <typename CharType>
4796 void ParseGoogleTestFlagsOnlyImpl(int* argc, CharType** argv) { in ParseGoogleTestFlagsOnlyImpl()
4877 template <typename CharType>
4878 void InitGoogleTestImpl(int* argc, CharType** argv) { in InitGoogleTestImpl()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h1343 #define GTEST_IMPL_FORMAT_C_STRING_AS_POINTER_(CharType) \ argument
1345 class FormatForComparison<CharType*, OtherOperand> { \
1347 static ::std::string Format(CharType* value) { \
1362 #define GTEST_IMPL_FORMAT_C_STRING_AS_STRING_(CharType, OtherStringType) \ argument
1364 class FormatForComparison<CharType*, OtherStringType> { \
1366 static ::std::string Format(CharType* value) { \
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_unittest.cc5458 template <typename CharType>
5459 static void AssertStringArrayEq(size_t size1, CharType** array1, in AssertStringArrayEq()
5460 size_t size2, CharType** array2) { in AssertStringArrayEq()
5491 template <typename CharType>
5492 static void TestParsingFlags(int argc1, const CharType** argv1, in TestParsingFlags()
5493 int argc2, const CharType** argv2, in TestParsingFlags()
5503 internal::ParseGoogleTestFlagsOnly(&argc1, const_cast<CharType**>(argv1)); in TestParsingFlags()