Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gtest/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/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/gtest/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/google-breakpad/src/testing/gtest/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/google-breakpad/src/testing/gtest/src/
Dgtest-printers.cc237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
295 void PrintTo(const char* s, ostream* os) { in PrintTo() function
312 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function
/external/gtest/src/
Dgtest-printers.cc237 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
240 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
246 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
310 void PrintTo(const char* s, ostream* os) { in PrintTo() function
327 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
303 void PrintTo(const char* s, ostream* os) { in PrintTo() function
320 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/v8/src/compiler/
Doperator.h122 virtual OStream& PrintTo(OStream& os) const FINAL { // NOLINT in PrintTo() function
136 static OStream& PrintTo(OStream& os, T val) { // NOLINT in PrintTo() function
Dmachine-operator.cc35 static OStream& PrintTo(OStream& os, const StoreRepresentation& rep) { in PrintTo() function
50 static OStream& PrintTo(OStream& os, LoadRepresentation type) { // NOLINT in PrintTo() function
Dsimplified-operator.cc67 static OStream& PrintTo(OStream& os, const FieldAccess& val) { in PrintTo() function
84 static OStream& PrintTo(OStream& os, const ElementAccess& access) { in PrintTo() function
Dcommon-operator.cc36 static OStream& PrintTo(OStream& os, ExternalReference reference) { in PrintTo() function
/external/v8/src/
Dlithium.cc41 void LOperand::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LOperand
196 void LEnvironment::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LEnvironment
244 void LPointerMap::PrintTo(StringStream* stream) { in PrintTo() function in v8::internal::LPointerMap
Dtypes.cc1039 void TypeImpl<Config>::PrintTo(OStream& os, PrintDimension dim) { // NOLINT in PrintTo() function in v8::internal::TypeImpl
Dhydrogen-instructions.cc632 OStream& HInstruction::PrintTo(OStream& os) const { // NOLINT in PrintTo() function in v8::internal::HInstruction
2442 OStream& HPhi::PrintTo(OStream& os) const { // NOLINT in PrintTo() function in v8::internal::HPhi
/external/llvm/unittests/ProfileData/
DCoverageMappingTest.cpp32 void PrintTo(const Counter &C, ::std::ostream *os) { in PrintTo() function
41 void PrintTo(const CoverageSegment &S, ::std::ostream *os) { in PrintTo() function
/external/llvm/unittests/Support/
DBranchProbabilityTest.cpp17 void PrintTo(const BranchProbability &P, ::std::ostream *os) { in PrintTo() function
DScaledNumberTest.cpp35 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { in PrintTo() function
/external/gtest/test/
Dgtest_list_tests_unittest_.cc90 void PrintTo(const MyType& x, std::ostream* os) { in PrintTo() function
Dgtest-printers_test.cc89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
/external/llvm/unittests/ADT/
DHashingTest.cpp25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest-printers_test.cc89 void PrintTo(EnumWithPrintTo e, std::ostream* os) { in PrintTo() function
139 void PrintTo(const PrintableViaPrintTo& x, ::std::ostream* os) { in PrintTo() function
164 void PrintTo(const PrintableViaPrintToTemplate<T>& x, ::std::ostream* os) { in PrintTo() function
/external/google-breakpad/src/testing/include/gmock/
Dgmock-actions.h846 void PrintTo(const ReferenceWrapper<T>& ref, ::std::ostream* os) { in PrintTo() function
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc131 void PrintTo(const Incomplete& /* x */, ::std::ostream* os) { in PrintTo() function
2080 void PrintTo(PrintMeNot /* dummy */, ::std::ostream* /* os */) { in PrintTo() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc9248 void PrintTo(unsigned char c, ::std::ostream* os) { in PrintTo() function
9251 void PrintTo(signed char c, ::std::ostream* os) { in PrintTo() function
9257 void PrintTo(wchar_t wc, ostream* os) { in PrintTo() function
9321 void PrintTo(const char* s, ostream* os) { in PrintTo() function
9338 void PrintTo(const wchar_t* s, ostream* os) { in PrintTo() function

12