Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
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.go49 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
DStat.py20 def GetRootAsStat(cls, buf, offset=0): member in Stat
/external/flatbuffers/tests/
Dmonster_test_generated.py678 def GetRootAsStat(cls, buf, offset=0): member in Stat