Home
last modified time | relevance | path

Searched refs:testarrayofstringLength (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go85 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 DMonster.java48 …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 DMonster.kt141 val testarrayofstringLength : Int constant in MyGame.Example.Monster
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaScriptTest.js228 assert.strictEqual(monster.testarrayofstringLength(), 2);
302 assert.strictEqual(monster.testarrayofstringLength(), json.testarrayofstring.length);
H A DKotlinTest.kt159 assert(monster.testarrayofstringLength == 2) in TestBuffer()
H A DJavaTest.java186 TestEq(monster.testarrayofstringLength(), 2); in TestBuffer()
/aosp_15_r20/external/flatbuffers/tests/my-game/example/
H A Dmonster.js113 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 Dmonster.ts147 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 Dmonster_test_generated.ts814 testarrayofstringLength():number { method in MyGame_Example_Monster