Searched refs:GetRootAsStat (Results 1 – 8 of 8) sorted by relevance
/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.cs | 17 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
|
D | Stat.lua | 15 function Stat.GetRootAsStat(buf, offset) function
|
D | Stat.py | 13 def GetRootAsStat(cls, buf, offset): member in Stat
|
D | Stat.go | 42 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat { func
|
/external/flatbuffers/grpc/tests/ |
D | grpctest.py | 90 s = Stat.Stat().GetRootAsStat(request, 0) 159 s = Stat.Stat().GetRootAsStat(stat_response, 0)
|
/external/flatbuffers/tests/ |
D | monster_test_generated.lobster | 175 def GetRootAsStat(buf:string): return Stat { buf, buf.flatbuffers_indirect(0) }
|
D | go_test.go | 1169 stat := example.GetRootAsStat(b.Bytes, b.Head())
|
D | py_test.py | 1977 stat2 = MyGame.Example.Stat.Stat.GetRootAsStat(b.Bytes, b.Head())
|