Searched defs:byte_data (Results 1 – 3 of 3) sorted by relevance
99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump()
217 ZoneVector<uint8_t>* byte_data() { return &byte_data_; } in byte_data() function
782 ZonePreparseData::ZonePreparseData(Zone* zone, base::Vector<uint8_t>* byte_data, in ZonePreparseData()