Home
last modified time | relevance | path

Searched refs:writeInt32 (Results 1 – 25 of 55) sorted by relevance

123

/external/protobuf/js/binary/
Dreader_test.js340 jspb.BinaryWriter.prototype.writeInt32,
589 writer.writeInt32(1, 100);
593 writer.writeInt32(3, 300);
594 writer.writeInt32(4, 400);
595 writer.writeInt32(5, 500);
601 writer.writeInt32(7, 700);
655 writer.writeInt32(1, sentinel);
656 writer.writeInt32(1, 1);
657 writer.writeInt32(1, 1000);
658 writer.writeInt32(1, 1000000);
[all …]
Dwriter_test.js74 assertFails(function() {writer.writeInt32(1, -Infinity);});
75 assertFails(function() {writer.writeInt32(1, Infinity);});
Dwriter.js307 this.writeInt32(field, /** @type {number} */(value));
459 jspb.BinaryWriter.prototype.writeInt32 = function(field, value) { method in jspb.BinaryWriter
661 this.encoder_.writeInt32(value);
1502 this.encoder_.writeInt32(value[i]);
/external/protobuf/js/compatibility_tests/v3.1.0/binary/
Dreader_test.js340 jspb.BinaryWriter.prototype.writeInt32,
589 writer.writeInt32(1, 100);
593 writer.writeInt32(3, 300);
594 writer.writeInt32(4, 400);
595 writer.writeInt32(5, 500);
601 writer.writeInt32(7, 700);
655 writer.writeInt32(1, sentinel);
656 writer.writeInt32(1, 1);
657 writer.writeInt32(1, 1000);
658 writer.writeInt32(1, 1000000);
[all …]
Dwriter_test.js75 assertFails(function() {writer.writeInt32(1, -Infinity);});
76 assertFails(function() {writer.writeInt32(1, Infinity);});
/external/protobuf/js/compatibility_tests/v3.0.0/binary/
Dreader_test.js340 jspb.BinaryWriter.prototype.writeInt32,
589 writer.writeInt32(1, 100);
593 writer.writeInt32(3, 300);
594 writer.writeInt32(4, 400);
595 writer.writeInt32(5, 500);
601 writer.writeInt32(7, 700);
655 writer.writeInt32(1, sentinel);
656 writer.writeInt32(1, 1);
657 writer.writeInt32(1, 1000);
658 writer.writeInt32(1, 1000000);
[all …]
Dwriter_test.js75 assertFails(function() {writer.writeInt32(1, -Infinity);});
76 assertFails(function() {writer.writeInt32(1, Infinity);});
/external/flatbuffers/tests/namespace_test/
Dnamespace_test1_generated.ts70 this.bb!.writeInt32(this.bb_pos + offset, value);
142 this.bb!.writeInt32(this.bb_pos + offset, value);
164 this.bb!.writeInt32(this.bb_pos + offset, value);
176 builder.writeInt32(b);
177 builder.writeInt32(a);
Dnamespace_test1_generated.js97 this.bb.writeInt32(this.bb_pos + offset, value);
180 this.bb.writeInt32(this.bb_pos + offset, value);
202 this.bb.writeInt32(this.bb_pos + offset, value);
214 builder.writeInt32(b);
215 builder.writeInt32(a);
/external/flatbuffers/js/
Dflatbuffers.js336 flatbuffers.Builder.prototype.writeInt32 = function(value) { method in flatbuffers.Builder
337 this.bb.writeInt32(this.space -= 4, value);
386 this.writeInt32(value);
589 this.writeInt32(this.offset() - offset + flatbuffers.SIZEOF_INT);
665 this.bb.writeInt32(this.space, existing_vtable - vtableloc);
672 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);
762 this.writeInt32(this.vector_num_elems);
1026 flatbuffers.ByteBuffer.prototype.writeInt32 = function(offset, value) { method in flatbuffers.ByteBuffer
1049 this.writeInt32(offset, value.low);
1050 this.writeInt32(offset + 4, value.high);
[all …]
/external/flatbuffers/tests/union_vector/
Dunion_vector_generated.js93 this.bb.writeInt32(this.bb_pos + offset, value);
176 this.bb.writeInt32(this.bb_pos + offset, value);
187 builder.writeInt32(hair_length);
235 this.bb.writeInt32(this.bb_pos + offset, value);
246 builder.writeInt32(books_read);
Dunion_vector_generated.ts72 this.bb!.writeInt32(this.bb_pos + offset, value);
142 this.bb!.writeInt32(this.bb_pos + offset, value);
153 builder.writeInt32(hair_length);
194 this.bb!.writeInt32(this.bb_pos + offset, value);
205 builder.writeInt32(books_read);
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js149 writer.writeInt32(
156 writer.writeInt32(
935 writer.writeInt32(
942 writer.writeInt32(
949 writer.writeInt32(
956 writer.writeInt32(
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecordBuilder.cpp36 void TypeRecordBuilder::writeInt32(int32_t Value) { in writeInt32() function in TypeRecordBuilder
72 writeInt32(static_cast<int32_t>(Value)); in writeEncodedSignedInteger()
DMethodListRecordBuilder.cpp35 Builder.writeInt32(VTableSlotOffset); in writeMethod()
DTypeTableBuilder.cpp56 Builder.writeInt32(Record.getThisPointerAdjustment()); in writeMemberFunction()
286 Builder.writeInt32(Method.getVFTableOffset()); in writeMethodOverloadList()
DFieldListRecordBuilder.cpp77 Builder.writeInt32(Record.getVFTableOffset()); in writeOneMethod()
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php300 public static function writeInt32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
544 if (!GPBWire::writeInt32($output, $value)) {
591 if (!GPBWire::writeInt32($output, $value)) {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
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(int value) { in writeInt32() method in BinaryWriter.SafeHeapWriter
[all …]
DWriter.java75 void writeInt32(int fieldNumber, int value) throws IOException; in writeInt32() method
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()
DExtensionSchemaLite.java450 writer.writeInt32(descriptor.getNumber(), (Integer) extension.getValue()); in serializeExtension()
480 writer.writeInt32(descriptor.getNumber(), (Integer) extension.getValue()); in serializeExtension()
DCodedOutputStream.java234 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
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecordBuilder.h34 void writeInt32(int32_t Value);
/external/grpc-grpc-java/protobuf-nano/src/generated/test/javanano/io/grpc/protobuf/nano/
DMessages.java54 output.writeInt32(1, this.i); in writeTo()

123