Searched refs:Testarrayofstring2 (Results 1 – 5 of 5) sorted by relevance
39 Testarrayofstring2 []string member120 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
103 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method373 _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.MonsterT761 this.Testarrayofstring2 = null; in MonsterT()
275 function Monster_mt:Testarrayofstring2(j) function
343 def Testarrayofstring2(self, j): member in Monster944 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
187 self.assertTrue(monster2.Testarrayofstring2(0) is "")