BytePtr          1325 third_party/re2/re2/dfa.cc   const uint8* bp = BytePtr(params->text.begin());  // start of text
BytePtr          1327 third_party/re2/re2/dfa.cc   const uint8* ep = BytePtr(params->text.end());    // end of text
BytePtr          1356 third_party/re2/re2/dfa.cc         if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) {
BytePtr          1361 third_party/re2/re2/dfa.cc         if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) {