Home | History | Annotate | Download | only in syncable

Lines Matching defs:neighbour

1261   OrderedChildSet::const_iterator neighbour = siblings->find(predecessor);
1262 DCHECK(neighbour != siblings->end());
1264 ++neighbour;
1265 if (neighbour == siblings->end()) {
1274 EntryKernel* successor = *neighbour;