Home
last modified time | relevance | path

Searched refs:Portion (Results 1 – 4 of 4) sorted by relevance

/glogg/glogg/src/
H A Dselection.h
H A Dquickfind.h
/glogg/src/
H A Dselection.h30 class Portion
33 Portion() { line_ = -1; } in Portion() function
34 Portion( int line, int start_column, int end_column ) in Portion() function
65 void selectPortion( Portion selection ) in selectPortion()
H A Dquickfind.h33 class Portion; variable