Lines Matching full:stat
9 class Stat(object): class
15 x = Stat()
27 # Stat
31 # Stat
38 # Stat
45 # Stat
93 stat = Stat()
94 stat.Init(buf, pos)
95 return cls.InitFromObj(stat)
103 def InitFromObj(cls, stat): argument
105 x._UnPack(stat)
109 def _UnPack(self, stat): argument
110 if stat is None:
112 self.id = stat.Id()
113 self.val = stat.Val()
114 self.count = stat.Count()
125 stat = StatEnd(builder)
126 return stat