Home
last modified time | relevance | path

Searched defs:createInventoryVector (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.kt893 fun createInventoryVector(builder: FlatBufferBuilder, data: UByteArray) : Int { in addInventory() method
H A DMonster.java226 …public static int createInventoryVector(FlatBufferBuilder builder, byte[] data) { return builder.c… in createInventoryVector() method in Monster
227 …public static int createInventoryVector(FlatBufferBuilder builder, ByteBuffer data) { return build… in createInventoryVector() method in Monster
H A DMonster.php886 public static function createInventoryVector(FlatBufferBuilder $builder, array $data) function in MyGame\\Example\\Monster
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.ts714 static createInventoryVector(builder:flatbuffers.Builder, data:number[]|Uint8Array):flatbuffers.Off… method in Monster
H A Dmonster.js550 static createInventoryVector(builder, data) { method in Monster
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts1179 static createInventoryVector(builder:flatbuffers.Builder, data:number[]|Uint8Array):flatbuffers.Off… method in MyGame_Example_Monster