Searched refs:obj_bytes (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc63 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
76 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]);
82 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
114 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
116 PrintBytesInObjectToImpl(obj_bytes, count, os);
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-printers.h118 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,

Completed in 9 milliseconds