Home
last modified time | relevance | path

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

1234

/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h353 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/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 …]
/external/libvpx/third_party/googletest/src/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 …]
/external/cronet/third_party/googletest/src/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 …]
/external/libaom/third_party/googletest/src/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 …]
/external/googletest/googletest/src/
Dgtest-printers.cc294 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/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest-printers.cc242 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
245 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
251 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
255 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
334 void PrintTo(const char* s, ostream* os) { in PrintTo() function
351 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/cronet/third_party/boringssl/src/third_party/googletest/src/
Dgtest-printers.cc242 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
245 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
251 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
255 void PrintTo(char32_t c, ::std::ostream* os) { in PrintTo() function
334 void PrintTo(const char* s, ostream* os) { in PrintTo() function
351 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/llvm/utils/unittest/googletest/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
303 void PrintTo(const char* s, ostream* os) { in PrintTo() function
320 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/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
/external/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
/external/libpalmrejection/
Dchrome_to_android_compatibility_test_support.cc12 void PrintTo(const PointF& point, ::std::ostream* os) { in PrintTo() function
/external/cronet/net/cookies/
Dcanonical_cookie.h604 inline void PrintTo(const CanonicalCookie& cc, std::ostream* os) { in PrintTo() function
607 inline void PrintTo(const CookieWithAccessResult& cwar, std::ostream* os) { in PrintTo() function
614 inline void PrintTo(const CookieAndLineWithAccessResult& calwar, in PrintTo() function
Dcookie_options.h332 inline void PrintTo(CookieOptions::SameSiteCookieContext::ContextType ct, in PrintTo() function
337 inline void PrintTo( in PrintTo() function
350 inline void PrintTo(const CookieOptions::SameSiteCookieContext& sscc, in PrintTo() function
Dcookie_access_result.h55 inline void PrintTo(const CookieAccessResult& car, std::ostream* os) { in PrintTo() function
/external/tensorflow/tensorflow/core/platform/
Dstatus_matchers.h104 void PrintTo(const StatusOr<T>& status_or, std::ostream* os) { in PrintTo() function
112 inline void PrintTo(const tensorflow::error::Code code, std::ostream* os) { in PrintTo() function
/external/libchrome/dbus/
Dobject_path.cc29 void PrintTo(const ObjectPath& path, std::ostream* out) { in PrintTo() function
/external/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
/external/cronet/net/cert/
Dsigned_tree_head.cc35 void PrintTo(const SignedTreeHead& sth, std::ostream* os) { in PrintTo() function
/external/libchrome/base/test/
Dtest_pending_task.cc83 void PrintTo(const TestPendingTask& task, std::ostream* os) { in PrintTo() function
/external/cronet/net/third_party/quiche/src/quiche/binary_http/
Dbinary_http_message.cc442 void PrintTo(const BinaryHttpRequest& msg, std::ostream* os) { in PrintTo() function
446 void PrintTo(const BinaryHttpResponse& msg, std::ostream* os) { in PrintTo() function
450 void PrintTo(const BinaryHttpMessage::Field& msg, std::ostream* os) { in PrintTo() function
/external/cronet/base/test/
Dtest_pending_task.cc79 void PrintTo(const TestPendingTask& task, std::ostream* os) { in PrintTo() function
/external/webrtc/pc/
Drtc_stats_collector_unittest.cc85 void PrintTo(const RTCCertificateStats& stats, ::std::ostream* os) { in PrintTo() function
89 void PrintTo(const RTCCodecStats& stats, ::std::ostream* os) { in PrintTo() function
93 void PrintTo(const RTCDataChannelStats& stats, ::std::ostream* os) { in PrintTo() function
97 void PrintTo(const RTCIceCandidatePairStats& stats, ::std::ostream* os) { in PrintTo() function
101 void PrintTo(const RTCLocalIceCandidateStats& stats, ::std::ostream* os) { in PrintTo() function
105 void PrintTo(const RTCRemoteIceCandidateStats& stats, ::std::ostream* os) { in PrintTo() function
109 void PrintTo(const RTCPeerConnectionStats& stats, ::std::ostream* os) { in PrintTo() function
113 void PrintTo(const DEPRECATED_RTCMediaStreamStats& stats, ::std::ostream* os) { in PrintTo() function
117 void PrintTo(const DEPRECATED_RTCMediaStreamTrackStats& stats, in PrintTo() function
122 void PrintTo(const RTCInboundRTPStreamStats& stats, ::std::ostream* os) { in PrintTo() function
[all …]
/external/bsdiff/
Dextents_unittest.cc18 void PrintTo(const struct ex_t& extent, ::std::ostream* os) { in PrintTo() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_hlo_test.cc45 void PrintTo(const ReduceLayout& reduce_layout, ::std::ostream* os) { in PrintTo() function

1234