Searched refs:ConstTestCaseResultPtr (Results 1 – 5 of 5) sorted by relevance
100 typedef de::SharedPtr<const TestCaseResultData> ConstTestCaseResultPtr; typedef112 …ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_tes… in getTestCaseResult()116 ConstTestCaseResultPtr getTestCaseResult (const char* casePath) const;
89 ConstTestCaseResultPtr BatchResult::getTestCaseResult (const char* casePath) const in getTestCaseResult()
51 ConstTestCaseResultPtr data = batchResult->getTestCaseResult(fullPath.c_str()); in isExecutedInBatch()
119 ConstTestCaseResultPtr caseData = result.getTestCaseResult(ndx); in writeTestLog()
427 xe::ConstTestCaseResultPtr resultData = batchResult.getTestCaseResult(fullPath.c_str()); in printBatchResultSummary()