Searched refs:RunStateOnByte (Results 1 – 1 of 1) sorted by relevance
224 State* RunStateOnByte(State*, int); // L >= mutex_963 return RunStateOnByte(state, c); in RunStateOnByteUnlocked()967 DFA::State* DFA::RunStateOnByte(State* state, int c) { in RunStateOnByte() function in re2::DFA1723 State* s = RunStateOnByte(info->start, i); in AnalyzeSearchHelper()