Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/util/
Dpcre.cc112 re_full_ = NULL; in Init()
122 re_full_ = Compile(ANCHOR_BOTH); in Init()
150 if (re_full_ != NULL) pcre_free(re_full_); in ~PCRE()
517 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; in TryMatch()
Dpcre.h497 pcre* re_full_; // For full matches variable