Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go117 testarrayofboolsLength := len(t.Testarrayofbools)
118 MonsterStartTestarrayofboolsVector(builder, testarrayofboolsLength)
119 for j := testarrayofboolsLength - 1; j >= 0; j-- {
122 testarrayofboolsOffset = builder.EndVector(testarrayofboolsLength)
368 testarrayofboolsLength := rcv.TestarrayofboolsLength()
369 t.Testarrayofbools = make([]bool, testarrayofboolsLength)
370 for j := 0; j < testarrayofboolsLength; j++ {
H A DMonster.java94 public int testarrayofboolsLength() { int o = __offset(52); return o != 0 ? __vector_len(o) : 0; } in testarrayofboolsLength() method in Monster
429 boolean[] _oTestarrayofbools = new boolean[testarrayofboolsLength()]; in unpackTo()
430 …for (int _j = 0; _j < testarrayofboolsLength(); ++_j) {_oTestarrayofbools[_j] = testarrayofbools(_… in unpackTo()
H A DMonster.kt362 val testarrayofboolsLength : Int constant in MyGame.Example.Monster
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js261 testarrayofboolsLength() { method in Monster
897 … this.bb.createScalarList(this.testarrayofbools.bind(this), this.testarrayofboolsLength()), this.t…
941 …fbools = this.bb.createScalarList(this.testarrayofbools.bind(this), this.testarrayofboolsLength());
H A Dmonster.ts340 testarrayofboolsLength():number { method in Monster
1179 this.bb!.createScalarList(this.testarrayofbools.bind(this), this.testarrayofboolsLength()),
1249 …bools = this.bb!.createScalarList(this.testarrayofbools.bind(this), this.testarrayofboolsLength());
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts908 testarrayofboolsLength():number { method in MyGame_Example_Monster