Searched defs:GetRootAsStat (Results 1 – 4 of 4) sorted by relevance
15 function Stat.GetRootAsStat(buf, offset) function
17 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method18 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
42 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
13 def GetRootAsStat(cls, buf, offset): member in Stat