Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInFirstNS.cs17 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirs… in GetRootAsTableInFirstNS() method
18 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return … in GetRootAsTableInFirstNS() method
H A DTableInFirstNS.lua15 function TableInFirstNS.GetRootAsTableInFirstNS(buf, offset) function
H A DTableInFirstNS.go56 func GetRootAsTableInFirstNS(buf []byte, offset flatbuffers.UOffsetT) *TableInFirstNS { func
H A DTableInFirstNS.py20 def GetRootAsTableInFirstNS(cls, buf, offset=0): member in TableInFirstNS