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
/external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateStore.java
138
if (file == null || (isUser(alias) &&
isTombstone
(file))) {
163
if (!file.exists() ||
isTombstone
(file)) {
170
private boolean
isTombstone
(File file) {
521
if (
isTombstone
(file)) {
648
if (!
isTombstone
(file)) {
/external/llvm/include/llvm/ADT/
SparseMultiSet.h
104
bool
isTombstone
() const {
166
assert(Dense[Idx].
isTombstone
() && "Non-tombstone free?");
463
assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].
isTombstone
() &&
Completed in 69 milliseconds