Searched refs:GetRootAsArrayTable (Results 1 – 3 of 3) 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() method65 return ArrayTable.GetRootAsArrayTable(new ByteBuffer(fbBuffer)).UnPack(); in DeserializeFromBinary()
20 def GetRootAsArrayTable(cls, buf, offset=0): member in ArrayTable
424 ArrayTable table = ArrayTable.GetRootAsArrayTable(builder.DataBuffer); in TestFixedLenghtArrays()800 var c = ArrayTable.GetRootAsArrayTable(fbb.DataBuffer); in TestObjectAPI()