Searched refs:PrintTo (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/ |
| D | gtest.h | 10845 inline void PrintTo(char c, ::std::ostream* os) { 10849 PrintTo(static_cast<unsigned char>(c), os); 10869 PrintTo(ImplicitCast_<const char*>(s), os); 10875 PrintTo(ImplicitCast_<const void*>(s), os); 10878 PrintTo(ImplicitCast_<const void*>(s), os); 10881 PrintTo(ImplicitCast_<const void*>(s), os); 10884 PrintTo(ImplicitCast_<const void*>(s), os); 10896 PrintTo(ImplicitCast_<const wchar_t*>(s), os); 10945 PrintTo(::std::string(sp), os); 11029 void PrintTo( [all …]
|
| D | gtest-all.cc | 2653 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon5c768eae0211::Hunk 2760 hunk.PrintTo(&ss); in CreateUnifiedDiff() 10966 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 10969 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 10975 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 11051 void PrintTo(const char* s, ostream* os) { in PrintTo() function 11068 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|