Home
last modified time | relevance | path

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

/external/flatbuffers/tests/namespace_test/NamespaceA/
DTableInFirstNS.cs15 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirs… in GetRootAsTableInFirstNS() method
16 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return … in GetRootAsTableInFirstNS() method
DTableInFirstNS.lua15 function TableInFirstNS.GetRootAsTableInFirstNS(buf, offset) function
DTableInFirstNS.py11 def GetRootAsTableInFirstNS(cls, buf, offset): member in TableInFirstNS
DTableInFirstNS.go15 func GetRootAsTableInFirstNS(buf []byte, offset flatbuffers.UOffsetT) *TableInFirstNS { func