Home
last modified time | relevance | path

Searched refs:recordLength (Results 1 – 1 of 1) sorted by relevance

/developtools/hiperf/src/
Dreport_protobuf_file.cpp260 uint32_t recordLength = 0; in Dump() local
262 protpbufCodedInputStream_->ReadLittleEndian32(&recordLength); in Dump()
263 if (recordLength != 0) { in Dump()
264 PrintIndent(defaultIndent, "record length:%u (%x)\n", recordLength, recordLength); in Dump()
267 recordBuf.resize(recordLength); in Dump()
268 if (!protpbufCodedInputStream_->ReadString(&recordBuf, recordLength)) { in Dump()
289 } while (recordLength != 0); in Dump()