Home | History | Annotate | Download | only in syncable

Lines Matching refs:IS_DEL

171   return !a->ref(IS_DEL) && !a->ref(ID).IsRoot();
242 INDEXED_BIT_FIELDS_END, IS_DEL);
245 IS_DEL + 1, BIT_FIELDS_END - 1);
530 if (!entry->ref(IS_DEL)) {
572 bool safe = entry->ref(IS_DEL) && !entry->is_dirty() &&
715 DCHECK_EQ(entry->ref(IS_DEL), !num_erased);
1023 if (!e.Get(IS_DEL)) {
1033 CHECK(!parent.Get(IS_DEL)) << parent << e;
1048 CHECK(e.Get(IS_DEL)) << e;
1059 if (!e.Get(IS_DEL)) {
1380 kernel_->put(IS_DEL, true);
1382 kernel_->put(IS_DEL, false);
1398 kernel_->put(IS_DEL, true);
1428 bool MutableEntry::PutIsDel(bool is_del) {
1430 if (is_del == kernel_->ref(IS_DEL)) {
1433 if (is_del)
1443 kernel_->put(IS_DEL, is_del);
1447 if (!is_del)
1635 if (Get(IS_DEL)) {
1642 // permutations of setting IS_DEL and the SPECIFICS to identify the