Lines Matching refs:good
85 CHECK(old_entry.good()); in ChangeEntryIDAndUpdateChildren()
96 CHECK(child_entry.good()); in ChangeEntryIDAndUpdateChildren()
165 if (local_entry.good()) { in FindLocalIdToUpdate()
220 if (local_entry.good() && !local_entry.Get(IS_DEL)) { in FindLocalIdToUpdate()
250 CHECK(entry->good()); in AttemptToUpdateEntry()
269 if (!parent.good() || parent.Get(IS_DEL) || !parent.Get(IS_DIR)) { in AttemptToUpdateEntry()
457 if (!entry.good()) { in CreateNewEntry()
469 if (!local_prev.good() || local_prev.Get(IS_DEL)) in ServerAndLocalOrdersMatch()
616 CHECK(prev.good()) << "Bad id when walking predecessors."; in AddItemThenPredecessors()
677 if (!parent.good() || !parent.Get(IS_DEL)) in MarkDeletedChildrenSynced()
689 if (target->good()) { in VerifyNewEntry()
712 CHECK(target->good()); in VerifyUpdateConsistency()
801 CHECK(target->good()); in VerifyUndelete()