Searched refs:addInt32 (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/dart/test/ |
D | flat_buffers_test.dart | 118 builder.addInt32(0, 0); 199 builder.addInt32(0, 10, 10); 200 builder.addInt32(1, 20, 10); 224 builder.addInt32(0, 10); 225 builder.addInt32(1, 20); 226 builder.addInt32(2, 30); 283 builder.addInt32(2, 20); 285 builder.addInt32(4, 40); 428 builder.addInt32(0, 10); 429 builder.addInt32(1, 20); [all …]
|
D | monster_test_my_game.example_generated.dart | 893 fbBuilder.addInt32(16, testhashs32Fnv1); 909 fbBuilder.addInt32(20, testhashs32Fnv1a); 1282 fbBuilder.addInt32(16, _testhashs32Fnv1); 1286 fbBuilder.addInt32(20, _testhashs32Fnv1a); 1425 fbBuilder.addInt32(4, i32); 1520 fbBuilder.addInt32(4, _i32);
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_namespace_a.namespace_b_generated.dart | 90 fbBuilder.addInt32(0, foo); 114 fbBuilder.addInt32(0, _foo);
|
/external/flatbuffers/js/ |
D | flatbuffers.js | 384 flatbuffers.Builder.prototype.addInt32 = function(value) { method in flatbuffers.Builder 448 this.addInt32(value); 623 this.addInt32(0); 704 this.addInt32(this.bb.capacity() - this.space);
|
/external/flatbuffers/tests/ |
D | monster_test_my_game.example_generated.dart | 891 fbBuilder.addInt32(16, testhashs32Fnv1); 907 fbBuilder.addInt32(20, testhashs32Fnv1a); 1280 fbBuilder.addInt32(16, _testhashs32Fnv1); 1284 fbBuilder.addInt32(20, _testhashs32Fnv1a); 1423 fbBuilder.addInt32(4, i32); 1518 fbBuilder.addInt32(4, _i32);
|
/external/flatbuffers/dart/lib/ |
D | flat_buffers.dart | 166 void addInt32(int field, int value, [int def]) {
|