Home
last modified time | relevance | path

Searched refs:GetRootAsTableInC (Results 1 – 6 of 6) sorted by relevance

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInC.cs10 …public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new Table… in GetRootAsTableInC() method in NamespaceA.TableInC
11 …public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__init(_bb.Ge… in GetRootAsTableInC() method in NamespaceA.TableInC
/external/flatbuffers/tests/namespace_test/NamespaceC/
DTableInC.cs15 …public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new Table… in GetRootAsTableInC() method
16 …public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.… in GetRootAsTableInC() method
DTableInC.lua15 function TableInC.GetRootAsTableInC(buf, offset) function
DTableInC.py11 def GetRootAsTableInC(cls, buf, offset): member in TableInC
DTableInC.go15 func GetRootAsTableInC(buf []byte, offset flatbuffers.UOffsetT) *TableInC { func
/external/flatbuffers/tests/namespace_test/
Dnamespace_test2_generated.lobster50 def GetRootAsTableInC(buf:string): TableInC { buf, buf.flatbuffers_indirect(0) }