Searched defs:BaseIPC (Results 1 – 1 of 1) sorted by relevance
44 BaseIPC() : remove_ipc_on_exit_(false) {} in BaseIPC() function49 BaseIPC(const BaseIPC &rhs) : remove_ipc_on_exit_(false) {} in BaseIPC() function57 …BaseIPC(BaseIPC &&rhs) noexcept : remove_ipc_on_exit_(rhs.remove_ipc_on_exit_) { rhs.remove_ipc_on… in BaseIPC() function