Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Ddfa.cc500 #define FullMatchState reinterpret_cast<State*>(2) macro
502 #define SpecialStateMax FullMatchState
528 if (state == FullMatchState) in DumpState()
645 return FullMatchState; in WorkqToCachedState()
971 if (state == FullMatchState) { in RunStateOnByte()
976 return FullMatchState; in RunStateOnByte()
1503 if (s == FullMatchState) { in InlinedSearchLoop()
1711 if (info->start == FullMatchState) { in AnalyzeSearchHelper()
1782 if (params.start == FullMatchState) { in Search()
2005 if (params.start == FullMatchState) // Every string matches: no max in PossibleMatchRange()
[all …]