Home
last modified time | relevance | path

Searched defs:EmptyKey (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/ADT/
DDenseMap.h104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
305 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
325 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
501 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
525 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
793 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
908 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
306 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
321 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
341 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
500 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
524 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
794 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
909 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
335 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
350 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
370 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
567 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
591 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
909 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1021 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DDenseMap.h121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local
364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local
379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local
399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local
596 const KeyT EmptyKey = getEmptyKey(); in InsertIntoBucketImpl() local
620 const KeyT EmptyKey = getEmptyKey(); in LookupBucketFor() local
943 const KeyT EmptyKey = this->getEmptyKey(); in swap() local
1055 const KeyT EmptyKey = this->getEmptyKey(); in grow() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
DAttributes.h92 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
/external/libchrome/crypto/
Dhmac_unittest.cc282 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/cronet/tot/net/base/
Dnetwork_isolation_key_unittest.cc28 TEST(NetworkIsolationKeyTest, EmptyKey) { in TEST() argument
/external/cronet/stable/net/base/
Dnetwork_isolation_key_unittest.cc28 TEST(NetworkIsolationKeyTest, EmptyKey) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DAttributor.h451 static const IRPosition EmptyKey; member
/external/cronet/stable/crypto/
Dhmac_unittest.cc287 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/cronet/tot/crypto/
Dhmac_unittest.cc287 TEST(HMACTest, EmptyKey) { in TEST() argument
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc463 TEST(ECTest, EmptyKey) { in TEST() argument
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc414 TEST(ECTest, EmptyKey) { in TEST() argument
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc463 TEST(ECTest, EmptyKey) { in TEST() argument
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_test.cc468 TEST(ECTest, EmptyKey) { in TEST() argument
/external/leveldb/db/
Ddb_test.cc549 TEST_F(DBTest, EmptyKey) { in TEST_F() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp693 auto EmptyKey = DenseMapInfo<int64_t>::getEmptyKey(); in getEmptyKey() local
3452 static ReachabilityQueryInfo<ToTy> EmptyKey; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp480 const IRPosition IRPosition::EmptyKey(255); member in IRPosition