Searched refs:imageId2CrashCount_ (Results 1 – 2 of 2) sorted by relevance
509 imageId2CrashCount_(), in PhotoPostProcessor()622 imageId2CrashCount_.erase(imageId); in RemoveImage()713 if (imageId2CrashCount_.count(id) == 0) { in OnSessionDied()714 imageId2CrashCount_.emplace(id, 1); in OnSessionDied()716 imageId2CrashCount_[id] += 1; in OnSessionDied()718 if (imageId2CrashCount_[id] >= MAX_CONSECUTIVE_CRASH_COUNT) { in OnSessionDied()
89 std::unordered_map<std::string, uint32_t> imageId2CrashCount_; variable