Searched defs:VectorOfLongs (Results 1 – 4 of 4) sorted by relevance
339 function Monster_mt:VectorOfLongs(j) function
43 VectorOfLongs []int64 member945 func (rcv *Monster) VectorOfLongs(j int) int64 { func
118 …public long VectorOfLongs(int j) { int o = __p.__offset(68); return o != 0 ? __p.bb.GetLong(__p.__… in VectorOfLongs() method676 public List<long> VectorOfLongs { get; set; } property in MyGame.Example.MonsterT
438 def VectorOfLongs(self, j): member in Monster