Home
last modified time | relevance | path

Searched refs:addInt32 (Results 1 – 6 of 6) sorted by relevance

/third_party/flatbuffers/dart/test/
Dflat_buffers_test.dart183 builder.addInt32(0, 0);
264 builder.addInt32(0, 10, 10);
265 builder.addInt32(1, 20, 10);
290 builder.addInt32(0, 10);
291 builder.addInt32(1, 20);
292 builder.addInt32(2, 30);
348 builder.addInt32(2, 20);
350 builder.addInt32(4, 40);
493 builder.addInt32(0, 10);
494 builder.addInt32(1, 20);
[all …]
Dmonster_test_my_game.example_generated.dart972 fbBuilder.addInt32(16, testhashs32Fnv1);
988 fbBuilder.addInt32(20, testhashs32Fnv1a);
1381 fbBuilder.addInt32(16, _testhashs32Fnv1);
1385 fbBuilder.addInt32(20, _testhashs32Fnv1a);
1530 fbBuilder.addInt32(4, i32);
1625 fbBuilder.addInt32(4, _i32);
/third_party/flatbuffers/ts/
Dbuilder.ts173 addInt32(value: number): void { method in Builder
221 this.addInt32(value);
365 this.addInt32(0);
442 this.addInt32(this.bb.capacity() - this.space);
/third_party/flatbuffers/tests/namespace_test/
Dnamespace_test1_namespace_a.namespace_b_generated.dart129 fbBuilder.addInt32(0, foo);
153 fbBuilder.addInt32(0, _foo);
/third_party/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart972 fbBuilder.addInt32(16, testhashs32Fnv1);
988 fbBuilder.addInt32(20, testhashs32Fnv1a);
1381 fbBuilder.addInt32(16, _testhashs32Fnv1);
1385 fbBuilder.addInt32(20, _testhashs32Fnv1a);
1530 fbBuilder.addInt32(4, i32);
1625 fbBuilder.addInt32(4, _i32);
/third_party/flatbuffers/dart/lib/
Dflat_buffers.dart169 void addInt32(int field, int value, [int def]) {