Home
last modified time | relevance | path

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

/development/tools/winscope/src/trace_processor/
Dquery_result.ts668 private varIntReader = protobuf.Reader.create(this.batchBytes); property in RowIteratorImpl
747 const val = this.varIntReader.int64();
752 decodeInt64Varint(this.batchBytes, this.varIntReader.pos);
754 this.varIntReader.skip(); // Skips a varint
795 this.varIntReader = protobuf.Reader.create(batch.batchBytes);
796 this.varIntReader.pos = batch.varintOff;
797 this.varIntReader.len = batch.varintOff + batch.varintLen;