Lines Matching defs:h
107 static void cookieAt(const BasicHashtable<TKey, TEntry>& h, size_t index, in cookieAt()
116 static const void* getBuckets(const BasicHashtable<TKey, TEntry>& h) { in getBuckets()
122 static size_t add(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in add()
128 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in find()
134 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove()
158 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump()
179 SimpleHashtable h; in TEST_F() local
188 SimpleHashtable h(52, 0.8f); in TEST_F() local
197 SimpleHashtable h(46, 1.0f); in TEST_F() local
206 SimpleHashtable h(42, 1.0f); in TEST_F() local
215 SimpleHashtable h; in TEST_F() local
239 SimpleHashtable h; in TEST_F() local
268 SimpleHashtable h; in TEST_F() local
311 SimpleHashtable h; in TEST_F() local
321 SimpleHashtable h; in TEST_F() local
333 ComplexHashtable h; in TEST_F() local
348 ComplexHashtable h; in TEST_F() local
367 ComplexHashtable h; in TEST_F() local
377 SimpleHashtable h; in TEST_F() local
385 SimpleHashtable h; in TEST_F() local
410 SimpleHashtable h; in TEST_F() local
431 ComplexHashtable h; in TEST_F() local
444 ComplexHashtable h; in TEST_F() local
459 ComplexHashtable h(10); in TEST_F() local
476 ComplexHashtable h(10); in TEST_F() local