Searched refs:GetRootAsStat (Results 1 – 7 of 7) sorted by relevance
15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method16 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
15 function Stat.GetRootAsStat(buf, offset) function
11 def GetRootAsStat(cls, buf, offset): member in Stat
13 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
156 def GetRootAsStat(buf:string): Stat { buf, buf.flatbuffers_indirect(0) }
1122 stat := example.GetRootAsStat(b.Bytes, b.Head())
1392 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())