Home | History | Annotate | Download | only in CoreIPC

Lines Matching refs:Attachment

27 #include "Attachment.h"
34 Attachment::Attachment()
40 Attachment::Attachment(mach_port_name_t port, mach_msg_type_name_t disposition)
47 Attachment::Attachment(void* address, mach_msg_size_t size, mach_msg_copy_options_t copyOptions, bool deallocate)
56 void Attachment::release()
62 void Attachment::encode(ArgumentEncoder* encoder) const
67 bool Attachment::decode(ArgumentDecoder* decoder, Attachment& attachment)
69 if (!decoder->removeAttachment(attachment))