Home
last modified time | relevance | path

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

/external/gson/gson/src/test/java/com/google/gson/
DMockExclusionStrategy.java27 private final boolean skipField; field in MockExclusionStrategy
29 public MockExclusionStrategy(boolean skipClass, boolean skipField) { in MockExclusionStrategy()
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dtag.js78 function skipField(bufferDecoder, wireType, fieldNumber) { function
141 skipField, property
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java231 public abstract boolean skipField(final int tag) throws IOException; in skipField() method in CodedInputStream
242 public abstract boolean skipField(final int tag, final CodedOutputStream output) in skipField() method in CodedInputStream
651 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
678 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
1366 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
1393 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
2134 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
2161 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
3255 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
3282 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
DReader.java74 boolean skipField() throws IOException; in skipField() method
DCodedInputStreamReader.java96 public boolean skipField() throws IOException { in skipField() method in CodedInputStreamReader
DBinaryReader.java135 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
DArrayDecoders.java1068 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
DTextFormat.java2258 private void skipField(Tokenizer tokenizer) throws ParseException { in skipField() method in TextFormat.Parser
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java231 public abstract boolean skipField(final int tag) throws IOException; in skipField() method in CodedInputStream
242 public abstract boolean skipField(final int tag, final CodedOutputStream output) in skipField() method in CodedInputStream
651 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
678 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.ArrayDecoder
1366 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
1393 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.UnsafeDirectNioDecoder
2134 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
2161 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.StreamDecoder
3255 public boolean skipField(final int tag) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
3282 public boolean skipField(final int tag, final CodedOutputStream output) throws IOException { in skipField() method in CodedInputStream.IterableDirectByteBufferDecoder
DReader.java74 boolean skipField() throws IOException; in skipField() method
DCodedInputStreamReader.java96 public boolean skipField() throws IOException { in skipField() method in CodedInputStreamReader
DBinaryReader.java135 public boolean skipField() throws IOException { in skipField() method in BinaryReader.SafeHeapReader
DArrayDecoders.java1071 static int skipField(int tag, byte[] data, int position, int limit, Registers registers) in skipField() method in ArrayDecoders
DTextFormat.java2246 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/cronet/third_party/protobuf/js/binary/
Dreader.js430 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.php309 private function skipField($input, $tag) function in Google\\Protobuf\\Internal\\Message
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php309 private function skipField($input, $tag) function in Google\\Protobuf\\Internal\\Message