Home
last modified time | relevance | path

Searched defs:TKey (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/util/
H A DImmutableMap.h39 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()
/aosp14/system/core/libutils/include/utils/
H A DLruCache.h126 Iterator(const LruCache<TKey, TValue>& cache): in Iterator()