Home
last modified time | relevance | path

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

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A 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
H A 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()
H A DMonster.lua275 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.py343 def Testarrayofstring2(self, j): member in Monster
944 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.go39 Testarrayofstring2 []string member
122 if t.Testarrayofstring2 != nil {
123 testarrayofstring2Length := len(t.Testarrayofstring2)
126 testarrayofstring2Offsets[j] = builder.CreateString(t.Testarrayofstring2[j])
370 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)
372 t.Testarrayofstring2[j] = string(rcv.Testarrayofstring2(j))
892 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
508 _o.Testarrayofstring2 = new List<string>(); in UnPackTo()
509 …j = 0; _j < this.Testarrayofstring2Length; ++_j) {_o.Testarrayofstring2.Add(this.Testarrayofstring… in UnPackTo()
611 if (_o.Testarrayofstring2 != null) { in Pack()
612 var __testarrayofstring2 = new StringOffset[_o.Testarrayofstring2.Count]; in Pack()
613 …ring2.Length; ++_j) { __testarrayofstring2[_j] = builder.CreateString(_o.Testarrayofstring2[_j]); } in Pack()
820 public List<string> Testarrayofstring2 { get; set; } property in MyGame.Example.MonsterT
917 this.Testarrayofstring2 = null; in MonsterT()
H A DMonster.lua284 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.py355 def Testarrayofstring2(self, j): member in Monster
1257 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DMonster.go39 Testarrayofstring2 []string member
122 if t.Testarrayofstring2 != nil {
123 testarrayofstring2Length := len(t.Testarrayofstring2)
126 testarrayofstring2Offsets[j] = builder.CreateString(t.Testarrayofstring2[j])
370 t.Testarrayofstring2 = make([]string, testarrayofstring2Length)
372 t.Testarrayofstring2[j] = string(rcv.Testarrayofstring2(j))
892 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
508 _o.Testarrayofstring2 = new List<string>(); in UnPackTo()
509 …j = 0; _j < this.Testarrayofstring2Length; ++_j) {_o.Testarrayofstring2.Add(this.Testarrayofstring… in UnPackTo()
611 if (_o.Testarrayofstring2 != null) { in Pack()
612 var __testarrayofstring2 = new StringOffset[_o.Testarrayofstring2.Count]; in Pack()
613 …ring2.Length; ++_j) { __testarrayofstring2[_j] = builder.CreateString(_o.Testarrayofstring2[_j]); } in Pack()
820 public List<string> Testarrayofstring2 { get; set; } property in MyGame.Example.MonsterT
917 this.Testarrayofstring2 = null; in MonsterT()
H A DMonster.lua284 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.py355 def Testarrayofstring2(self, j): member in Monster
1257 self.testarrayofstring2.append(monster.Testarrayofstring2(i))
/dports/misc/mnn/MNN-1.2.0/3rd_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua275 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.go407 func (rcv *Monster) Testarrayofstring2(j int) []byte { func
H A DMonster.py307 def Testarrayofstring2(self, j): member in Monster
H A DMonster.cs102 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.lua275 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.py307 def Testarrayofstring2(self, j): member in Monster
H A DMonster.go434 func (rcv *Monster) Testarrayofstring2(j int) []byte { func
H A DMonster.cs102 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DMonster.lua275 function Monster_mt:Testarrayofstring2(j) function
H A DMonster.py311 def Testarrayofstring2(self, j): member in Monster
H A DMonster.go434 func (rcv *Monster) Testarrayofstring2(j int) []byte { func
H A DMonster.cs103 …public string Testarrayofstring2(int j) { int o = __p.__offset(60); return o != 0 ? __p.__string(_… in Testarrayofstring2() method
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/
H A Dpy_test.py187 self.assertTrue(monster2.Testarrayofstring2(0) is "")

12