Searched refs:totalDbSizeTimestamps (Results 1 – 1 of 1) sorted by relevance
1002 std::list<int64_t>& totalDbSizeTimestamps = it->second->total_db_size_timestamps; in noteRestrictedConfigDbSize() local1004 if (totalDbSizeTimestamps.size() == kMaxRestrictedConfigDbSizeCount) { in noteRestrictedConfigDbSize()1005 totalDbSizeTimestamps.pop_front(); in noteRestrictedConfigDbSize()1008 totalDbSizeTimestamps.push_back(elapsedTimeNs); in noteRestrictedConfigDbSize()