Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dre2.cc181 entire_regexp_ = NULL; in Init()
197 entire_regexp_ = Regexp::Parse( in Init()
201 if (entire_regexp_ == NULL) { in Init()
213 if (entire_regexp_->RequiredPrefix(&prefix_, &prefix_foldcase_, &suffix)) in Init()
216 suffix_regexp_ = entire_regexp_->Incref(); in Init()
264 if (entire_regexp_) in ~RE2()
265 entire_regexp_->Decref(); in ~RE2()
Dre2.h314 re2::Regexp* Regexp() const { return entire_regexp_; } in Regexp()
746 re2::Regexp* entire_regexp_; // parsed regular expression variable