Searched defs:HashMap (Results 1 – 9 of 9) sorted by relevance
109 {118 {134 {139 {202 {207 {224 {229 {246 {251 {[all …]
241 {557 {660 {666 {
47 using HashMap = boost::unordered_map<Key, Value, Hasher>; variable
107 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