HomeSort by relevance Sort by last modified time
    Searched refs:KeyHash (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 289 hash_value_type KeyHash = InfoObj.ComputeHash(IKey);
292 offset_type Idx = KeyHash & (NumBuckets - 1);
315 if (ItemHash != KeyHash) {
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 526 struct KeyHash
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container;
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container;
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 526 struct KeyHash
572 typedef unordered_set<Key, KeyHash, KeyEqual> Container;
613 typedef unordered_multiset<Key, KeyHash, KeyEqual> Container;

Completed in 211 milliseconds