Searched defs:StatT (Results 1 – 4 of 4) sorted by relevance
9 type StatT struct { struct10 Id string11 Val int6412 Count uint1615 func (t *StatT) Pack(builder *flatbuffers.Builder) flatbuffers.UOffsetT {25 func (rcv *Stat) UnPackTo(t *StatT) {
74 public class StatT class83 public StatT() { in StatT() method in MyGame.Example.StatT
55 class StatT(object): class
39 using StatT = struct ::stat; typedef