Home
last modified time | relevance | path

Searched defs:PrintTo (Results 1 – 22 of 22) sorted by relevance

/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-printers.h483 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function
523 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function
531 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function
546 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function
552 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function
555 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function
558 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function
561 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function
573 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function
594 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo() function
[all …]
/third_party/node/deps/googletest/src/
Dgtest-printers.cc276 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
277 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
281 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function
284 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
291 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo() function
324 void PrintTo(__int128_t v, ::std::ostream* os) { in PrintTo() function
439 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
442 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
[all …]
Dgtest.cc1433 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon602a13b10811::Hunk
/third_party/googletest/googletest/src/
Dgtest-printers.cc274 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
275 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
279 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function
282 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
289 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo() function
322 void PrintTo(__int128_t v, ::std::ostream* os) { in PrintTo() function
437 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
440 void PrintTo(const char8_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
443 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
445 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
[all …]
Dgtest.cc1416 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anon481f29ad0811::Hunk
/third_party/mesa3d/src/gtest/src/
Dgtest-printers.cc245 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
Dgtest.cc1160 void PrintTo(std::ostream* os) { in PrintTo() function in testing::internal::edit_distance::__anona52ef1ee0211::Hunk
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DSupportHelpers.h36 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
/third_party/mesa3d/src/intel/isl/tests/
Disl_aux_info_test.cpp28 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/node/deps/v8/third_party/inspector_protocol/crdtp/
Dstatus_test_support.cc8 void PrintTo(const Status& status, std::ostream* os) { in PrintTo() function
/third_party/node/deps/v8/src/objects/
Dfield-type.cc77 void FieldType::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::FieldType
/third_party/skia/third_party/externals/spirv-tools/test/
Dunit_spirv.h90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
/third_party/spirv-tools/test/
Dunit_spirv.h90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.h90 inline void PrintTo(const WordVector& words, ::std::ostream* os) { in PrintTo() function
/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc77 void PrintTo(const MyType& x, std::ostream* os) { *os << x.value(); } in PrintTo() function
Dgoogletest-printers-test.cc74 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
/third_party/gn/src/gn/
Dheader_checker_unittest.cc78 void PrintTo(const SourceFile& source_file, ::std::ostream* os) { in PrintTo() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.cc268 std::ostream& BytecodeArrayIterator::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::interpreter::BytecodeArrayIterator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_info_statistics_test.cc40 inline void PrintTo(const CordzStatistics& stats, std::ostream* s) { in PrintTo() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcordz_test.cc50 inline void PrintTo(const Cord& cord, std::ostream* s) { in PrintTo() function
/third_party/node/deps/v8/src/compiler/
Dtypes.cc1033 void Type::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::compiler::Type
/third_party/googletest/googlemock/test/
Dgmock-spec-builders_test.cc87 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function
2131 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function