Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Dprog.h340 DFA* GetDFA(MatchKind kind);
Ddfa.cc1813 DFA* Prog::GetDFA(MatchKind kind) { in GetDFA() function in re2::Prog
1909 DFA* dfa = GetDFA(kind); in SearchDFA()
1970 return GetDFA(kind)->BuildAllStates(); in BuildEntireDFA()