Home
last modified time | relevance | path

Searched defs:GetRootAsTableInC (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A 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
/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.cs17 …public static TableInC GetRootAsTableInC(ByteBuffer _bb) { return GetRootAsTableInC(_bb, new Table… in GetRootAsTableInC() method
18 …public static TableInC GetRootAsTableInC(ByteBuffer _bb, TableInC obj) { return (obj.__assign(_bb.… in GetRootAsTableInC() method
H A DTableInC.lua15 function TableInC.GetRootAsTableInC(buf, offset) function
H A DTableInC.go42 func GetRootAsTableInC(buf []byte, offset flatbuffers.UOffsetT) *TableInC { func
H A DTableInC.py20 def GetRootAsTableInC(cls, buf, offset=0): member in TableInC