Searched refs:createStructOfStructs (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | struct-of-structs.ts | 38 static createStructOfStructs(builder:flatbuffers.Builder, a_id: number, a_distance: number, b_a: nu… method in StructOfStructs 79 return StructOfStructs.createStructOfStructs(builder,
|
H A D | struct-of-structs.js | 29 static createStructOfStructs(builder, a_id, a_distance, b_a, b_b, c_id, c_distance) { method in StructOfStructs 60 …return StructOfStructs.createStructOfStructs(builder, ((_b = (_a = this.a) === null || _a === void…
|
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | StructOfStructs.java | 22 …public static int createStructOfStructs(FlatBufferBuilder builder, long a_id, long a_distance, sho… in createStructOfStructs() method in StructOfStructs 61 return createStructOfStructs( in pack()
|
H A D | StructOfStructs.php | 59 …public static function createStructOfStructs(FlatBufferBuilder $builder, $a_id, $a_distance, $b_a,… function in MyGame\\Example\\StructOfStructs
|
H A D | StructOfStructs.kt | 26 …fun createStructOfStructs(builder: FlatBufferBuilder, a_id: UInt, a_distance: UInt, b_a: Short, b_… in a() method
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 544 static createStructOfStructs(builder:flatbuffers.Builder, a_id: number, a_distance: number, b_a: nu… method in MyGame_Example_StructOfStructs
|