Searched refs:Testarrayofstring2 (Results 1 – 6 of 6) sorted by relevance
39 Testarrayofstring2 []string `json:"testarrayofstring2"` member125 if t.Testarrayofstring2 != nil {126 testarrayofstring2Length := len(t.Testarrayofstring2)129 testarrayofstring2Offsets[j] = builder.CreateString(t.Testarrayofstring2[j])377 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)379 t.Testarrayofstring2[j] = string(rcv.Testarrayofstring2(j))902 func (rcv *Monster) Testarrayofstring2(j int) []byte { func
106 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method559 _o.Testarrayofstring2 = new List<string>(); in UnPackTo()560 …j = 0; _j < this.Testarrayofstring2Length; ++_j) {_o.Testarrayofstring2.Add(this.Testarrayofstring… in UnPackTo()665 if (_o.Testarrayofstring2 != null) { in Pack()666 var __testarrayofstring2 = new StringOffset[_o.Testarrayofstring2.Count]; in Pack()667 …ring2.Length; ++_j) { __testarrayofstring2[_j] = builder.CreateString(_o.Testarrayofstring2[_j]); } in Pack()877 public List<string> Testarrayofstring2 { get; set; } property in MyGame.Example.MonsterT980 this.Testarrayofstring2 = null; in MonsterT()
341 function mt:Testarrayofstring2(j) function
355 def Testarrayofstring2(self, j): member in Monster1216 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
1111 def Testarrayofstring2(self, j): member in Monster1801 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
227 self.assertTrue(monster2.Testarrayofstring2(0) is '')