Searched defs:kFullMatch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/re2/re2/
H A Dprog.h179 // Kind of match to look for (for anchor != kFullMatch)
187 // kFullMatch is not strictly necessary -- we could use
194 kFullMatch, // match only entire text; implies anchor==kAnchored enumerator in enum:re2::Prog::MatchKind
359 DFA* volatile dfa_longest_; // DFA cached for kLongestMatch and kFullMatch
/external/regex-re2/re2/
H A Dprog.h179 // Kind of match to look for (for anchor != kFullMatch)
187 // kFullMatch is not strictly necessary -- we could use
194 kFullMatch, // match only entire text; implies anchor==kAnchored enumerator in enum:re2::Prog::MatchKind
359 DFA* volatile dfa_longest_; // DFA cached for kLongestMatch and kFullMatch

Completed in 151 milliseconds