OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTombstone
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateStore.java
132
if (file == null || (isUser(alias) &&
isTombstone
(file))) {
157
if (!file.exists() ||
isTombstone
(file)) {
164
private boolean
isTombstone
(File file) {
455
if (
isTombstone
(file)) {
578
if (!
isTombstone
(file)) {
/external/llvm/include/llvm/ADT/
SparseMultiSet.h
100
bool
isTombstone
() const {
162
assert(Dense[Idx].
isTombstone
() && "Non-tombstone free?");
471
assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].
isTombstone
() &&
Completed in 39 milliseconds