Lines Matching full:candidate
1711 ParentIdChildIndex::iterator candidate =
1715 for (; candidate != end_range; ++candidate) {
1716 EntryKernel* entry = *candidate;
1742 ParentIdChildIndex::iterator candidate =
1745 while (begin_range != candidate) {
1746 --candidate;
1747 EntryKernel* entry = *candidate;
1779 EntryKernel* candidate = *sibling;
1782 DCHECK_NE(candidate->ref(META_HANDLE), entry->ref(META_HANDLE));
1785 if (candidate->ref(IS_UNAPPLIED_UPDATE))
1794 if (candidate->ref(IS_UNSYNCED))
1799 if (candidate->ref(PREV_ID) == candidate->ref(NEXT_ID) &&
1800 !candidate->ref(PREV_ID).IsRoot()) {
1804 return candidate->ref(ID);