Home | History | Annotate | Download | only in protobuf

Lines Matching defs:readRawVarint64

328     return readRawVarint64();
333 return readRawVarint64();
353 return readRawVarint64() != 0;
592 return decodeZigZag64(readRawVarint64());
602 // See implementation notes for readRawVarint64
717 public long readRawVarint64() throws IOException {
775 /** Variant of readRawVarint64 for when uncomfortably close to the limit. */