Lines Matching defs:struct
22 import struct
331 self.version = struct.unpack(self.byte_order + self.idx_format, result[2:6])[0]
343 message = struct.pack(self.byte_order + "BB",
479 message = struct.pack(self.byte_order + "BB" + self.idx_format + self.idx_format + "B",
549 message = struct.pack(self.byte_order + "BB" + self.idx_format,
571 args = struct.pack(self.byte_order + "I", index) + args
577 message = struct.pack(self.byte_order + "BBI",
601 message = struct.pack(self.byte_order + "BB",
620 message = struct.pack(self.byte_order + "BBB" + self.cp_format + self.idx_format,
629 message = struct.pack(self.byte_order + "BB" + self.cp_format,
636 message = struct.pack(self.byte_order + "BBB",
643 message = struct.pack(self.byte_order + "BBB",
713 breakpoint_data = struct.unpack(self.byte_order + self.cp_format + self.idx_format, data[1:])
747 total = struct.unpack(self.byte_order + self.idx_format, data[1:])[0]
756 breakpoint_data = struct.unpack(self.byte_order + self.cp_format + self.idx_format,
784 memory_stats = struct.unpack(self.byte_order + self.idx_format * 5,
903 position = struct.unpack(self.byte_order + self.idx_format + self.idx_format,
924 line = struct.unpack(self.byte_order + self.idx_format,
931 byte_code_cp = struct.unpack(self.byte_order + self.cp_format,
961 byte_code_cp = struct.unpack(self.byte_order + self.cp_format,
1024 byte_code_cp = struct.unpack(self.byte_order + self.cp_format,