Home
last modified time | relevance | path

Searched refs:addI32 (Results 1 – 7 of 7) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.php198 self::addI32($builder, $i32);
255 public static function addI32(FlatBufferBuilder $builder, $i32) function in MyGame\\Example\\TypeAliases
DTypeAliases.java74 TypeAliases.addI32(builder, i32); in createTypeAliases()
87 public static void addI32(FlatBufferBuilder builder, int i32) { builder.addInt(4, i32, 0); } in addI32() method in TypeAliases
DTypeAliases.kt222 addI32(builder, i32) in createTypeAliases()
234 fun addI32(builder: FlatBufferBuilder, i32: Int) = builder.addInt(4, i32, 0) in startTypeAliases() method
/external/flatbuffers/tests/
Dmonster_test_generated.ts2963 static addI32(builder:flatbuffers.Builder, i32:number) { method in MyGame.Example.TypeAliases
3080 TypeAliases.addI32(builder, i32);
Dmonster_test_generated.js3169 MyGame.Example.TypeAliases.addI32 = function(builder, i32) { function in MyGame.Example.TypeAliases
3302 MyGame.Example.TypeAliases.addI32(builder, i32);
Dmonster_test_my_game.example_generated.dart1422 int addI32(int i32) {
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart1424 int addI32(int i32) {