Searched refs:testarrayofstringLength (Results  1 – 9 of 9) sorted by relevance
| /external/flatbuffers/tests/MyGame/Example/ | 
| 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++ {
  | 
| 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()
  | 
| D | Monster.kt | 141     val testarrayofstringLength : Int  constant
  | 
| /external/flatbuffers/tests/ | 
| D | JavaScriptTest.js | 228   assert.strictEqual(monster.testarrayofstringLength(), 2); 302     assert.strictEqual(monster.testarrayofstringLength(), json.testarrayofstring.length);
  | 
| D | KotlinTest.kt | 159         assert(monster.testarrayofstringLength == 2)  in TestBuffer()
  | 
| D | JavaTest.java | 186         TestEq(monster.testarrayofstringLength(), 2);  in TestBuffer()
  | 
| /external/flatbuffers/tests/my-game/example/ | 
| 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());
  | 
| 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());
  | 
| /external/flatbuffers/tests/ts/ts-flat-files/ | 
| D | monster_test_generated.ts | 814 testarrayofstringLength():number {  method in MyGame_Example_Monster
  |