Lines Matching defs:int
68 def serialize(self, value: typing.Any, size: int) -> bytes:
72 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
104 def serialize(self, value: typing.Any, size: int) -> bytes:
107 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
123 def serialize(self, value: typing.Any, size: int) -> bytes:
126 def deserialize(self, data: bytes, offs: int, size: int) -> typing.Any:
400 def __init__(self, size: int):
462 def __init__(self, size: int, serializer=NoSerializer()):
589 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None):
594 offs: int = 0, parent_buf = None) -> 'MemoryMock':
624 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None):
643 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None):
750 def _createMockClass(self, sbtype: lldb.SBType, offs: int = 0):
814 def create_mock(self, sbtype: lldb.SBType, offs: int = 0, parent_buf = None):