HomeSort by relevance Sort by last modified time
    Searched refs:m_testCaseResults (Results 1 - 2 of 2) sorted by null

  /external/deqp/executor/
xeBatchResult.cpp 107 m_testCaseResults.reserve(m_testCaseResults.size()+1);
108 m_resultMap[casePath] = (int)m_testCaseResults.size();
111 m_testCaseResults.push_back(caseResult);
xeBatchResult.hpp 111 int getNumTestCaseResults (void) const { return (int)m_testCaseResults.size(); }
112 ConstTestCaseResultPtr getTestCaseResult (int ndx) const { return ConstTestCaseResultPtr(m_testCaseResults[ndx]); }
113 TestCaseResultPtr getTestCaseResult (int ndx) { return m_testCaseResults[ndx]; }
126 std::vector<TestCaseResultPtr> m_testCaseResults;

Completed in 519 milliseconds