RunStateOnByte    226 third_party/re2/re2/dfa.cc   State* RunStateOnByte(State*, int);          // L >= mutex_
RunStateOnByte    965 third_party/re2/re2/dfa.cc   return RunStateOnByte(state, c);
RunStateOnByte   1725 third_party/re2/re2/dfa.cc     State* s = RunStateOnByte(info->start, i);