Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dquickfindpattern.cpp
H A Dquickfindpattern.h
/glogg/src/
H A Dquickfindpattern.cpp98 lastMatchEnd_ = match.capturedEnd() - 1; in isLineMatching()
125 lastMatchEnd_ = lastMatch.capturedEnd() - 1; in isLineMatchingBackward()
136 *end_col = lastMatchEnd_; in getLastMatch()
H A Dquickfindpattern.h94 mutable int lastMatchEnd_; variable