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

  /external/llvm/include/llvm/ADT/
DenseMap.h 102 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
105 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) {
110 P->getFirst() = EmptyKey;
268 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
270 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) &&
283 const KeyT EmptyKey = getEmptyKey();
285 ::new (&B->getFirst()) KeyT(EmptyKey);
292 const KeyT EmptyKey = getEmptyKey();
295 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) &&
456 const KeyT EmptyKey = getEmptyKey()
    [all...]
  /external/libchrome/crypto/
hmac_unittest.cc 282 TEST(HMACTest, EmptyKey) {

Completed in 123 milliseconds