Home
last modified time | relevance | path

Searched refs:GetRootAsStat (Results 1 – 8 of 8) 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.lua15 function Stat.GetRootAsStat(buf, offset) function
DStat.py13 def GetRootAsStat(cls, buf, offset): member in Stat
DStat.go42 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
/external/flatbuffers/grpc/tests/
Dgrpctest.py90 s = Stat.Stat().GetRootAsStat(request, 0)
159 s = Stat.Stat().GetRootAsStat(stat_response, 0)
/external/flatbuffers/tests/
Dmonster_test_generated.lobster175 def GetRootAsStat(buf:string): return Stat { buf, buf.flatbuffers_indirect(0) }
Dgo_test.go1169 stat := example.GetRootAsStat(b.Bytes, b.Head())
Dpy_test.py1977 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())