/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 353 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 386 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 394 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 409 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 415 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 418 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 458 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest-printers.h | 493 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 537 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 545 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 560 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 566 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 569 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 572 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 575 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 587 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 609 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-printers.h | 455 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 488 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 496 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 511 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 517 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 520 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 523 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 526 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 538 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 560 inline void PrintTo(const ::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-printers.h | 483 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 …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest-printers.h | 482 void PrintTo(const T& value, ::std::ostream* os) { in PrintTo() function 522 inline void PrintTo(char c, ::std::ostream* os) { in PrintTo() function 530 inline void PrintTo(bool x, ::std::ostream* os) { in PrintTo() function 545 inline void PrintTo(char* s, ::std::ostream* os) { in PrintTo() function 551 inline void PrintTo(const signed char* s, ::std::ostream* os) { in PrintTo() function 554 inline void PrintTo(signed char* s, ::std::ostream* os) { in PrintTo() function 557 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { in PrintTo() function 560 inline void PrintTo(unsigned char* s, ::std::ostream* os) { in PrintTo() function 572 inline void PrintTo(wchar_t* s, ::std::ostream* os) { in PrintTo() function 593 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { in PrintTo() function [all …]
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-printers.h | 480 void PrintTo(const T &value, ::std::ostream *os) { in PrintTo() function 520 inline void PrintTo(char c, ::std::ostream *os) { in PrintTo() function 528 inline void PrintTo(bool x, ::std::ostream *os) { in PrintTo() function 543 inline void PrintTo(char *s, ::std::ostream *os) { in PrintTo() function 549 inline void PrintTo(const signed char *s, ::std::ostream *os) { in PrintTo() function 552 inline void PrintTo(signed char *s, ::std::ostream *os) { in PrintTo() function 555 inline void PrintTo(const unsigned char *s, ::std::ostream *os) { in PrintTo() function 558 inline void PrintTo(unsigned char *s, ::std::ostream *os) { in PrintTo() function 570 inline void PrintTo(wchar_t *s, ::std::ostream *os) { in PrintTo() function 591 inline void PrintTo(const ::std::string &s, ::std::ostream *os) { in PrintTo() function [all …]
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/internal/custom/ |
D | gtest-printers.h | 51 inline void PrintTo(llvm::StringRef S, std::ostream *OS) { in PrintTo() function 60 inline void PrintTo(const SmallString<N> &S, std::ostream *OS) { in PrintTo() function 63 inline void PrintTo(const SmallVectorImpl<char> &S, std::ostream *OS) { in PrintTo() function
|
/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | test_helpers.cpp | 40 void PrintTo(RecordTypes T, std::ostream *OS) { in PrintTo() function 44 void PrintTo(const XRayRecord &R, std::ostream *OS) { in PrintTo() function 51 void PrintTo(const Trace &T, std::ostream *OS) { in PrintTo() function
|
D | test_helpers.h | 62 template <class T> void PrintTo(const Array<T> &A, std::ostream *OS) { in PrintTo() function
|
/external/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
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest-printers.cc | 241 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 244 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 250 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 320 void PrintTo(const char* s, ostream* os) { in PrintTo() function 337 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/external/llvm/utils/unittest/googletest/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 303 void PrintTo(const char* s, ostream* os) { in PrintTo() function 320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest-printers.cc | 244 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 247 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 253 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 331 void PrintTo(const char* s, ostream* os) { in PrintTo() function 348 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/external/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
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-printers.cc | 244 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function 247 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function 253 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function 329 void PrintTo(const char* s, ostream* os) { in PrintTo() function 346 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-printers.cc | 212 void PrintTo(unsigned char c, ::std::ostream *os) { in PrintTo() function 215 void PrintTo(signed char c, ::std::ostream *os) { in PrintTo() function 221 void PrintTo(wchar_t wc, ostream *os) { PrintCharAndCodeTo<wchar_t>(wc, os); } in PrintTo() function 294 void PrintTo(const char *s, ostream *os) { in PrintTo() function 311 void PrintTo(const wchar_t *s, ostream *os) { in PrintTo() function
|
/external/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
|
/external/llvm-project/llvm/unittests/FuzzMutate/ |
D | OperationsTest.cpp | 23 void PrintTo(Type *T, ::std::ostream *OS) { in PrintTo() function 28 void PrintTo(BasicBlock *BB, ::std::ostream *OS) { in PrintTo() function 33 void PrintTo(Value *V, ::std::ostream *OS) { in PrintTo() function 39 void PrintTo(Constant *C, ::std::ostream *OS) { PrintTo(cast<Value>(C), OS); } in PrintTo() function
|
/external/libchrome/dbus/ |
D | object_path.cc | 29 void PrintTo(const ObjectPath& path, std::ostream* out) { in PrintTo() function
|
/external/llvm-project/llvm/include/llvm/Testing/Support/ |
D | SupportHelpers.h | 38 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { in PrintTo() function 53 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { in PrintTo() function
|
/external/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
|
/external/libchrome/base/test/ |
D | test_pending_task.cc | 83 void PrintTo(const TestPendingTask& task, std::ostream* os) { in PrintTo() function
|
/external/webrtc/pc/ |
D | rtc_stats_collector_unittest.cc | 57 void PrintTo(const RTCCertificateStats& stats, ::std::ostream* os) { in PrintTo() function 61 void PrintTo(const RTCCodecStats& stats, ::std::ostream* os) { in PrintTo() function 65 void PrintTo(const RTCDataChannelStats& stats, ::std::ostream* os) { in PrintTo() function 69 void PrintTo(const RTCIceCandidatePairStats& stats, ::std::ostream* os) { in PrintTo() function 73 void PrintTo(const RTCLocalIceCandidateStats& stats, ::std::ostream* os) { in PrintTo() function 77 void PrintTo(const RTCRemoteIceCandidateStats& stats, ::std::ostream* os) { in PrintTo() function 81 void PrintTo(const RTCPeerConnectionStats& stats, ::std::ostream* os) { in PrintTo() function 85 void PrintTo(const RTCMediaStreamStats& stats, ::std::ostream* os) { in PrintTo() function 89 void PrintTo(const RTCMediaStreamTrackStats& stats, ::std::ostream* os) { in PrintTo() function 93 void PrintTo(const RTCInboundRTPStreamStats& stats, ::std::ostream* os) { in PrintTo() function [all …]
|
/external/bsdiff/ |
D | extents_unittest.cc | 18 void PrintTo(const struct ex_t& extent, ::std::ostream* os) { in PrintTo() function
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_hlo_test.cc | 46 void PrintTo(const ReduceLayout& reduce_layout, ::std::ostream* os) { in PrintTo() function
|