Searched defs:obj_bytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium/testing/gtest/src/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/gtest/src/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);
/external/llvm/utils/unittest/googletest/
H A Dgtest-printers.cc67 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, argument
80 snprintf(text, sizeof(text), "%02X", obj_bytes[j]);
86 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, argument
98 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os);
100 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os);
104 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os);
118 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, argument
120 PrintBytesInObjectToImpl(obj_bytes, count, os);

Completed in 19 milliseconds