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

  /external/llvm/include/llvm/ADT/
DenseMap.h 89 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
91 if (!KeyInfoT::isEqual(P->first, EmptyKey)) {
96 P->first = EmptyKey;
251 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
253 if (!KeyInfoT::isEqual(P->first, EmptyKey) &&
270 const KeyT EmptyKey = getEmptyKey();
272 new (&B->first) KeyT(EmptyKey);
279 const KeyT EmptyKey = getEmptyKey();
282 if (!KeyInfoT::isEqual(B->first, EmptyKey) &&
447 const KeyT EmptyKey = getEmptyKey()
    [all...]
  /external/chromium_org/crypto/
hmac_unittest.cc 279 TEST(HMACTest, EmptyKey) {
  /external/chromium_org/content/browser/service_worker/
service_worker_cache_storage_manager_unittest.cc 362 TEST_F(ServiceWorkerCacheStorageManagerTest, EmptyKey) {

Completed in 77 milliseconds