Home
last modified time | relevance | path

Searched refs:re2_ (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc182 re2_(NULL) { in TestInstance()
243 re2_ = new RE2(re, options); in TestInstance()
244 if (!re2_->error().empty()) { in TestInstance()
284 delete re2_; in ~TestInstance()
395 if (!re2_ || text.end() != context.end()) { in RunSearch()
408 result->matched = re2_->Match( in RunSearch()
Dtester.h85 RE2* re2_; // RE2 implementation variable
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
Ducs2.diff393 re2_ = new RE2(re, options);
395 delete re2_;