Searched defs:readGroup (Results 1 – 6 of 6) sorted by relevance
291 public abstract void readGroup( in readGroup() method in CodedInputStream299 public abstract <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream824 public void readGroup( in readGroup() method in CodedInputStream.ArrayDecoder840 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.ArrayDecoder1543 public void readGroup( in readGroup() method in CodedInputStream.UnsafeDirectNioDecoder1559 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.UnsafeDirectNioDecoder2302 public void readGroup( in readGroup() method in CodedInputStream.StreamDecoder2318 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.StreamDecoder3398 public void readGroup( in readGroup() method in CodedInputStream.IterableDirectByteBufferDecoder3414 public <T extends MessageLite> T readGroup( in readGroup() method in CodedInputStream.IterableDirectByteBufferDecoder
154 <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) throws IOException; in readGroup() method
186 public <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) in readGroup() method in CodedInputStreamReader222 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() method in CodedInputStreamReader
275 public <T> T readGroup(Class<T> clazz, ExtensionRegistryLite extensionRegistry) in readGroup() method in BinaryReader.SafeHeapReader288 private <T> T readGroup(Schema<T> schema, ExtensionRegistryLite extensionRegistry) in readGroup() method in BinaryReader.SafeHeapReader
564 jspb.BinaryReader.prototype.readGroup = method in jspb.BinaryReader
230 function readGroup( function