Searched defs:Print (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/third_party/googletest/googletest/samples/ |
D | sample4.cc | 44 void Counter::Print() const { in Print() function in Counter
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 591 static void Print(const T& value, ::std::ostream* os) { in Print() function 646 static void Print(const T (&a)[N], ::std::ostream* os) { in Print() function 662 static void Print(const T& value, ::std::ostream* os) { in Print() function 683 static void Print(const T& value, ::std::ostream* os) { in Print() function 690 static void Print(const T& value, ::std::ostream* os) { in Print() function 697 static void Print(const T (&value)[N], ::std::ostream* os) { in Print() function 704 static void Print(const char* str, ::std::ostream* os) { in Print() function 715 static void Print(char* str, ::std::ostream* os) { in Print() function 724 static void Print(const wchar_t* str, ::std::ostream* os) { in Print() function 737 static void Print(wchar_t* str, ::std::ostream* os) { in Print() function
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-printers_test.cc | 235 string Print(const T& value) { in Print() function
|