Home
last modified time | relevance | path

Searched refs:bytemap_ (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Donepass.cc251 uint8_t* bytemap = bytemap_; in SearchOnePass()
478 int b = bytemap_[c]; in IsOnePass()
480 while (c < 256-1 && bytemap_[c+1] == b) in IsOnePass()
499 int b = bytemap_[c]; in IsOnePass()
501 while (c < 256-1 && bytemap_[c+1] == b) in IsOnePass()
Dprog.h217 const uint8_t* bytemap() { return bytemap_; } in bytemap()
425 uint8_t bytemap_[256]; // map from input bytes to byte classes variable
Dprog.cc185 int b = bytemap_[c]; in DumpByteMap()
187 while (c < 256-1 && bytemap_[c+1] == b) in DumpByteMap()
510 builder.Build(bytemap_, &bytemap_range_); in ComputeByteMap()
515 bytemap_[i] = static_cast<uint8_t>(i); in ComputeByteMap()