Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprog.h73 void InitByteRange(int lo, int hi, int foldcase, uint32_t out);
Dcompile.cc403 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange()
563 inst_[byterange].InitByteRange(inst_[br].lo(), inst_[br].hi(), in AddSuffixRecursive()
Dprog.cc38 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange() function in re2::Prog::Inst