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

/external/regex-re2/re2/
H A Ddfa.cc473 #define FullMatchState reinterpret_cast<State*>(2) macro
475 #define SpecialStateMax FullMatchState
501 if (state == FullMatchState)
608 // being considered, return the special FullMatchState
617 fprintf(stderr, " -> FullMatchState\n");
618 return FullMatchState;
944 if (state == FullMatchState) {
946 // if we implement RunStateOnByte for FullMatchState:
949 return FullMatchState;
1347 // ns == FullMatchState mean
[all...]

Completed in 74 milliseconds