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

/external/regex-re2/re2/
H A Dprog.h340 DFA* GetDFA(MatchKind kind);
H A Ddfa.cc1769 DFA* Prog::GetDFA(MatchKind kind) { function in class:re2::Prog
1863 DFA* dfa = GetDFA(kind);
1924 return GetDFA(kind)->BuildAllStates();

Completed in 79 milliseconds