Home
last modified time | relevance | path

Searched refs:GetRootAsTableInNestedNS (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DTableInNestedNS.cs17 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb) { return GetRootAsTableInNe… in GetRootAsTableInNestedNS() method
18 …public static TableInNestedNS GetRootAsTableInNestedNS(ByteBuffer _bb, TableInNestedNS obj) { retu… in GetRootAsTableInNestedNS() method
H A DTableInNestedNS.lua15 function TableInNestedNS.GetRootAsTableInNestedNS(buf, offset) function
H A DTableInNestedNS.py20 def GetRootAsTableInNestedNS(cls, buf, offset=0): member in TableInNestedNS
H A DTableInNestedNS.go35 func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS { func
/aosp_15_r20/external/flatbuffers/tests/namespace_test/
H A Dnamespace_test1_generated.lobster23 def GetRootAsTableInNestedNS(buf:string): return TableInNestedNS { buf, buf.flatbuffers_indirect(0)…