Home
last modified time | relevance | path

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

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