Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
Dtag.js78 function skipField(bufferDecoder, wireType, fieldNumber) { function
141 skipField, property
/third_party/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
645 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
672 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
1359 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
1386 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
2086 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
2113 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
3208 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
3235 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
DBinaryReader.java134 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
DArrayDecoders.java1041 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
DTextFormat.java2209 private static void skipField(Tokenizer tokenizer) throws ParseException { in skipField() method in TextFormat.Parser
/third_party/protobuf/js/binary/
Dreader.js420 jspb.BinaryReader.prototype.skipField = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php304 private function skipField($input, $tag) function in Google\\Protobuf\\Internal\\Message