Home
last modified time | relevance | path

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

/external/regex-re2/re2/testing/
Dtester.cc172 re2_(NULL) { in TestInstance()
233 re2_ = new RE2(re, options); in TestInstance()
234 if (!re2_->error().empty()) { in TestInstance()
273 delete re2_; in ~TestInstance()
380 if (!re2_ || text.end() != context.end()) { in RunSearch()
393 result->matched = re2_->Match(context, in RunSearch()
Dtester.h85 RE2* re2_; // RE2 implementation variable
/external/regex-re2/
Ducs2.diff393 re2_ = new RE2(re, options);
395 delete re2_;