Searched refs:copyOptions (Results 1 – 3 of 3) sorted by relevance
50 …Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool dealloca…67 …mach_msg_copy_options_t copyOptions() const { ASSERT(m_type == MachOOLMemoryType); return m_oolMem… in copyOptions() function93 mach_msg_copy_options_t copyOptions; member
47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bo… in Attachment() argument52 m_oolMemory.copyOptions = copyOptions; in Attachment()
196 descriptor->out_of_line.copy = attachment.copyOptions(); in sendOutgoingMessage()