Home
last modified time | relevance | path

Searched defs:ProcessHandle (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/util/
Dtest_utils.cpp63 ProcessHandle::ProcessHandle() : mProcess(nullptr) {} in ProcessHandle() function in angle::ProcessHandle
65 ProcessHandle::ProcessHandle(Process *process) : mProcess(process) {} in ProcessHandle() function in angle::ProcessHandle
67 ProcessHandle::ProcessHandle(const std::vector<const char *> &args, in ProcessHandle() function in angle::ProcessHandle
78 ProcessHandle::ProcessHandle(ProcessHandle &&other) : mProcess(other.mProcess) in ProcessHandle() function in angle::ProcessHandle
Dtest_utils.h64 class ProcessHandle; variable