Searched defs:ProgramIdentifier (Results 1 – 1 of 1) sorted by relevance
42 struct ProgramIdentifier struct44 std::string testCasePath;45 std::string programName;47 ProgramIdentifier(const std::string &testCasePath_, const std::string &programName_) in ProgramIdentifier() function