Home
last modified time | relevance | path

Searched refs:Testarrayofstring2 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DMonster.go39 Testarrayofstring2 []string member
120 if t.Testarrayofstring2 != nil {
121 testarrayofstring2Length := len(t.Testarrayofstring2)
124 testarrayofstring2Offsets[j] = builder.CreateString(t.Testarrayofstring2[j])
349 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)
351 t.Testarrayofstring2[j] = string(rcv.Testarrayofstring2(j))
856 func (rcv *Monster) Testarrayofstring2(j int) []byte { func
DMonster.cs103 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method
373 _o.Testarrayofstring2 = new List<string>(); in UnPackTo()
374 …j = 0; _j < this.Testarrayofstring2Length; ++_j) {_o.Testarrayofstring2.Add(this.Testarrayofstring… in UnPackTo()
472 if (_o.Testarrayofstring2 != null) { in Pack()
473 var __testarrayofstring2 = new StringOffset[_o.Testarrayofstring2.Count]; in Pack()
474 …ring2.Length; ++_j) { __testarrayofstring2[_j] = builder.CreateString(_o.Testarrayofstring2[_j]); } in Pack()
668 public List<string> Testarrayofstring2 { get; set; } property in MyGame.Example.MonsterT
761 this.Testarrayofstring2 = null; in MonsterT()
DMonster.lua275 function Monster_mt:Testarrayofstring2(j) function
DMonster.py343 def Testarrayofstring2(self, j): member in Monster
944 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
/external/flatbuffers/tests/
Dpy_test.py187 self.assertTrue(monster2.Testarrayofstring2(0) is "")