Searched refs:bytemap_ (Results 1 – 3 of 3) sorted by relevance
251 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()
219 const uint8_t* bytemap() { return bytemap_; } in bytemap()420 uint8_t bytemap_[256]; // map from input bytes to byte classes variable
178 int b = bytemap_[c]; in DumpByteMap()180 while (c < 256-1 && bytemap_[c+1] == b) in DumpByteMap()512 builder.Build(bytemap_, &bytemap_range_); in ComputeByteMap()517 bytemap_[i] = static_cast<uint8_t>(i); in ComputeByteMap()