Searched refs:GetRootAsTableInFirstNS (Results 1 – 5 of 5) 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
13 def GetRootAsTableInFirstNS(cls, buf, offset): member in TableInFirstNS
45 func GetRootAsTableInFirstNS(buf []byte, offset flatbuffers.UOffsetT) *TableInFirstNS { func
26 def GetRootAsTableInFirstNS(buf:string): return TableInFirstNS { buf, buf.flatbuffers_indirect(0) }