Searched refs:testarrayofstringLength (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/ |
H A D | Monster.go | 85 testarrayofstringLength := len(t.Testarrayofstring) 86 testarrayofstringOffsets := make([]flatbuffers.UOffsetT, testarrayofstringLength) 87 for j := 0; j < testarrayofstringLength; j++ { 90 MonsterStartTestarrayofstringVector(builder, testarrayofstringLength) 91 for j := testarrayofstringLength - 1; j >= 0; j-- { 94 testarrayofstringOffset = builder.EndVector(testarrayofstringLength) 344 testarrayofstringLength := rcv.TestarrayofstringLength() 345 t.Testarrayofstring = make([]string, testarrayofstringLength) 346 for j := 0; j < testarrayofstringLength; j++ {
|
H A D | Monster.java | 48 …public int testarrayofstringLength() { int o = __offset(24); return o != 0 ? __vector_len(o) : 0; } in testarrayofstringLength() method in Monster 398 String[] _oTestarrayofstring = new String[testarrayofstringLength()]; in unpackTo() 399 …for (int _j = 0; _j < testarrayofstringLength(); ++_j) {_oTestarrayofstring[_j] = testarrayofstrin… in unpackTo()
|
H A D | Monster.kt | 141 val testarrayofstringLength : Int constant in MyGame.Example.Monster
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | JavaScriptTest.js | 228 assert.strictEqual(monster.testarrayofstringLength(), 2); 302 assert.strictEqual(monster.testarrayofstringLength(), json.testarrayofstring.length);
|
H A D | KotlinTest.kt | 159 assert(monster.testarrayofstringLength == 2) in TestBuffer()
|
H A D | JavaTest.java | 186 TestEq(monster.testarrayofstringLength(), 2); in TestBuffer()
|
/aosp_15_r20/external/flatbuffers/tests/my-game/example/ |
H A D | monster.js | 113 testarrayofstringLength() { method in Monster 897 …this.bb.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength()), this.… 927 …ring = this.bb.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength());
|
H A D | monster.ts | 147 testarrayofstringLength():number { method in Monster 1165 this.bb!.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength()), 1235 …ing = this.bb!.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength());
|
/aosp_15_r20/external/flatbuffers/tests/ts/ts-flat-files/ |
H A D | monster_test_generated.ts | 814 testarrayofstringLength():number { method in MyGame_Example_Monster
|