Searched defs:ScopedProcess (Results 1 – 4 of 4) sorted by relevance
325 class ScopedProcess { class327 ScopedProcess() : pid_(-1) {} in ScopedProcess() function in ScopedProcess330 ScopedProcess(ScopedProcess &&other) { *this = std::move(other); } in ScopedProcess() function in ScopedProcess