Searched refs:InitByteRange (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prog.h | 73 void InitByteRange(int lo, int hi, int foldcase, uint32_t out);
|
D | compile.cc | 403 inst_[id].InitByteRange(lo, hi, foldcase, 0); in ByteRange() 563 inst_[byterange].InitByteRange(inst_[br].lo(), inst_[br].hi(), in AddSuffixRecursive()
|
D | prog.cc | 38 void Prog::Inst::InitByteRange(int lo, int hi, int foldcase, uint32_t out) { in InitByteRange() function in re2::Prog::Inst
|