Home
last modified time | relevance | path

Searched defs:SelectionPoint (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp334 struct SelectionPoint struct in SourceView::TextView
336 SelectionPoint(int32 _line, int32 _offset) in SelectionPoint() argument
342 bool operator==(const SelectionPoint& other) in operator ==()
347 int32 line;
348 int32 offset;