Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DMonster.go82 testarrayofstringLength := len(t.Testarrayofstring)
83 testarrayofstringOffsets := make([]flatbuffers.UOffsetT, testarrayofstringLength)
84 for j := 0; j < testarrayofstringLength; j++ {
87 MonsterStartTestarrayofstringVector(builder, testarrayofstringLength)
88 for j := testarrayofstringLength - 1; j >= 0; j-- {
91 testarrayofstringOffset = builder.EndVector(testarrayofstringLength)
337 testarrayofstringLength := rcv.TestarrayofstringLength()
338 t.Testarrayofstring = make([]string, testarrayofstringLength)
339 for j := 0; j < testarrayofstringLength; j++ {
DMonster.kt142 val testarrayofstringLength : Int constant
DMonster.java48 …public int testarrayofstringLength() { int o = __offset(24); return o != 0 ? __vector_len(o) : 0; } in testarrayofstringLength() method in Monster
/third_party/flatbuffers/tests/
DJavaScriptTest.js215 assert.strictEqual(monster.testarrayofstringLength(), 2);
290 assert.strictEqual(monster.testarrayofstringLength(), json.testarrayofstring.length);
DKotlinTest.kt138 assert(monster.testarrayofstringLength == 2) in TestBuffer()
DJavaTest.java181 TestEq(monster.testarrayofstringLength(), 2); in TestBuffer()
/third_party/flatbuffers/tests/my-game/example/
Dmonster.js113 testarrayofstringLength() { method in Monster
860 …this.bb.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength()), this.…
890 …ring = this.bb.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength());
Dmonster.ts147 testarrayofstringLength():number { method in Monster
1116 this.bb!.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength()),
1183 …ing = this.bb!.createScalarList(this.testarrayofstring.bind(this), this.testarrayofstringLength());