Home
last modified time | relevance | path

Searched defs:GetRootAsStat (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStat.lua15 function Stat.GetRootAsStat(buf, offset) function
DStat.cs17 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method
18 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
DStat.go42 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
DStat.py13 def GetRootAsStat(cls, buf, offset): member in Stat