Home
last modified time | relevance | path

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

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