Searched defs:writeGroup (Results 1 – 6 of 6) sorted by relevance
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| D | Writer.java | 113 void writeGroup(int fieldNumber, Object value) throws IOException; in writeGroup() method 121 void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException; in writeGroup() method
|
| D | BinaryWriter.java | 1084 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter 1091 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeHeapWriter 1621 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter 1628 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeHeapWriter 2152 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter 2159 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.SafeDirectWriter 2709 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter 2716 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in BinaryWriter.UnsafeDirectWriter
|
| D | CodedOutputStreamWriter.java | 158 public void writeGroup(int fieldNumber, Object value) throws IOException { in writeGroup() method in CodedOutputStreamWriter 163 public void writeGroup(int fieldNumber, Object value, Schema schema) throws IOException { in writeGroup() method in CodedOutputStreamWriter
|
| D | CodedOutputStream.java | 1012 public final void writeGroup(final int fieldNumber, final MessageLite value) throws IOException { in writeGroup() method in CodedOutputStream 1024 final void writeGroup(final int fieldNumber, final MessageLite value, Schema schema) in writeGroup() method in CodedOutputStream
|
| /third_party/protobuf/js/binary/ |
| D | writer.js | 874 jspb.BinaryWriter.prototype.writeGroup = function( method in jspb.BinaryWriter
|
| /third_party/protobuf/js/experimental/runtime/kernel/ |
| D | kernel.js | 279 function writeGroup(writer, fieldNumber, value) { function
|