Searched defs:ProcessInfo (Results 1 – 4 of 4) sorted by relevance
35 struct ProcessInfo { struct44 #error "ProcessInfo is not defined for this platform!" argument55 ProcessInfo(); argument
43 struct ProcessInfo { struct52 ProcessInfo(); argument
109 struct ProcessInfo : angle::NonCopyable struct114 ProcessInfo &operator=(ProcessInfo &&rhs); argument116 ProcessHandle process;117 std::vector<TestIdentifier> testsInBatch;118 std::string resultsFileName;119 std::string filterFileName;120 std::string commandLine;121 std::string filterString;
1022 ProcessInfo::ProcessInfo(ProcessInfo &&other) in ProcessInfo() function in angle::ProcessInfo