Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/kernel/
H A Dtag.js78 function skipField(bufferDecoder, wireType, fieldNumber) { function
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DArrayDecoders.java1041 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
H A DReader.java73 boolean skipField() throws IOException; in skipField() method
H A DCodedInputStreamReader.java95 public boolean skipField() throws IOException { in skipField() method in CodedInputStreamReader
H A DBinaryReader.java134 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
H A 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 { skipField() method in CodedInputStream.StreamDecoder
2113 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { skipField() method in CodedInputStream.StreamDecoder
3208 public boolean skipField(final int tag) throws IOException { skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
3235 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
[all...]
H A DTextFormat.java2209 private static void skipField(Tokenizer tokenizer) throws ParseException { in skipField() method in TextFormat.Parser
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php304 private function skipField($input, $tag) function
/third_party/protobuf/js/binary/
H A Dreader.js

Completed in 18 milliseconds