Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go126 testarrayofstring2Length := len(t.Testarrayofstring2)
127 testarrayofstring2Offsets := make([]flatbuffers.UOffsetT, testarrayofstring2Length)
128 for j := 0; j < testarrayofstring2Length; j++ {
131 MonsterStartTestarrayofstring2Vector(builder, testarrayofstring2Length)
132 for j := testarrayofstring2Length - 1; j >= 0; j-- {
135 testarrayofstring2Offset = builder.EndVector(testarrayofstring2Length)
376 testarrayofstring2Length := rcv.Testarrayofstring2Length()
377 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)
378 for j := 0; j < testarrayofstring2Length; j++ {
H A DMonster.java107 …public int testarrayofstring2Length() { int o = __offset(60); return o != 0 ? __vector_len(o) : 0;… in testarrayofstring2Length() method in Monster
438 String[] _oTestarrayofstring2 = new String[testarrayofstring2Length()]; in unpackTo()
439 …for (int _j = 0; _j < testarrayofstring2Length(); ++_j) {_oTestarrayofstring2[_j] = testarrayofstr… in unpackTo()
H A DMonster.kt427 val testarrayofstring2Length : Int constant
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js309 testarrayofstring2Length() { method in Monster
897 …is.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length()), this.…
945 …g2 = this.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length());
H A Dmonster.ts405 testarrayofstring2Length():number { method in Monster
1183 this.bb!.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length()),
1253 …2 = this.bb!.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length());
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/
H A Dmonster_test_generated.ts940 testarrayofstring2Length():number { method in MyGame_Example_Monster