Searched defs:BytePtr (Results 1 - 1 of 1) sorted by relevance

/external/regex-re2/re2/
H A Ddfa.cc369 static inline const uint8* BytePtr(const void* v) { function in namespace:re2
1323 const uint8* bp = BytePtr(params->text.begin()); // start of text
1325 const uint8* ep = BytePtr(params->text.end()); // end of text
1354 if ((p = BytePtr(memchr(p, params->firstbyte, ep - p))) == NULL) {
1359 if ((p = BytePtr(memrchr(ep, params->firstbyte, p - ep))) == NULL) {

Completed in 114 milliseconds