Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go98 testarrayoftablesLength := len(t.Testarrayoftables)
99 testarrayoftablesOffsets := make([]flatbuffers.UOffsetT, testarrayoftablesLength)
100 for j := 0; j < testarrayoftablesLength; j++ {
103 MonsterStartTestarrayoftablesVector(builder, testarrayoftablesLength)
104 for j := testarrayoftablesLength - 1; j >= 0; j-- {
107 testarrayoftablesOffset = builder.EndVector(testarrayoftablesLength)
349 testarrayoftablesLength := rcv.TestarrayoftablesLength()
350 t.Testarrayoftables = make([]*MonsterT, testarrayoftablesLength)
351 for j := 0; j < testarrayoftablesLength; j++ {
H A DMonster.java57 …public int testarrayoftablesLength() { int o = __offset(26); return o != 0 ? __vector_len(o) : 0; } in testarrayoftablesLength() method in Monster
401 …me.Example.MonsterT[] _oTestarrayoftables = new MyGame.Example.MonsterT[testarrayoftablesLength()]; in unpackTo()
402 …for (int _j = 0; _j < testarrayoftablesLength(); ++_j) {_oTestarrayoftables[_j] = (testarrayoftabl… in unpackTo()
H A DMonster.kt158 val testarrayoftablesLength : Int constant
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js125 testarrayoftablesLength() { method in Monster
897 …), this.bb.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength()), (this…
928 …ftables = this.bb.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength());
H A Dmonster.ts161 testarrayoftablesLength():number { method in Monster
1166 this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength()),
1236 …tables = this.bb!.createObjList(this.testarrayoftables.bind(this), this.testarrayoftablesLength());
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaScriptTest.js296 assert.strictEqual(monster.testarrayoftablesLength(), json.testarrayoftables.length);
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts828 testarrayoftablesLength():number { method in MyGame_Example_Monster