Home
last modified time | relevance | path

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

/aosp_15_r20/external/regex-re2/re2/
H A Dre2.cc178 suffix_regexp_ = NULL; in Init()
205 suffix_regexp_ = suffix; in Init()
207 suffix_regexp_ = entire_regexp_->Incref(); in Init()
212 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
224 num_captures_ = suffix_regexp_->NumCaptures(); in Init()
238 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()
250 if (suffix_regexp_) in ~RE2()
251 suffix_regexp_->Decref(); in ~RE2()
312 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()
313 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()
[all …]
H A Dre2.h745 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix removed variable
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc189 suffix_regexp_ = NULL; in Init()
216 suffix_regexp_ = suffix; in Init()
218 suffix_regexp_ = entire_regexp_->Incref(); in Init()
223 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
235 num_captures_ = suffix_regexp_->NumCaptures(); in Init()
249 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()
264 if (suffix_regexp_) in ~RE2()
265 suffix_regexp_->Decref(); in ~RE2()
352 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()
353 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()
[all …]
Dre2.h764 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix_ removed variable
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dre2.cc209 suffix_regexp_ = NULL; in Init()
245 suffix_regexp_ = suffix; in Init()
248 suffix_regexp_ = entire_regexp_->Incref(); in Init()
254 prog_ = suffix_regexp_->CompileToProg(options_.max_mem()*2/3); in Init()
266 num_captures_ = suffix_regexp_->NumCaptures(); in Init()
280 re->suffix_regexp_->CompileToReverseProg(re->options_.max_mem() / 3); in ReverseProg()
306 if (suffix_regexp_) in ~RE2()
307 suffix_regexp_->Decref(); in ~RE2()
387 if (re->suffix_regexp_ != NULL) in NamedCapturingGroups()
388 re->named_groups_ = re->suffix_regexp_->NamedCaptures(); in NamedCapturingGroups()
[all …]
H A Dre2.h785 re2::Regexp* suffix_regexp_; // parsed regular expression, prefix_ removed variable