Home | History | Annotate | Download | only in syncable

Lines Matching defs:neighbour

1250   OrderedChildSet::const_iterator neighbour = siblings->find(predecessor);
1251 DCHECK(neighbour != siblings->end());
1253 ++neighbour;
1254 if (neighbour == siblings->end()) {
1263 EntryKernel* successor = *neighbour;