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

12

/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { function in namespace:llvm::detail
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { function in namespace:llvm::detail
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/
H A Dgtest-printers.h40 // defining either operator<<() or PrintTo() in the namespace that
45 // 1. foo::PrintTo(const T&, ostream*)
119 // nor PrintTo().
129 // operator<< nor PrintTo() is defined for T, where kTypeKind is the
161 // Since T has no << operator or PrintTo() but can be implicitly
179 // type T and T has neither << operator nor PrintTo().
216 // user doesn't define PrintTo() for it.
267 // a PrintTo() for it.
285 // We cannot call PrintTo(*it, os) here as PrintTo() does
353 void PrintTo(const T& value, ::std::ostream* os) { function in namespace:testing::internal
386 inline void PrintTo(char c, ::std::ostream* os) { function in namespace:testing::internal
394 inline void PrintTo(bool x, ::std::ostream* os) { function in namespace:testing::internal
409 inline void PrintTo(char* s, ::std::ostream* os) { function in namespace:testing::internal
415 inline void PrintTo(const signed char* s, ::std::ostream* os) { function in namespace:testing::internal
418 inline void PrintTo(signed char* s, ::std::ostream* os) { function in namespace:testing::internal
421 inline void PrintTo(const unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
424 inline void PrintTo(unsigned char* s, ::std::ostream* os) { function in namespace:testing::internal
436 inline void PrintTo(wchar_t* s, ::std::ostream* os) { function in namespace:testing::internal
458 inline void PrintTo(const ::string& s, ::std::ostream* os) { function in namespace:testing::internal
464 inline void PrintTo(const ::std::string& s, ::std::ostream* os) { function in namespace:testing::internal
471 inline void PrintTo(const ::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
478 inline void PrintTo(const ::std::wstring& s, ::std::ostream* os) { function in namespace:testing::internal
497 inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { function in namespace:testing::internal
502 void PrintTo(const ::std::tr1::tuple<T1>& t, ::std::ostream* os) { function in namespace:testing::internal
507 void PrintTo(const ::std::tr1::tuple<T1, T2>& t, ::std::ostream* os) { function in namespace:testing::internal
512 void PrintTo(const ::std::tr1::tuple<T1, T2, T3>& t, ::std::ostream* os) { function in namespace:testing::internal
517 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4>& t, ::std::ostream* os) { function in namespace:testing::internal
522 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5>& t, function in namespace:testing::internal
529 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6>& t, function in namespace:testing::internal
536 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7>& t, function in namespace:testing::internal
543 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8>& t, function in namespace:testing::internal
550 void PrintTo(const ::std::tr1::tuple<T1, T2, T3, T4, T5, T6, T7, T8, T9>& t, function in namespace:testing::internal
557 void PrintTo( function in namespace:testing::internal
566 void PrintTo(const ::std::pair<T1, T2>& value, ::std::ostream* os) { function in namespace:testing::internal
[all...]
/prebuilts/ndk/current/sources/third_party/googletest/googletest/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
237 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
240 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
246 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
310 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
327 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/prebuilts/ndk/current/sources/third_party/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { function
H A Dgtest-printers_test.cc84 // An enum with a PrintTo() function.
89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { function
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { function in namespace:foo
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { function in namespace:foo
1091 // Tests printing user-defined types that have a PrintTo() function.
1104 // Tests printing user-defined class template that have a PrintTo() function.
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { function
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
H A Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { function
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
H A Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { function

Completed in 462 milliseconds

12