Lines Matching full:stat
9 class Stat(object): class
15 x = Stat()
27 # Stat
31 # Stat
38 # Stat
45 # Stat
78 stat = Stat()
79 stat.Init(buf, pos)
80 return cls.InitFromObj(stat)
83 def InitFromObj(cls, stat): argument
85 x._UnPack(stat)
89 def _UnPack(self, stat): argument
90 if stat is None:
92 self.id = stat.Id()
93 self.val = stat.Val()
94 self.count = stat.Count()
105 stat = StatEnd(builder)
106 return stat