Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTestCase.cpp296 std::string curGroupPath; in createCase() local
299 if (!curGroupPath.empty()) in createCase()
300 curGroupPath += "."; in createCase()
301 curGroupPath += components[ndx]; in createCase()
303 std::map<std::string, TestGroup*>::const_iterator groupPos = m_groupMap.find(curGroupPath); in createCase()
307 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase()