Searched defs:PrintTo (Results 1 – 6 of 6) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
H A 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 …]
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | DebugInfoTest.cpp | 17 static void PrintTo(const StringRef &S, ::std::ostream *os) { in PrintTo() function 26 static void PrintTo(const DIHeaderFieldIterator &I, ::std::ostream *os) { in PrintTo() function
|
/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A 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
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | BranchProbabilityTest.cpp | 17 void PrintTo(const BranchProbability &P, ::std::ostream *os) { in PrintTo() function
|
H A D | ScaledNumberTest.cpp | 35 void PrintTo(const ScaledPair<UIntT> &F, ::std::ostream *os) { in PrintTo() function
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | HashingTest.cpp | 25 void PrintTo(const hash_code &code, std::ostream *os) { in PrintTo() function
|