Searched refs:obj_bytes (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-printers.cc | 59 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 72 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 78 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 90 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 92 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 96 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 110 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 112 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-printers.h | 114 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|