Searched refs:keyIt (Results 1 – 1 of 1) sorted by relevance
49 auto keyIt = clockMaps_.find(clockKey); in Convert() local50 if (keyIt == clockMaps_.end()) { in Convert()54 auto tsIt = keyIt->second.upper_bound(srcTs); in Convert()55 if (tsIt != keyIt->second.begin()) { in Convert()69 auto keyIt = clockMaps_.find(clockKey); in AddConvertClockMap() local70 if (keyIt == clockMaps_.end()) { in AddConvertClockMap()