Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DMonster.go39 Testarrayofstring2 []string `json:"testarrayofstring2"` member
125 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
H A DMonster.cs106 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method
559 _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.MonsterT
980 this.Testarrayofstring2 = null; in MonsterT()
H A DMonster.lua341 function mt:Testarrayofstring2(j) function
H A DMonster.py355 def Testarrayofstring2(self, j): member in Monster
1216 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
/aosp_15_r20/external/flatbuffers/tests/
H A Dmonster_test_generated.py1111 def Testarrayofstring2(self, j): member in Monster
1801 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
H A Dpy_test.py227 self.assertTrue(monster2.Testarrayofstring2(0) is '')