Searched defs:GetRootAsTableInFirstNS (Results 1 – 4 of 4) sorted by relevance
17 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb) { return GetRootAsTableInFirs… in GetRootAsTableInFirstNS() method18 …public static TableInFirstNS GetRootAsTableInFirstNS(ByteBuffer _bb, TableInFirstNS obj) { return … in GetRootAsTableInFirstNS() method
15 function TableInFirstNS.GetRootAsTableInFirstNS(buf, offset) function
56 func GetRootAsTableInFirstNS(buf []byte, offset flatbuffers.UOffsetT) *TableInFirstNS { func
20 def GetRootAsTableInFirstNS(cls, buf, offset=0): member in TableInFirstNS