Home
last modified time | relevance | path

Searched refs:m_resultMap (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/
DxeBatchResult.cpp86 return m_resultMap.find(casePath) != m_resultMap.end(); in hasTestCaseResult()
91 map<string, int>::const_iterator pos = m_resultMap.find(casePath); in getTestCaseResult()
92 DE_ASSERT(pos != m_resultMap.end()); in getTestCaseResult()
98 map<string, int>::const_iterator pos = m_resultMap.find(casePath); in getTestCaseResult()
99 DE_ASSERT(pos != m_resultMap.end()); in getTestCaseResult()
108 m_resultMap[casePath] = (int)m_testCaseResults.size(); in createTestCaseResult()
DxeBatchResult.hpp128 std::map<std::string, int> m_resultMap; member in xe::BatchResult