Home
last modified time | relevance | path

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

/external/regex-re2/re2/
Ddfa.cc220 static void StateToWorkq(State* s, Workq* q);
795 void DFA::StateToWorkq(State* s, Workq* q) { in StateToWorkq() function in re2::DFA
998 StateToWorkq(state, q0_); in RunStateOnByte()