Home | History | Annotate | Download | only in syncable

Lines Matching refs:CHECK

115       CHECK(index_->erase(entry_));
122 CHECK(index_->insert(entry_).second);
485 CHECK(this == trans->directory());
526 CHECK(NULL != entry);
528 CHECK(kernel_->metahandles_index->insert(entry).second) << error;
531 CHECK(kernel_->parent_id_child_index->insert(entry).second) << error;
533 CHECK(kernel_->ids_index->insert(entry).second) << error;
536 CHECK(entry->ref(UNIQUE_CLIENT_TAG).empty());
580 CHECK(!kernel_->unsynced_metahandles->count(handle));
581 CHECK(!kernel_->unapplied_update_metahandles->count(handle));
671 CHECK(!kernel_->parent_id_child_index->count(entry));
970 CHECK(e.good());
993 CHECK(e.good());
1011 CHECK(e.good());
1016 CHECK(e.Get(IS_DIR)) << e;
1017 CHECK(parentid.IsRoot()) << e;
1018 CHECK(!e.Get(IS_UNSYNCED)) << e;
1024 CHECK(id != parentid) << e;
1025 CHECK(!e.Get(NON_UNIQUE_NAME).empty()) << e;
1031 CHECK(parent.good()) << e;
1032 CHECK(parent.Get(IS_DIR)) << parent << e;
1033 CHECK(!parent.Get(IS_DEL)) << parent << e;
1034 CHECK(handles.end() != handles.find(parent.Get(META_HANDLE)))
1048 CHECK(e.Get(IS_DEL)) << e;
1051 CHECK(id.ServerKnows()) << e;
1056 CHECK(!using_unique_client_tag) << e;
1060 CHECK(e.Get(IS_UNSYNCED)) << e;
1062 // If the next check failed, it would imply that an item exists
1072 CHECK(!id.ServerKnows()) << e;
1076 CHECK(id.ServerKnows());
1081 VLOG(1) << "Cutting Invariant check short after " << elapsed_ms
1331 // Loose check for server-created top-level folders that aren't
1345 // Loose check for server-created top-level folders that aren't
1581 CHECK(index->insert(kernel_->ref(META_HANDLE)).second);
1598 CHECK(!trans || this == trans->directory());
1611 CHECK((old_next == entry->ref(ID)) || !old_next.ServerKnows());
1615 CHECK(previous_entry);
1624 CHECK(next_entry);
1654 CHECK(predecessor.good());
1665 CHECK(successor.good());
1791 // position, we need to choose how to order them. The following check puts
1820 CHECK(new_parent.good());