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

12

/external/chromium/testing/gtest/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...]
/external/gtest/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...]
/external/llvm/utils/unittest/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...]
/external/v8/src/
H A Dlithium.cc35 void LOperand::PrintTo(StringStream* stream) { function in class:v8::internal::LOperand
140 destination->PrintTo(stream);
142 destination->PrintTo(stream);
144 source->PrintTo(stream);
152 void LEnvironment::PrintTo(StringStream* stream) { function in class:v8::internal::LEnvironment
161 values_[i]->PrintTo(stream);
197 void LPointerMap::PrintTo(StringStream* stream) { function in class:v8::internal::LPointerMap
201 pointer_operands_[i]->PrintTo(stream);
H A Dlithium.h65 void PrintTo(StringStream* stream);
432 void PrintTo(StringStream* stream);
509 void PrintTo(StringStream* stream);
H A Dhydrogen-instructions.cc529 void HInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::HInstruction
1164 void HPhi::PrintTo(StringStream* stream) { function in class:v8::internal::HPhi
H A Dhydrogen.h515 void PrintTo(StringStream* stream);
H A Dhydrogen-instructions.h715 virtual void PrintTo(StringStream* stream) = 0;
819 virtual void PrintTo(StringStream* stream);
2286 virtual void PrintTo(StringStream* stream);
H A Dhydrogen.cc7844 void HEnvironment::PrintTo(StringStream* stream) { function in class:HEnvironment
7868 PrintTo(&trace);
7960 phi->PrintTo(&trace_);
7975 instruction->PrintTo(&trace_);
7994 linstr->PrintTo(&trace_);
/external/chromium/testing/gtest/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
245 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
248 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
254 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
304 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
321 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/external/gtest/src/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
245 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
248 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
254 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
303 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
320 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/external/llvm/utils/unittest/googletest/
H A Dgtest-printers.cc42 // or void PrintTo(const Foo&, ::std::ostream*) in the namespace that
245 void PrintTo(unsigned char c, ::std::ostream* os) { function in namespace:testing::internal
248 void PrintTo(signed char c, ::std::ostream* os) { function in namespace:testing::internal
254 void PrintTo(wchar_t wc, ostream* os) { function in namespace:testing::internal
303 void PrintTo(const char* s, ostream* os) { function in namespace:testing::internal
320 void PrintTo(const wchar_t* s, ostream* os) { function in namespace:testing::internal
/external/v8/src/arm/
H A Dlithium-arm.cc92 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction
101 environment()->PrintTo(stream);
106 pointer_map()->PrintTo(stream);
116 inputs_[i]->PrintTo(stream);
125 results_[i]->PrintTo(stream);
202 InputAt(0)->PrintTo(stream);
208 InputAt(0)->PrintTo(stream);
210 InputAt(1)->PrintTo(stream);
217 InputAt(0)->PrintTo(stream);
226 InputAt(0)->PrintTo(strea
[all...]
/external/v8/src/mips/
H A Dlithium-mips.cc92 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction
101 environment()->PrintTo(stream);
106 pointer_map()->PrintTo(stream);
116 inputs_[i]->PrintTo(stream);
125 results_[i]->PrintTo(stream);
202 InputAt(0)->PrintTo(stream);
208 InputAt(0)->PrintTo(stream);
210 InputAt(1)->PrintTo(stream);
217 InputAt(0)->PrintTo(stream);
226 InputAt(0)->PrintTo(strea
[all...]
/external/v8/src/x64/
H A Dlithium-x64.cc94 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction
103 environment()->PrintTo(stream);
108 pointer_map()->PrintTo(stream);
118 inputs_[i]->PrintTo(stream);
127 results_[i]->PrintTo(stream);
204 InputAt(0)->PrintTo(stream);
210 InputAt(0)->PrintTo(stream);
212 InputAt(1)->PrintTo(stream);
219 InputAt(0)->PrintTo(stream);
228 InputAt(0)->PrintTo(strea
[all...]
/external/chromium/chrome/browser/sync/
H A Djs_test_util.cc12 void PrintTo(const JsArgList& args, ::std::ostream* os) { function in namespace:browser_sync
30 // No need to annotate listener since we already define PrintTo().
H A Djs_test_util.h25 void PrintTo(const JsArgList& args, ::std::ostream* os);
/external/v8/src/ia32/
H A Dlithium-ia32.cc94 void LInstruction::PrintTo(StringStream* stream) { function in class:v8::internal::LInstruction
103 environment()->PrintTo(stream);
108 pointer_map()->PrintTo(stream);
117 InputAt(i)->PrintTo(stream);
123 if (HasResult()) result()->PrintTo(stream);
199 InputAt(0)->PrintTo(stream);
205 InputAt(0)->PrintTo(stream);
207 InputAt(1)->PrintTo(stream);
214 InputAt(0)->PrintTo(stream);
223 InputAt(0)->PrintTo(strea
[all...]
/external/chromium/testing/gtest/test/
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
1062 // Tests printing user-defined types that have a PrintTo() function.
1075 // Tests printing user-defined class template that have a PrintTo() function.
/external/gtest/test/
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
1068 // Tests printing user-defined types that have a PrintTo() function.
1081 // Tests printing user-defined class template that have a PrintTo() function.
/external/chromium/chrome/browser/net/
H A Dpref_proxy_config_service_unittest.cc296 void PrintTo(const CommandLineTestParams& params, std::ostream* os) { function in namespace:__anon2132
/external/chromium/testing/gmock/test/
H A Dgmock-spec-builders_test.cc116 void PrintTo(const Incomplete& x, ::std::ostream* os);
130 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { function in namespace:__anon3134
2069 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { function in namespace:__anon3134
/external/llvm/unittests/ADT/
H A DHashingTest.cpp25 void PrintTo(const hash_code &code, std::ostream *os) { function in namespace:llvm
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-actions.h844 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { function in namespace:testing::internal
/external/chromium/net/base/
H A Dx509_certificate_unittest.cc1043 void PrintTo(const CertificateNameVerifyTestData& data, std::ostream* os) { function in namespace:net

Completed in 429 milliseconds

12