Searched defs:copyOptions (Results 1 – 2 of 2) sorted by relevance
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()