Home
last modified time | relevance | path

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

123

/third_party/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);});
/third_party/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);});
/third_party/flatbuffers/tests/namespace_test/namespace-a/namespace-b/
Dstruct-in-nested-n-s.js16 this.bb.writeInt32(this.bb_pos + 0, value);
23 this.bb.writeInt32(this.bb_pos + 4, value);
34 builder.writeInt32(b);
35 builder.writeInt32(a);
Dstruct-in-nested-n-s.ts21 this.bb!.writeInt32(this.bb_pos + 0, value);
30 this.bb!.writeInt32(this.bb_pos + 4, value);
44 builder.writeInt32(b);
45 builder.writeInt32(a);
Dtable-in-nested-n-s.js29 this.bb.writeInt32(this.bb_pos + offset, value);
Dtable-in-nested-n-s.ts37 this.bb!.writeInt32(this.bb_pos + offset, value);
/third_party/protobuf/js/binary/
Dreader_test.js340 jspb.BinaryWriter.prototype.writeInt32,
619 writer.writeInt32(1, 100);
623 writer.writeInt32(3, 300);
624 writer.writeInt32(4, 400);
625 writer.writeInt32(5, 500);
631 writer.writeInt32(7, 700);
685 writer.writeInt32(1, sentinel);
686 writer.writeInt32(1, 1);
687 writer.writeInt32(1, 1000);
688 writer.writeInt32(1, 1000000);
[all …]
Dwriter_test.js77 assertFails(function() {writer.writeInt32(1, -Infinity);});
78 assertFails(function() {writer.writeInt32(1, Infinity);});
/third_party/flatbuffers/tests/my-game/example/
Dstruct-of-structs.js32 builder.writeInt32(c_distance);
33 builder.writeInt32(c_id);
39 builder.writeInt32(a_distance);
40 builder.writeInt32(a_id);
Dstruct-of-structs.ts41 builder.writeInt32(c_distance);
42 builder.writeInt32(c_id);
48 builder.writeInt32(a_distance);
49 builder.writeInt32(a_id);
Dability.js34 builder.writeInt32(distance);
35 builder.writeInt32(id);
Dability.ts44 builder.writeInt32(distance);
45 builder.writeInt32(id);
/third_party/flatbuffers/ts/
Dbyte-buffer.ts115 writeInt32(offset: number, value: number): void { method in ByteBuffer
130 this.writeInt32(offset, value.low);
131 this.writeInt32(offset + 4, value.high);
141 this.writeInt32(offset, int32[0]);
146 this.writeInt32(offset, int32[isLittleEndian ? 0 : 1]);
147 this.writeInt32(offset + 4, int32[isLittleEndian ? 1 : 0]);
Dbuilder.ts135 writeInt32(value: number): void { method in Builder
136 this.bb.writeInt32(this.space -= 4, value);
175 this.writeInt32(value);
334 this.writeInt32(this.offset() - offset + SIZEOF_INT);
408 this.bb.writeInt32(this.space, existing_vtable - vtableloc);
415 this.bb.writeInt32(this.bb.capacity() - vtableloc, this.offset() - vtableloc);
493 this.writeInt32(this.vector_num_elems);
/third_party/flatbuffers/tests/union_vector/
Drapunzel.js16 this.bb.writeInt32(this.bb_pos + 0, value);
27 builder.writeInt32(hair_length);
Dbook-reader.js16 this.bb.writeInt32(this.bb_pos + 0, value);
27 builder.writeInt32(books_read);
Drapunzel.ts21 this.bb!.writeInt32(this.bb_pos + 0, value);
35 builder.writeInt32(hair_length);
Dbook-reader.ts21 this.bb!.writeInt32(this.bb_pos + 0, value);
35 builder.writeInt32(books_read);
Dattacker.js29 this.bb.writeInt32(this.bb_pos + offset, value);
Dattacker.ts37 this.bb!.writeInt32(this.bb_pos + offset, value);
/third_party/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(
/third_party/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)) {
/third_party/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 …]

123