Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DStat.cs15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() method
16 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() method
DStat.lua15 function Stat.GetRootAsStat(buf, offset) function
DStat.py11 def GetRootAsStat(cls, buf, offset): member in Stat
DStat.go13 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
/external/flatbuffers/tests/
Dmonster_test_generated.lobster156 def GetRootAsStat(buf:string): Stat { buf, buf.flatbuffers_indirect(0) }
Dgo_test.go1122 stat := example.GetRootAsStat(b.Bytes, b.Head())
Dpy_test.py1392 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())