Home
last modified time | relevance | path

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

/third_party/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs17 …public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return Ge… in GetRootAsTestSimpleTableWithEnum() method
18 …public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleT… in GetRootAsTestSimpleTableWithEnum() method
DTestSimpleTableWithEnum.lua15 function TestSimpleTableWithEnum.GetRootAsTestSimpleTableWithEnum(buf, offset) function
DTestSimpleTableWithEnum.go35 func GetRootAsTestSimpleTableWithEnum(buf []byte, offset flatbuffers.UOffsetT) *TestSimpleTableWith… func
DTestSimpleTableWithEnum.py20 def GetRootAsTestSimpleTableWithEnum(cls, buf, offset=0): member in TestSimpleTableWithEnum