Home | History | Annotate | Download | only in syncable

Lines Matching refs:PREV_ID

1599   Id old_previous = entry->ref(PREV_ID);
1603 entry->put(PREV_ID, entry->ref(ID));
1627 next_entry->put(PREV_ID, old_previous);
1668 successor.Put(PREV_ID, Get(ID));
1672 Put(PREV_ID, predecessor_id);
1719 if (entry->ref(PREV_ID).IsRoot() ||
1720 entry->ref(PREV_ID) != entry->ref(NEXT_ID)) {
1724 while (!entry->ref(PREV_ID).IsRoot()) {
1725 entry = GetEntryById(entry->ref(PREV_ID), &lock);
1752 entry->ref(NEXT_ID) != entry->ref(PREV_ID)) {
1799 if (candidate->ref(PREV_ID) == candidate->ref(NEXT_ID) &&
1800 !candidate->ref(PREV_ID).IsRoot()) {