Searched refs:recordLength (Results 1 – 1 of 1) sorted by relevance
260 uint32_t recordLength = 0; in Dump() local262 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()