Home
last modified time | relevance | path

Searched refs:UniversalPrintArray (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-printers.cc299 void UniversalPrintArray(const char* begin, size_t len, ostream* os) { in UniversalPrintArray() function
305 void UniversalPrintArray(const wchar_t* begin, size_t len, ostream* os) { in UniversalPrintArray() function
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h611 void UniversalPrintArray(const T* begin, size_t len, ::std::ostream* os) { in UniversalPrintArray() function
633 GTEST_API_ void UniversalPrintArray(
637 GTEST_API_ void UniversalPrintArray(
647 UniversalPrintArray(a, N, os); in Print()