Searched refs:obj_bytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-printers.cc | 70 void PrintByteSegmentInObjectTo(const unsigned char* obj_bytes, size_t start, in PrintByteSegmentInObjectTo() argument 83 GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); in PrintByteSegmentInObjectTo() 89 void PrintBytesInObjectToImpl(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectToImpl() argument 100 PrintByteSegmentInObjectTo(obj_bytes, 0, count, os); in PrintBytesInObjectToImpl() 102 PrintByteSegmentInObjectTo(obj_bytes, 0, kChunkSize, os); in PrintBytesInObjectToImpl() 106 PrintByteSegmentInObjectTo(obj_bytes, resume_pos, count - resume_pos, os); in PrintBytesInObjectToImpl() 130 void PrintBytesInObjectTo(const unsigned char* obj_bytes, size_t count, in PrintBytesInObjectTo() argument 132 PrintBytesInObjectToImpl(obj_bytes, count, os); in PrintBytesInObjectTo()
|
/freebsd/tests/atf_python/sys/netpfil/ipfw/ |
H A D | ioctl.py | 331 obj_bytes = bytes(obj) 332 cmd_len += len(obj_bytes) // 4 333 ret += obj_bytes
|
/freebsd/contrib/googletest/googletest/include/gtest/ |
H A D | gtest-printers.h | 306 GTEST_API_ void PrintBytesInObjectTo(const unsigned char* obj_bytes,
|