Searched defs:HashMap (Results 1 – 8 of 8) sorted by relevance
40 using HashMap = SkTHashMap<Key, sk_sp<SkPDFObject>, KeyHash>; variable
89 TEST(StringPieceHasher, HashMap) { in TEST() argument
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