Searched refs:mach_port_name_ (Results 1 – 4 of 4) sorted by relevance
81 bool is_mach_port_name() const { return mach_port_name_ != MACH_PORT_NULL; } in is_mach_port_name()82 mach_port_t mach_port_name() const { return mach_port_name_; } in mach_port_name()98 mach_port_t mach_port_name_ = MACH_PORT_NULL; variable
93 mach_port_name_ = MACH_PORT_NULL; in operator =()94 std::swap(mach_port_name_, other.mach_port_name_); in operator =()150 handle.mach_port_name_ = name; in CreateForMachPortName()
60 mach_port_name_(mach_port_name) { in CrashGenerationServer()80 MachPortSender sender(mach_port_name_.c_str()); in Stop()
138 std::string mach_port_name_; variable