Home
last modified time | relevance | path

Searched defs:readRawVarint64 (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java360 public abstract long readRawVarint64() throws IOException; in readRawVarint64() method in CodedInputStream
1050 public long readRawVarint64() throws IOException { in readRawVarint64() method in CodedInputStream.ArrayDecoder
1776 public long readRawVarint64() throws IOException { in readRawVarint64() method in CodedInputStream.UnsafeDirectNioDecoder
2526 public long readRawVarint64() throws IOException { in readRawVarint64() method in CodedInputStream.StreamDecoder
3607 public long readRawVarint64() throws IOException { in readRawVarint64() method in CodedInputStream.IterableDirectByteBufferDecoder