Home
last modified time | relevance | path

Searched refs:isTombstone (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java147 if (file == null || (isUser(alias) && isTombstone(file))) { in getCertificate()
172 if (!file.exists() || isTombstone(file)) { in fileForAlias()
179 private boolean isTombstone(File file) { in isTombstone() method in TrustedCertificateStore
530 if (isTombstone(file)) { in findCert()
657 if (!isTombstone(file)) { in removeUnnecessaryTombstones()
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h104 bool isTombstone() const { in isTombstone() function
166 assert(Dense[Idx].isTombstone() && "Non-tombstone free?"); in addValue()
463 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() && in erase()