Searched refs:testarrayoftablesLength (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.go | 98 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 D | Monster.java | 57 …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 D | Monster.kt | 158 val testarrayoftablesLength : Int constant
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.js | 125 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 D | monster.ts | 161 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 D | JavaScriptTest.js | 296 assert.strictEqual(monster.testarrayoftablesLength(), json.testarrayoftables.length);
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 828 testarrayoftablesLength():number { method in MyGame_Example_Monster
|