Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js650 static createTestarrayofboolsVector(builder, data) { method in Monster
1051 … const testarrayofbools = Monster.createTestarrayofboolsVector(builder, this.testarrayofbools);
H A Dmonster.ts842 static createTestarrayofboolsVector(builder:flatbuffers.Builder, data:boolean[]):flatbuffers.Offset… method in Monster
1358 const testarrayofbools = Monster.createTestarrayofboolsVector(builder, this.testarrayofbools);
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.java256 …public static int createTestarrayofboolsVector(FlatBufferBuilder builder, boolean[] data) { builde… in createTestarrayofboolsVector() method in Monster
581 _testarrayofbools = createTestarrayofboolsVector(builder, _o.getTestarrayofbools()); in pack()
H A DMonster.php1191 public static function createTestarrayofboolsVector(FlatBufferBuilder $builder, array $data) function in MyGame\\Example\\Monster
H A DMonster.kt945 fun createTestarrayofboolsVector(builder: FlatBufferBuilder, data: BooleanArray) : Int { in startTestnestedflatbufferVector() method
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts1307 static createTestarrayofboolsVector(builder:flatbuffers.Builder, data:boolean[]):flatbuffers.Offset… method in MyGame_Example_Monster