Home
last modified time | relevance | path

Searched refs:endColumn_ (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/ !
H A Dselection.h
/glogg/src/ !
H A Dselection.h35 { line_ = line; startColumn_ = start_column; endColumn_ = end_column; } in Portion()
39 int endColumn() const { return endColumn_; } in endColumn()
46 int endColumn_; variable