Home
last modified time | relevance | path

Searched defs:readGroup (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java291 public abstract void readGroup( in readGroup() method in CodedInputStream
299 public abstract <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream
824 public void readGroup( in readGroup() method in CodedInputStream.ArrayDecoder
840 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.ArrayDecoder
1543 public void readGroup( in readGroup() method in CodedInputStream.UnsafeDirectNioDecoder
1559 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.UnsafeDirectNioDecoder
2302 public void readGroup( in readGroup() method in CodedInputStream.StreamDecoder
2318 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.StreamDecoder
3398 public void readGroup( in readGroup() method in CodedInputStream.IterableDirectByteBufferDecoder
3414 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.IterableDirectByteBufferDecoder
DReader.java154 <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) throws IOException; in readGroup() method
DCodedInputStreamReader.java186 public <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) in readGroup() method in CodedInputStreamReader
222 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() method in CodedInputStreamReader
DBinaryReader.java275 public <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) in readGroup() method in BinaryReader.SafeHeapReader
288 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() method in BinaryReader.SafeHeapReader
/third_party/protobuf/js/binary/
Dreader.js564 jspb.BinaryReader.prototype.readGroup = method in jspb.BinaryReader
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js230 function readGroup( function