Home
last modified time | relevance | path

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

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java215 public abstract void checkLastTagWas(final int value) throws InvalidProtocolBufferException; in checkLastTagWas() method in CodedInputStream
633 public void checkLastTagWas(final int value) throws InvalidProtocolBufferException { in checkLastTagWas() method in CodedInputStream.ArrayDecoder
1347 public void checkLastTagWas(final int value) throws InvalidProtocolBufferException { in checkLastTagWas() method in CodedInputStream.UnsafeDirectNioDecoder
2074 public void checkLastTagWas(final int value) throws InvalidProtocolBufferException { in checkLastTagWas() method in CodedInputStream.StreamDecoder
3196 public void checkLastTagWas(final int value) throws InvalidProtocolBufferException { in checkLastTagWas() method in CodedInputStream.IterableDirectByteBufferDecoder