Searched defs:skipField (Results 1 – 9 of 9) sorted by relevance
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | tag.js | 78 function skipField(bufferDecoder, wireType, fieldNumber) { function 141 skipField, property
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 225 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
|
D | Reader.java | 73 boolean skipField() throws IOException; in skipField() method
|
D | CodedInputStreamReader.java | 95 public boolean skipField() throws IOException { in skipField() method in CodedInputStreamReader
|
D | BinaryReader.java | 134 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
|
D | ArrayDecoders.java | 1041 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
|
D | TextFormat.java | 2209 private static void skipField(Tokenizer tokenizer) throws ParseException { in skipField() method in TextFormat.Parser
|
/third_party/protobuf/js/binary/ |
D | reader.js | 420 jspb.BinaryReader.prototype.skipField = function() { method in jspb.BinaryReader
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | Message.php | 304 private function skipField($input, $tag) function in Google\\Protobuf\\Internal\\Message
|