Home
last modified time | relevance | path

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

/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java225 public abstract boolean skipField(final int tag) throws IOException; in skipField() method in CodedInputStream
236 public abstract boolean skipField(final int tag, final CodedOutputStream output) in skipField() method in CodedInputStream
643 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
670 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
1357 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
1384 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
2084 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
2111 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
3206 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
3233 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
DReader.java73 boolean skipField() throws IOException; in skipField() method
DCodedInputStreamReader.java95 public boolean skipField() throws IOException { in skipField() method in CodedInputStreamReader
DArrayDecoders.java1041 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
DBinaryReader.java134 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
DTextFormat.java1956 private void skipField(Tokenizer tokenizer) throws ParseException { in skipField() method in TextFormat.Parser
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java105 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputByteBufferNano
/external/protobuf/js/binary/
Dreader.js419 jspb.BinaryReader.prototype.skipField = function() { method in jspb.BinaryReader
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
DCodedInputStreamMicro.java113 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStreamMicro
/external/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php258 private function skipField($input, $tag) function in Google\\Protobuf\\Internal\\Message
/external/golang-protobuf/proto/
Dtable_unmarshal.go1848 func skipField(b []byte, wire int) ([]byte, error) { func