Searched refs:GetRootAsStat (Results 1 – 5 of 5) sorted by relevance
13 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method14 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
11 def GetRootAsStat(cls, buf, offset): member in Stat
13 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
1105 stat := example.GetRootAsStat(b.Bytes, b.Head())
1048 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())