Searched refs:RunStateOnByteUnlocked (Results 1 – 1 of 1) sorted by relevance
/external/regex-re2/re2/ |
D | dfa.cc | 223 State* RunStateOnByteUnlocked(State*, int); // cache_mutex_.r <= L < mutex_ 959 DFA::State* DFA::RunStateOnByteUnlocked(State* state, int c) { in RunStateOnByteUnlocked() function in re2::DFA 1395 ns = RunStateOnByteUnlocked(s, c); in InlinedSearchLoop() 1426 ns = RunStateOnByteUnlocked(s, c); in InlinedSearchLoop() 1484 ns = RunStateOnByteUnlocked(s, lastbyte); in InlinedSearchLoop() 1492 ns = RunStateOnByteUnlocked(s, lastbyte); in InlinedSearchLoop() 1956 State* ns = RunStateOnByteUnlocked(s, c); in BuildAllStates() 2045 State* ns = RunStateOnByteUnlocked(s, kByteEndText); in PossibleMatchRange() 2054 ns = RunStateOnByteUnlocked(s, j); in PossibleMatchRange() 2084 State* ns = RunStateOnByteUnlocked(s, j); in PossibleMatchRange()
|