Home
last modified time | relevance | path

Searched refs:writeInt32 (Results 1 - 24 of 24) sorted by relevance

/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/
H A Dwriter_test.js75 assertFails(function() {writer.writeInt32(1, -Infinity);});
76 assertFails(function() {writer.writeInt32(1, Infinity);});
H A Ddecoder_test.js278 jspb.BinaryEncoder.prototype.writeInt32,
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/
H A Dwriter_test.js75 assertFails(function() {writer.writeInt32(1, -Infinity);});
76 assertFails(function() {writer.writeInt32(1, Infinity);});
H A Ddecoder_test.js289 jspb.BinaryEncoder.prototype.writeInt32,
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DGPBWire.php300 public static function writeInt32(&$output, $value) function
544 if (!GPBWire::writeInt32($output, $value)) {
591 if (!GPBWire::writeInt32($output, $value)) {
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DBinaryWriter.java197 writeInt32(fieldNumber, value); in writeEnum()
216 writeInt32(list.get(i)); in writeInt32List_Internal()
223 writeInt32(fieldNumber, list.get(i)); in writeInt32List_Internal()
234 writeInt32(list.getInt(i)); in writeInt32List_Internal()
241 writeInt32(fieldNumber, list.getInt(i)); in writeInt32List_Internal()
708 writer.writeInt32(fieldNumber, (Integer) object); in writeMapEntryField()
868 abstract void writeInt32(int value); in writeInt32() method in BinaryWriter
991 public void writeInt32(int fieldNumber, int value) throws IOException { in writeInt32() method in BinaryWriter.SafeHeapWriter
993 writeInt32(value); in writeInt32()
1108 void writeInt32(in method in BinaryWriter.SafeHeapWriter
1528 public void writeInt32(int fieldNumber, int value) { writeInt32() method in BinaryWriter.UnsafeHeapWriter
1645 void writeInt32(int value) { writeInt32() method in BinaryWriter.UnsafeHeapWriter
2059 public void writeInt32(int fieldNumber, int value) { writeInt32() method in BinaryWriter.SafeDirectWriter
2176 void writeInt32(int value) { writeInt32() method in BinaryWriter.SafeDirectWriter
2616 public void writeInt32(int fieldNumber, int value) { writeInt32() method in BinaryWriter.UnsafeDirectWriter
2733 void writeInt32(int value) { writeInt32() method in BinaryWriter.UnsafeDirectWriter
[all...]
H A DWriter.java75 void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() method
H A DExtensionSchemaFull.java450 writer.writeInt32(descriptor.getNumber(), (Integer) extension.getValue()); in serializeExtension()
480 writer.writeInt32( in serializeExtension()
H A DExtensionSchemaLite.java450 writer.writeInt32(descriptor.getNumber(), (Integer) extension.getValue()); in serializeExtension()
480 writer.writeInt32(descriptor.getNumber(), (Integer) extension.getValue()); in serializeExtension()
H A DCodedOutputStreamWriter.java103 public void writeInt32(int fieldNumber, int value) throws IOException { in writeInt32() method in CodedOutputStreamWriter
104 output.writeInt32(fieldNumber, value); in writeInt32()
205 output.writeInt32(fieldNumber, value.get(i)); in writeInt32List()
H A DCodedOutputStream.java52 * constructs and field types (e.g. {@link #writeTag} and {@link #writeInt32}) and methods that
234 public abstract void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() method in CodedOutputStream
296 writeInt32(fieldNumber, value); in writeEnum()
1178 public final void writeInt32(final int fieldNumber, final int value) throws IOException { in writeInt32() method in CodedOutputStream.ArrayEncoder
1571 public void writeInt32(final int fieldNumber, final int value) throws IOException { in writeInt32() method in CodedOutputStream.SafeDirectNioEncoder
1905 public void writeInt32(int fieldNumber, int value) throws IOException { in writeInt32() method in CodedOutputStream.UnsafeDirectNioEncoder
2411 public void writeInt32(final int fieldNumber, final int value) throws IOException { in writeInt32() method in CodedOutputStream.ByteOutputEncoder
2725 public void writeInt32(final int fieldNumber, final int value) throws IOException { in writeInt32() method in CodedOutputStream.OutputStreamEncoder
H A DSchemaUtil.java112 public static void writeInt32(int fieldNumber, int value, Writer writer) throws IOException { in writeInt32() method in SchemaUtil
114 writer.writeInt32(fieldNumber, value); in writeInt32()
H A DMessageSchema.java2613 writer.writeInt32(number, unsafe.getInt(message, offset)); in writeFieldsInAscendingOrderProto2()
2845 writer.writeInt32(number, oneofIntAt(message, offset)); in writeFieldsInAscendingOrderProto2()
2972 writer.writeInt32(number, intAt(message, offset(typeAndOffset))); in writeFieldsInAscendingOrderProto3()
3295 writer.writeInt32(number, oneofIntAt(message, offset(typeAndOffset))); in writeFieldsInAscendingOrderProto3()
3427 writer.writeInt32(number, intAt(message, offset(typeAndOffset))); in writeFieldsInDescendingOrder()
3749 writer.writeInt32(number, oneofIntAt(message, offset(typeAndOffset))); in writeFieldsInDescendingOrder()
/third_party/protobuf/js/binary/
H A Dwriter_test.js77 assertFails(function() {writer.writeInt32(1, -Infinity);});
78 assertFails(function() {writer.writeInt32(1, Infinity);});
H A Dwriter.js306 this.writeInt32(field, /** @type {number} */(value));
471 jspb.BinaryWriter.prototype.writeInt32 = function(field, value) {
683 this.encoder_.writeInt32(value);
1708 this.encoder_.writeInt32(value[i]);
H A Ddecoder_test.js439 jspb.BinaryEncoder.prototype.writeInt32,
H A Dencoder.js340 jspb.BinaryEncoder.prototype.writeInt32 = function(value) {
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dwriter.js243 writeInt32(fieldNumber, value) {
558 values.forEach(val => this.writeInt32(fieldNumber, val));
H A Dwriter_test.js334 describe('Writer.writeInt32 does', () => {
343 writer.writeInt32(1, pair.intValue);
H A Dkernel.js1938 writer.writeInt32(fieldNumber, value);
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DWireFormatTest.java485 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
H A DWireFormatLiteTest.java472 output.writeInt32(2, item.getTypeId()); in testMergeMessageSetExtensionWithFlag()
652 codedOutput.writeInt32(i, 0); in testUnmatchedWireType()
/third_party/protobuf/java/lite/src/test/java/com/google/protobuf/
H A DLiteTest.java119 output.writeInt32(TestAllTypesLite.REPEATED_NESTED_ENUM_FIELD_NUMBER, 1); in testLite_unknownEnumAtListBoundary()
122 output.writeInt32(TestAllTypesLite.REPEATED_NESTED_ENUM_FIELD_NUMBER, 0); in testLite_unknownEnumAtListBoundary()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 58 milliseconds