reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
581 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && 583 while (i != Size && Traits::stopLess(stop(i), x)) ++i; 596 assert((i == 0 || Traits::stopLess(stop(i - 1), x)) && 598 while (Traits::stopLess(stop(i), x)) ++i; 1067 return !branched() ? rootLeaf().stop(rootSize - 1) :