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

/gem5/ext/googletest/googletest/src/
H A Dgtest-printers.cc63 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, function in namespace:testing::__anon33
94 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
96 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
100 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);

Completed in 5 milliseconds