FullMatchState 504 third_party/re2/re2/dfa.cc #define SpecialStateMax FullMatchState FullMatchState 530 third_party/re2/re2/dfa.cc if (state == FullMatchState) FullMatchState 647 third_party/re2/re2/dfa.cc return FullMatchState; FullMatchState 973 third_party/re2/re2/dfa.cc if (state == FullMatchState) { FullMatchState 978 third_party/re2/re2/dfa.cc return FullMatchState; FullMatchState 1505 third_party/re2/re2/dfa.cc if (s == FullMatchState) { FullMatchState 1713 third_party/re2/re2/dfa.cc if (info->start == FullMatchState) { FullMatchState 1784 third_party/re2/re2/dfa.cc if (params.start == FullMatchState) { FullMatchState 2007 third_party/re2/re2/dfa.cc if (params.start == FullMatchState) // Every string matches: no max FullMatchState 2050 third_party/re2/re2/dfa.cc if (ns != DeadState && (ns == FullMatchState || ns->IsMatch())) FullMatchState 2059 third_party/re2/re2/dfa.cc if (ns == FullMatchState || FullMatchState 2089 third_party/re2/re2/dfa.cc if (ns == FullMatchState ||