Searched defs:SelectionSegment (Results 1 – 1 of 1) sorted by relevance
58 struct SelectionSegment { struct61 SelectionSegment() noexcept : start(), end() { in SelectionSegment() argument63 SelectionSegment(SelectionPosition a, SelectionPosition b) noexcept { in SelectionSegment() argument72 bool Empty() const noexcept { in Empty()75 Sci::Position Length() const noexcept { in Length()78 void Extend(SelectionPosition p) noexcept { in Extend()