Searched defs:TKey (Results 1 – 2 of 2) sorted by relevance
39 std::initializer_list<std::pair<TKey, TValue>> list) { in CreatePreSorted()45 std::initializer_list<std::pair<TKey, TValue>> list) { in CreateAndSort()74 explicit ImmutableMap(std::vector<std::pair<TKey, TValue>> data) in ImmutableMap()
126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()