Home
last modified time | relevance | path

Searched refs:lookUpBucketFor (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h100 unsigned int lookUpBucketFor(const key_type& pKey);
DHashBase.tcc113 unsigned int HashTableImpl<HashEntryTy, HashFunctionTy>::lookUpBucketFor( in lookUpBucketFor() function in HashTableImpl
DHashTable.tcc67 unsigned int index = BaseTy::lookUpBucketFor(pKey); in insert()