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

  /external/deqp/executor/
xeBatchResult.cpp 86 return m_resultMap.find(casePath) != m_resultMap.end();
91 map<string, int>::const_iterator pos = m_resultMap.find(casePath);
92 DE_ASSERT(pos != m_resultMap.end());
98 map<string, int>::const_iterator pos = m_resultMap.find(casePath);
99 DE_ASSERT(pos != m_resultMap.end());
108 m_resultMap[casePath] = (int)m_testCaseResults.size();
xeBatchResult.hpp 127 std::map<std::string, int> m_resultMap;

Completed in 308 milliseconds