Home | History | Annotate | Download | only in re2

Lines Matching defs:ByteMap

334   int ByteMap(int c) {
337 return prog_->bytemap()[c];
992 State* ns = state->next_[ByteMap(c)];
1069 state->next_[ByteMap(c)] = ns;
1274 // 'a', 'b' to 'c', and 'c' to 0xFF. The bytemap slows us a little bit
1330 const uint8* bytemap = prog_->bytemap();
1374 // s->next_[bytemap[c]] simultaneously.
1388 // Okay to use bytemap[] not ByteMap() here, because
1392 State* ns = s->next_[bytemap[c]];
1481 State* ns = s->next_[ByteMap(lastbyte)];