Home
last modified time | relevance | path

Searched refs:suffix_regexp_ (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc187 suffix_regexp_ = NULL; in Init()
214 suffix_regexp_ = suffix; in Init()
216 suffix_regexp_ = entire_regexp_->Incref(); in Init()
221 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
233 num_captures_ = suffix_regexp_->NumCaptures(); in Init()
247 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()
262 if (suffix_regexp_) in ~RE2()
263 suffix_regexp_->Decref(); in ~RE2()
350 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()
351 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()
[all …]
Dre2.h752 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix_ removed variable