Home
last modified time | relevance | path

Searched defs:Print (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/third_party/googletest/googletest/samples/
Dsample4.cc44 void Counter::Print() const { in Print() function in Counter
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h591 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/
Dgtest-printers_test.cc235 string Print(const T& value) { in Print() function