Lines Matching refs:Stat
11 public struct Stat : IFlatbufferObject struct
15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() argument
16 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() argument
18 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
27 public static Offset<Stat> CreateStat(FlatBufferBuilder builder, in CreateStat() argument
32 Stat.AddVal(builder, val); in CreateStat()
33 Stat.AddId(builder, idOffset); in CreateStat()
34 Stat.AddCount(builder, count); in CreateStat()
35 return Stat.EndStat(builder); in CreateStat()
42 public static Offset<Stat> EndStat(FlatBufferBuilder builder) { in EndStat() argument
44 return new Offset<Stat>(o); in EndStat()