Home
last modified time | relevance | path

Searched refs:PrintTo (Results 1 - 25 of 44) sorted by relevance

12

/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h38 // defining either operator<<() or PrintTo() in the namespace that
43 // 1. foo::PrintTo(const T&, ostream*)
48 // unless foo::PrintTo(const T&, ostream*) is defined. Note that
128 // a PrintTo() for it.
147 // We cannot call PrintTo(elem, os) here as PrintTo() doesn't in PrintValue()
161 // pointer, when the user doesn't define PrintTo() for it. (A member
242 // Since T has no << operator or PrintTo() but can be implicitly
430 // UniversalPrinter<T>::Print() does when PrintTo() is not specialized
434 // an overload of PrintTo() i
549 inline void PrintTo(float f, ::std::ostream* os) { PrintTo() function
556 inline void PrintTo(double d, ::std::ostream* os) { PrintTo() function
565 inline void PrintTo(char* s, ::std::ostream* os) { PrintTo() function
571 inline void PrintTo(const signed char* s, ::std::ostream* os) { PrintTo() function
574 inline void PrintTo(signed char* s, ::std::ostream* os) { PrintTo() function
577 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { PrintTo() function
580 inline void PrintTo(unsigned char* s, ::std::ostream* os) { PrintTo() function
586 inline void PrintTo(char8_t* s, ::std::ostream* os) { PrintTo() function
592 inline void PrintTo(char16_t* s, ::std::ostream* os) { PrintTo() function
597 inline void PrintTo(char32_t* s, ::std::ostream* os) { PrintTo() function
609 inline void PrintTo(wchar_t* s, ::std::ostream* os) { PrintTo() function
630 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { PrintTo() function
637 inline void PrintTo(const ::std::u8string& s, ::std::ostream* os) { PrintTo() function
644 inline void PrintTo(const ::std::u16string& s, ::std::ostream* os) { PrintTo() function
650 inline void PrintTo(const ::std::u32string& s, ::std::ostream* os) { PrintTo() function
657 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { PrintTo() function
664 inline void PrintTo(internal::StringView sp, ::std::ostream* os) { PrintTo() function
669 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } PrintTo() function
672 inline void PrintTo(const std::type_info& info, std::ostream* os) { PrintTo() function
678 void PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) { PrintTo() function
710 void PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) { PrintTo() function
715 void PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) { PrintTo() function
739 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { PrintTo() function
747 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { PrintTo() function
[all...]
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-printers.h38 // defining either operator<<() or PrintTo() in the namespace that
43 // 1. foo::PrintTo(const T&, ostream*)
47 // * Define foo::PrintTo(..) if the type already has AbslStringify(..), but an
51 // unless foo::PrintTo(const T&, ostream*) is defined. Note that
151 // a PrintTo() for it.
177 // We cannot call PrintTo(elem, os) here as PrintTo() doesn't in PrintValue()
191 // pointer, when the user doesn't define PrintTo() for it. (A member
273 // Since T has no << operator or PrintTo() but can be implicitly
476 // UniversalPrinter<T>::Print() does when PrintTo() i
486 void PrintTo(const T& value, ::std::ostream* os) { PrintTo() function
497 inline void PrintTo(char c, ::std::ostream* os) { PrintTo() function
505 inline void PrintTo(bool x, ::std::ostream* os) { PrintTo() function
519 inline void PrintTo(char16_t c, ::std::ostream* os) { PrintTo() function
523 inline void PrintTo(char8_t c, ::std::ostream* os) { PrintTo() function
601 inline void PrintTo(float f, ::std::ostream* os) { PrintTo() function
608 inline void PrintTo(double d, ::std::ostream* os) { PrintTo() function
617 inline void PrintTo(char* s, ::std::ostream* os) { PrintTo() function
623 inline void PrintTo(const signed char* s, ::std::ostream* os) { PrintTo() function
626 inline void PrintTo(signed char* s, ::std::ostream* os) { PrintTo() function
629 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { PrintTo() function
632 inline void PrintTo(unsigned char* s, ::std::ostream* os) { PrintTo() function
638 inline void PrintTo(char8_t* s, ::std::ostream* os) { PrintTo() function
644 inline void PrintTo(char16_t* s, ::std::ostream* os) { PrintTo() function
649 inline void PrintTo(char32_t* s, ::std::ostream* os) { PrintTo() function
661 inline void PrintTo(wchar_t* s, ::std::ostream* os) { PrintTo() function
682 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { PrintTo() function
689 inline void PrintTo(const ::std::u8string& s, ::std::ostream* os) { PrintTo() function
696 inline void PrintTo(const ::std::u16string& s, ::std::ostream* os) { PrintTo() function
702 inline void PrintTo(const ::std::u32string& s, ::std::ostream* os) { PrintTo() function
709 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { PrintTo() function
716 inline void PrintTo(internal::StringView sp, ::std::ostream* os) { PrintTo() function
721 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } PrintTo() function
724 inline void PrintTo(const std::type_info& info, std::ostream* os) { PrintTo() function
730 void PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) { PrintTo() function
762 void PrintTo(const std::unique_ptr<T, D>& ptr, std::ostream* os) { PrintTo() function
767 void PrintTo(const std::shared_ptr<T>& ptr, std::ostream* os) { PrintTo() function
791 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { PrintTo() function
799 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { PrintTo() function
[all...]
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h39 // defining either operator<<() or PrintTo() in the namespace that
44 // 1. foo::PrintTo(const T&, ostream*)
49 // unless foo::PrintTo(const T&, ostream*) is defined. Note that
133 // nor PrintTo().
147 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
181 // Since T has no << operator or PrintTo() but can be implicitly
198 // Since T has neither operator<< nor PrintTo() but can be implicitly
202 // internal::PrintTo symbol which is defined later in the file.
212 // type T and T has neither << operator nor PrintTo().
258 // user doesn't define PrintTo() fo
483 void PrintTo(const T& value, ::std::ostream* os) { PrintTo() function
523 inline void PrintTo(char c, ::std::ostream* os) { PrintTo() function
531 inline void PrintTo(bool x, ::std::ostream* os) { PrintTo() function
546 inline void PrintTo(char* s, ::std::ostream* os) { PrintTo() function
552 inline void PrintTo(const signed char* s, ::std::ostream* os) { PrintTo() function
555 inline void PrintTo(signed char* s, ::std::ostream* os) { PrintTo() function
558 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { PrintTo() function
561 inline void PrintTo(unsigned char* s, ::std::ostream* os) { PrintTo() function
573 inline void PrintTo(wchar_t* s, ::std::ostream* os) { PrintTo() function
594 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { PrintTo() function
601 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { PrintTo() function
608 inline void PrintTo(absl::string_view sp, ::std::ostream* os) { PrintTo() function
613 inline void PrintTo(std::nullptr_t, ::std::ostream* os) { *os << "(nullptr)"; } PrintTo() function
616 void PrintTo(std::reference_wrapper<T> ref, ::std::ostream* os) { PrintTo() function
640 void PrintTo(const ::std::tuple<Types...>& t, ::std::ostream* os) { PrintTo() function
648 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { PrintTo() function
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-printers.cc40 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
273 void PrintTo(unsigned char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
274 void PrintTo(signed char c, ::std::ostream* os) { PrintCharAndCodeTo(c, os); } in PrintTo() function
278 void PrintTo(wchar_t wc, ostream* os) { PrintCharAndCodeTo(wc, os); } in PrintTo() function
281 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
288 void PrintTo(__uint128_t v, ::std::ostream* os) { in PrintTo() function
321 void PrintTo(__int128_t v, ::std::ostream* os) { in PrintTo() function
327 PrintTo(uv, os); in PrintTo()
436 void PrintTo(const char* s, ostream* os) { PrintCStringTo(s, os); } in PrintTo() function
439 void PrintTo(cons function
442 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
444 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
454 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
[all...]
/third_party/node/deps/googletest/src/
H A Dgtest-printers.cc40 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
276 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(cons function
445 void PrintTo(const char16_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
447 void PrintTo(const char32_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
457 void PrintTo(const wchar_t* s, ostream* os) { PrintCStringTo(s, os); } PrintTo() function
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-printers.cc41 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
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/
H A 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/
H A Dstatus_test_support.cc8 void PrintTo(const Status& status, std::ostream* os) { in PrintTo() function
26 PrintTo(expected_, os);
H A Dstatus_test_support.h23 void PrintTo(const Status& status, std::ostream* os);
/third_party/node/deps/v8/src/compiler/
H A 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()
H A Doperator.cc41 op.PrintTo(os); in operator <<()
H A Doperator.h126 void PrintTo(std::ostream& os, in PrintTo() function in v8::internal::compiler::Operator
128 // We cannot make PrintTo virtual, because default arguments to virtual in PrintTo()
H A 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()
H A 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 <<()
/third_party/skia/third_party/externals/spirv-tools/test/
H A 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
H A Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
42 // from before the PrintTo. in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A 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
H A Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
42 // from before the PrintTo. in TEST()
/third_party/spirv-tools/test/
H A 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
H A Dunit_spirv.cpp40 spvtest::PrintTo(spvtest::WordVector({10, 16}), &s); in TEST()
42 // from before the PrintTo. in TEST()
/third_party/node/deps/v8/src/objects/
H A Dfield-type.h45 V8_EXPORT_PRIVATE void PrintTo(std::ostream& os) const;
H A Dfield-type.cc77 void FieldType::PrintTo(std::ostream& os) const { in PrintTo() function in v8::internal::FieldType
/third_party/googletest/googletest/test/
H A 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/
H A Dbytecode-array-iterator.h148 std::ostream& PrintTo(std::ostream& os) const;
/third_party/mesa3d/src/intel/isl/tests/
H A 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

Completed in 16 milliseconds

12