/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 440 void PrintTo(const T& value, ::std::ostream* os) { 449 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); 450 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); 451 inline void PrintTo(char c, ::std::ostream* os) { 455 PrintTo(static_cast<unsigned char>(c), os); 459 inline void PrintTo(bool x, ::std::ostream* os) { 470 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); 472 GTEST_API_ void PrintTo(char32_t c, ::std::ostream* os); 473 inline void PrintTo(char16_t c, ::std::ostream* os) { 474 PrintTo(ImplicitCast_<char32_t>(c), os); [all …]
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 483 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 521 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); 522 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); 523 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 527 PrintTo(static_cast<unsigned char>(c), os); in PrintTo() 531 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 542 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); 545 GTEST_API_ void PrintTo(const char* s, ::std::ostream* os); 546 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 547 PrintTo(ImplicitCast_<const char*>(s), os); in PrintTo() [all …]
|
/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 294 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 295 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 299 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function 302 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function 415 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 418 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 421 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 423 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 433 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
|
/third_party/mesa3d/src/gtest/src/ |
D | gtest-printers.cc | 245 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 248 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 254 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 332 void PrintTo(const char* s, ostream* os) { in PrintTo() function 349 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
D | SupportHelpers.h | 36 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function 51 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function 55 PrintTo(static_cast<const ErrorHolder &>(Item), Out); in PrintTo()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | unit_spirv.h | 67 void PrintTo(const WordVector& words, ::std::ostream* os); 82 PrintTo(*this, &os); in str() 90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/spirv-tools/test/ |
D | unit_spirv.h | 67 void PrintTo(const WordVector& words, ::std::ostream* os); 82 PrintTo(*this, &os); in str() 90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | unit_spirv.h | 67 void PrintTo(const WordVector& words, ::std::ostream* os); 82 PrintTo(*this, &os); in str() 90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
|
D | unit_spirv.cpp | 40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 81 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | unit_spirv.h | 67 void PrintTo(const WordVector& words, ::std::ostream* os); 82 PrintTo(*this, &os); in str() 90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
|
D | unit_spirv.cpp | 38 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
|
D | binary_parse_test.cpp | 78 spvtest::PrintTo(spvtest::WordVector(inst.words), &os); in operator <<()
|
/third_party/cef/tools/distrib/gtest/ |
D | gtest.h | 5502 void PrintTo(const T& value, ::std::ostream* os) { 5511 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os); 5512 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os); 5513 inline void PrintTo(char c, ::std::ostream* os) { 5517 PrintTo(static_cast<unsigned char>(c), os); 5521 inline void PrintTo(bool x, ::std::ostream* os) { 5532 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os); 5534 GTEST_API_ void PrintTo(char32_t c, ::std::ostream* os); 5535 inline void PrintTo(char16_t c, ::std::ostream* os) { 5536 PrintTo(ImplicitCast_<char32_t>(c), os); [all …]
|
D | gtest-all.cc | 2843 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon2fd54bf60511::Hunk 2951 hunk.PrintTo(&ss); in CreateUnifiedDiff() 12052 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 12053 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function 12057 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function 12060 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function 12173 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 12176 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 12179 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function 12181 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function [all …]
|
/third_party/googletest/googletest/test/ |
D | googletest-list-tests-unittest_.cc | 89 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo() function
|
D | googletest-printers-test.cc | 84 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function 147 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function 172 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
|
/third_party/mesa3d/src/intel/isl/tests/ |
D | isl_aux_info_test.cpp | 28 PrintTo(const enum isl_aux_op &op, ::std::ostream* os) { in PrintTo() function 130 PrintTo(const enum isl_aux_state &state, ::std::ostream* os) { in PrintTo() function
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 22 - TextGenerator introduces a new overload of PrintTo
|
/third_party/gn/src/gn/ |
D | header_checker_unittest.cc | 78 void PrintTo(const SourceFile& source_file, ::std::ostream* os) { in PrintTo() function
|
/third_party/googletest/googlemock/test/ |
D | gmock-spec-builders_test.cc | 121 void PrintTo(const Incomplete& x, ::std::ostream* os); 135 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function 2252 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cordz_test.cc | 50 inline void PrintTo(const Cord& cord, std::ostream* s) { in PrintTo() function
|