Searched refs:startSections (Results 1 – 1 of 1) sorted by relevance
55 map<int, int> startSections; member in TestListener68 if (startSections.count(section) == 0) startSections[section] = 0; in onReportSectionStatus()69 startSections[section] = startSections[section] + 1; in onReportSectionStatus()88 map<int, int>::const_iterator found = startSections.find(sectionId); in sectionStarted()89 if (found != startSections.end()) { in sectionStarted()