Searched refs:sorted_keys_ (Results 1 – 2 of 2) sorted by relevance
154 sorted_keys_.insert(FindPositionForProfile(it.key(), name), it.key()); in ProfileInfoCache()210 sorted_keys_.insert(FindPositionForProfile(key, name), key); in AddProfileToCache()250 sorted_keys_.erase(std::find(sorted_keys_.begin(), sorted_keys_.end(), key)); in DeleteProfileFromCache()263 return sorted_keys_.size(); in GetNumberOfProfiles()271 for (size_t i = 0; i < sorted_keys_.size(); ++i) { in GetIndexOfProfileWithPath()272 if (sorted_keys_[i] == search_key) in GetIndexOfProfileWithPath()300 return user_data_dir_.AppendASCII(sorted_keys_[index]); in GetPathOfProfileAtIndex()891 cache->GetDictionaryWithoutPathExpansion(sorted_keys_[index], &info); in GetInfoForProfileAtIndex()899 cache->SetWithoutPathExpansion(sorted_keys_[index], info); in SetInfoQuietlyForProfileAtIndex()928 return sorted_keys_.begin() + i; in FindPositionForProfile()[all …]
215 std::vector<std::string> sorted_keys_; variable