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

/external/chromium_org/third_party/re2/re2/
H A Ddfa.cc1815 DFA* Prog::GetDFA(MatchKind kind) { function in class:re2::Prog
1911 DFA* dfa = GetDFA(kind);
1972 return GetDFA(kind)->BuildAllStates();
/external/regex-re2/re2/
H A Ddfa.cc1813 DFA* Prog::GetDFA(MatchKind kind) { function in class:re2::Prog
1909 DFA* dfa = GetDFA(kind);
1970 return GetDFA(kind)->BuildAllStates();

Completed in 279 milliseconds