Searched refs:startsFurther (Results 1 – 1 of 1) sorted by relevance
149 static bool startsFurther(const DocumentMarker& lhv, const DocumentMarker& rhv) in startsFurther() function166 return startsFurther(*lhv, *rhv); in compareByStart()209 … MarkerList::iterator pos = std::lower_bound(list->begin(), list->end(), toInsert, startsFurther); in addMarker()