Searched defs:getTestCaseResult (Results 1 – 2 of 2) sorted by relevance
89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult() function in xe::BatchResult96 TestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) in getTestCaseResult() function in xe::BatchResult
112 …ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult() function in xe::BatchResult113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; } in getTestCaseResult() function in xe::BatchResult