Searched defs:HashMap (Results 1 – 5 of 5) sorted by relevance
40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>; variable
21 DEF_TEST(HashMap, r) { in DEF_TEST() argument
442 typedef PointerTemplateHashMapImpl<DefaultAllocationPolicy> HashMap; typedef
662 DenseMap<uintptr_t, PHINode *> HashMap; in EliminateDuplicatePHINodes() local
155 private static int bucketsOf(HashMap<?, ?> hashMap) throws Exception { in bucketsOf() argument