Home
last modified time | relevance | path

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

/external/flatbuffers/tests/MyGame/Example/
DTestSimpleTableWithEnum.cs15 …public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb) { return Ge… in GetRootAsTestSimpleTableWithEnum() method
16 …public static TestSimpleTableWithEnum GetRootAsTestSimpleTableWithEnum(ByteBuffer _bb, TestSimpleT… in GetRootAsTestSimpleTableWithEnum() method
DTestSimpleTableWithEnum.lua15 function TestSimpleTableWithEnum.GetRootAsTestSimpleTableWithEnum(buf, offset) function
DTestSimpleTableWithEnum.py11 def GetRootAsTestSimpleTableWithEnum(cls, buf, offset): member in TestSimpleTableWithEnum
DTestSimpleTableWithEnum.go13 func GetRootAsTestSimpleTableWithEnum(buf []byte, offset flatbuffers.UOffsetT) *TestSimpleTableWith… func