Searched refs:sorted_keys_ (Results 1 – 2 of 2) sorted by relevance
189 sorted_keys_.insert(FindPositionForProfile(it.key(), name), it.key()); in ProfileInfoCache()224 sorted_keys_.insert(FindPositionForProfile(key, name), key); in AddProfileToCache()261 sorted_keys_.erase(std::find(sorted_keys_.begin(), sorted_keys_.end(), key)); in DeleteProfileFromCache()274 return sorted_keys_.size(); in GetNumberOfProfiles()282 for (size_t i = 0; i < sorted_keys_.size(); ++i) { in GetIndexOfProfileWithPath()283 if (sorted_keys_[i] == search_key) in GetIndexOfProfileWithPath()310 return user_data_dir_.AppendASCII(sorted_keys_[index]); in GetPathOfProfileAtIndex()849 cache->GetDictionaryWithoutPathExpansion(sorted_keys_[index], &info); in GetInfoForProfileAtIndex()857 cache->SetWithoutPathExpansion(sorted_keys_[index], info); in SetInfoForProfileAtIndex()880 return sorted_keys_.begin() + i; in FindPositionForProfile()[all …]
185 std::vector<std::string> sorted_keys_; variable