Home
last modified time | relevance | path

Searched refs:GetRootAsStat (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DStat.cs13 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method
14 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
DStat.py11 def GetRootAsStat(cls, buf, offset): member in Stat
DStat.go13 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
/external/flatbuffers/tests/
Dgo_test.go1105 stat := example.GetRootAsStat(b.Bytes, b.Head())
Dpy_test.py1048 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())