Searched refs:regexp_ (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/testing/ |
D | tester.cc | 191 regexp_(NULL), in TestInstance() 203 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance() 204 if (regexp_ == NULL) { in TestInstance() 210 num_captures_ = regexp_->NumCaptures(); in TestInstance() 211 prog_ = regexp_->CompileToProg(0); in TestInstance() 229 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance() 275 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance() 293 if (regexp_) in ~TestInstance() 294 regexp_->Decref(); in ~TestInstance() 309 if (regexp_ == NULL) { in RunSearch() [all …]
|
D | tester.h | 80 Regexp* regexp_; // parsed regexp variable
|
/aosp_15_r20/external/cronet/third_party/re2/src/re2/testing/ |
H A D | tester.cc | 192 regexp_(NULL), in TestInstance() 204 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance() 205 if (regexp_ == NULL) { in TestInstance() 211 num_captures_ = regexp_->NumCaptures(); in TestInstance() 212 prog_ = regexp_->CompileToProg(0); in TestInstance() 230 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance() 276 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance() 294 if (regexp_) in ~TestInstance() 295 regexp_->Decref(); in ~TestInstance() 308 if (regexp_ == NULL) { in RunSearch() [all …]
|
H A D | tester.h | 78 Regexp* regexp_; // parsed regexp variable
|
/aosp_15_r20/external/regex-re2/re2/testing/ |
H A D | tester.cc | 174 regexp_(NULL), in TestInstance() 186 regexp_ = Regexp::Parse(regexp_str, flags, &status); in TestInstance() 187 if (regexp_ == NULL) { in TestInstance() 193 num_captures_ = regexp_->NumCaptures(); in TestInstance() 194 prog_ = regexp_->CompileToProg(0); in TestInstance() 212 rprog_ = regexp_->CompileToReverseProg(0); in TestInstance() 258 if ((Engines() & (1<<kEnginePCRE)) && regexp_->MimicsPCRE() && in TestInstance() 276 if (regexp_) in ~TestInstance() 277 regexp_->Decref(); in ~TestInstance() 295 if (regexp_ == NULL) { in RunSearch() [all …]
|
H A D | tester.h | 80 Regexp* regexp_; // parsed regexp variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | dns-proto.cc | 601 int len = (4 + 1 + flags_.size() + 1 + service_.size() + 1 + regexp_.size() + encname.size()); in data() 609 data.push_back(regexp_.size()); in data() 610 data.insert(data.end(), regexp_.begin(), regexp_.end()); in data()
|
D | dns-proto.h | 176 flags_(flags), service_(service), regexp_(regexp), replacement_(replacement) {} in DNSNaptrRR() 182 std::string regexp_; member
|
/aosp_15_r20/external/cronet/third_party/re2/src/ |
H A D | ucs2.diff | 372 regexp_ = Regexp::Parse(regexp_str, flags, &status); 373 if (regexp_ == NULL) { 384 prog_ = regexp_->CompileToProg(0); 563 - if (regexp_ == NULL || !IsBMP(context)) // okay to skip in UCS-2 mode 564 + if (regexp_ == NULL)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/ |
D | ucs2.diff | 372 regexp_ = Regexp::Parse(regexp_str, flags, &status); 373 if (regexp_ == NULL) { 384 prog_ = regexp_->CompileToProg(0); 563 - if (regexp_ == NULL || !IsBMP(context)) // okay to skip in UCS-2 mode 564 + if (regexp_ == NULL)
|
/aosp_15_r20/external/regex-re2/ |
H A D | ucs2.diff | 372 regexp_ = Regexp::Parse(regexp_str, flags, &status); 373 if (regexp_ == NULL) { 384 prog_ = regexp_->CompileToProg(0); 563 - if (regexp_ == NULL || !IsBMP(context)) // okay to skip in UCS-2 mode 564 + if (regexp_ == NULL)
|