Home
last modified time | relevance | path

Searched refs:PrintTo (Results 1 – 25 of 47) sorted by relevance

12

/third_party/node/deps/googletest/include/gtest/
Dgtest-printers.h486 void PrintTo(const T& value, ::std::ostream* os) {
495 GTEST_API_ void PrintTo(unsigned char c, ::std::ostream* os);
496 GTEST_API_ void PrintTo(signed char c, ::std::ostream* os);
497 inline void PrintTo(char c, ::std::ostream* os) {
501 PrintTo(static_cast<unsigned char>(c), os);
505 inline void PrintTo(bool x, ::std::ostream* os) {
516 GTEST_API_ void PrintTo(wchar_t wc, ::std::ostream* os);
518 GTEST_API_ void PrintTo(char32_t c, ::std::ostream* os);
519 inline void PrintTo(char16_t c, ::std::ostream* os) {
520 PrintTo(ImplicitCast_<char32_t>(c), os);
[all …]
/third_party/googletest/googletest/include/gtest/
Dgtest-printers.h440 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/
Dgtest-printers.h483 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/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
330 PrintTo(uv, os); in PrintTo()
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
[all …]
/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
328 PrintTo(uv, os); in PrintTo()
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
[all …]
/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
/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
55 PrintTo(static_cast<const ErrorHolder &>(Item), Out); in PrintTo()
/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
26 PrintTo(expected_, os); in DescribeTo()
Dstatus_test_support.h23 void PrintTo(const Status& status, std::ostream* os);
/third_party/skia/third_party/externals/spirv-tools/test/
Dunit_spirv.h67 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
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
/third_party/spirv-tools/test/
Dunit_spirv.h67 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
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.h67 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
Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering-verifier.cc30 type.PrintTo(type_str); in CheckType()
32 node_type.PrintTo(node_type_str); in CheckType()
171 left_type.PrintTo(left_str); in VisitNode()
172 right_type.PrintTo(right_str); in VisitNode()
Doperator.cc41 op.PrintTo(os); in operator <<()
Doperator.h126 void PrintTo(std::ostream& os, in NON_EXPORTED_BASE()
Dtypes.cc1033 void Type::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::compiler::Type
1073 PrintTo(os); in Print()
1150 type.PrintTo(os); in operator <<()
Dgraph-visualizer.cc313 node->op()->PrintTo(label, Operator::PrintVerbosity::kSilent); in PrintNode()
314 node->op()->PrintTo(title, Operator::PrintVerbosity::kVerbose); in PrintNode()
358 type_opt->PrintTo(type_out); in PrintNode()
/third_party/node/deps/v8/src/objects/
Dfield-type.h45 V8_EXPORT_PRIVATE void PrintTo(std::ostream& os) const;
Dfield-type.cc77 void FieldType::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::FieldType
/third_party/googletest/googletest/test/
Dgoogletest-list-tests-unittest_.cc77 void PrintTo(const MyType& x, std::ostream* os) { *os << x.value(); } in PrintTo() function
/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-iterator.h148 std::ostream& PrintTo(std::ostream& os) const;
/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

12