Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DMonster.go141 testarrayofstring2Length := len(t.Testarrayofstring2)
142 testarrayofstring2Offsets := make([]flatbuffers.UOffsetT, testarrayofstring2Length)
143 for j := 0; j < testarrayofstring2Length; j++ {
146 MonsterStartTestarrayofstring2Vector(builder, testarrayofstring2Length)
147 for j := testarrayofstring2Length - 1; j >= 0; j-- {
150 testarrayofstring2Offset = builder.EndVector(testarrayofstring2Length)
399 testarrayofstring2Length := rcv.Testarrayofstring2Length()
400 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)
401 for j := 0; j < testarrayofstring2Length; j++ {
DMonster.java119 …public int testarrayofstring2Length() { int o = __offset(60); return o != 0 ? __vector_len(o) : 0;… in testarrayofstring2Length() method in Monster
474 String[] _oTestarrayofstring2 = new String[testarrayofstring2Length()]; in unpackTo()
475 …for (int _j = 0; _j < testarrayofstring2Length(); ++_j) {_oTestarrayofstring2[_j] = testarrayofstr… in unpackTo()
DMonster.nim245 func testarrayofstring2Length*(self: Monster): int =
256 let len = self.testarrayofstring2Length
DMonster.kt443 val testarrayofstring2Length : Int constant
/external/flatbuffers/tests/ts/my-game/example/
Dmonster.js310 testarrayofstring2Length() { method in Monster
1018 …is.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length()), this.…
1066 …g2 = this.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length());
Dmonster.d.ts84 testarrayofstring2Length(): number;
Dmonster.ts407 testarrayofstring2Length():number {
1345 ….bb!.createScalarList<string>(this.testarrayofstring2.bind(this), this.testarrayofstring2Length()),
1423 ….bb!.createScalarList<string>(this.testarrayofstring2.bind(this), this.testarrayofstring2Length());
/external/flatbuffers/tests/ts/
Dmonster_test_generated.cjs1127 testarrayofstring2Length() {
1835 …is.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length()), this.…
1883 …g2 = this.bb.createScalarList(this.testarrayofstring2.bind(this), this.testarrayofstring2Length());