Lines Matching refs:last
60 Siblings::const_iterator last=children.end() - 1;
62 while ( first != last ) {
63 Siblings::const_iterator mid = first + ( last - first + 1 ) / 2;
68 if ( last == mid ) {
69 last = mid - 1; // already at the top limit
71 last = mid;
78 if ( first == last ) {
80 int pos = sp_object_compare_position(*last, obj);
82 ++last;
86 return last - children.begin();