Home
last modified time | relevance | path

Searched defs:GetRootAsTableInNestedNS (Results 1 – 4 of 4) 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.go35 func GetRootAsTableInNestedNS(buf []byte, offset flatbuffers.UOffsetT) *TableInNestedNS { func
H A DTableInNestedNS.py20 def GetRootAsTableInNestedNS(cls, buf, offset=0): member in TableInNestedNS