Searched defs:GetRootAsArrayTable (Results 1 – 2 of 2) sorted by relevance
17 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb) { return GetRootAsArrayTable(_bb, new… in GetRootAsArrayTable() method18 …public static ArrayTable GetRootAsArrayTable(ByteBuffer _bb, ArrayTable obj) { return (obj.__assig… in GetRootAsArrayTable() method
20 def GetRootAsArrayTable(cls, buf, offset=0): member in ArrayTable