Searched refs:MachPortType (Results 1 – 3 of 3) sorted by relevance
41 MachPortType, enumerator61 mach_port_name_t port() const { ASSERT(m_type == MachPortType); return m_port.port; } in port()62 …mach_msg_type_name_t disposition() const { ASSERT(m_type == MachPortType); return m_port.dispositi… in disposition()
41 : m_type(MachPortType) in Attachment()
145 if (type == Attachment::MachPortType) in sendOutgoingMessage()186 case Attachment::MachPortType: in sendOutgoingMessage()