Searched refs:curGroupPath (Results 1 – 1 of 1) sorted by relevance
296 std::string curGroupPath; in createCase() local299 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()