Home
last modified time | relevance | path

Searched refs:kRegexpCapture (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/warzone2100/warzone2100/3rdparty/re2/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
728 while (re->op_ == kRegexpCapture) { in RequiredPrefixForAccel()
H A Dregexp.h134 kRegexpCapture, enumerator
340 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
341 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/devel/re2/re2-2021-11-01/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
728 while (re->op_ == kRegexpCapture) { in RequiredPrefixForAccel()
H A Dregexp.h134 kRegexpCapture, enumerator
340 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
341 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/re2/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
728 while (re->op_ == kRegexpCapture) { in RequiredPrefixForAccel()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/re2/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
728 while (re->op_ == kRegexpCapture) { in RequiredPrefixForAccel()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/re2/re2/
H A Dregexp.cc39 case kRegexpCapture: in ~Regexp()
267 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
361 case kRegexpCapture: in TopEqual()
397 case kRegexpCapture: in Equal()
433 case kRegexpCapture: in Equal()
508 if (re->op() == kRegexpCapture) in PreVisit()
542 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
586 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dsimplify.cc72 case kRegexpCapture: in ComputeSimple()
227 case kRegexpCapture: { in PostVisit()
234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit()
H A Dregexp.h126 kRegexpCapture, enumerator
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/re2/src/re2/
H A Dregexp.cc52 case kRegexpCapture: in ~Regexp()
299 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
395 case kRegexpCapture: in TopEqual()
431 case kRegexpCapture: in Equal()
467 case kRegexpCapture: in Equal()
543 if (re->op() == kRegexpCapture) in PreVisit()
582 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
630 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dregexp.h133 kRegexpCapture, enumerator
338 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
339 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.cc39 case kRegexpCapture: in ~Regexp()
267 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
361 case kRegexpCapture: in TopEqual()
397 case kRegexpCapture: in Equal()
433 case kRegexpCapture: in Equal()
508 if (re->op() == kRegexpCapture) in PreVisit()
542 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
586 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dsimplify.cc72 case kRegexpCapture: in ComputeSimple()
227 case kRegexpCapture: { in PostVisit()
234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit()
H A Dregexp.h126 kRegexpCapture, enumerator
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/re2/re2/
H A Dregexp.cc39 case kRegexpCapture: in ~Regexp()
267 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
361 case kRegexpCapture: in TopEqual()
397 case kRegexpCapture: in Equal()
433 case kRegexpCapture: in Equal()
508 if (re->op() == kRegexpCapture) in PreVisit()
542 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
586 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dsimplify.cc72 case kRegexpCapture: in ComputeSimple()
227 case kRegexpCapture: { in PostVisit()
234 Regexp* nre = new Regexp(kRegexpCapture, re->parse_flags()); in PostVisit()
H A Dregexp.h126 kRegexpCapture, enumerator
330 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
331 const string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dregexp.cc52 case kRegexpCapture: in ~Regexp()
299 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
395 case kRegexpCapture: in TopEqual()
431 case kRegexpCapture: in Equal()
467 case kRegexpCapture: in Equal()
543 if (re->op() == kRegexpCapture) in PreVisit()
582 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
630 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dregexp.h133 kRegexpCapture, enumerator
338 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
339 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/re2/src/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dregexp.h133 kRegexpCapture, enumerator
339 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
340 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/re2/vendor/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dregexp.h133 kRegexpCapture, enumerator
339 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
340 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/re2/vendor/re2/
H A Dregexp.cc53 case kRegexpCapture: in ~Regexp()
296 Regexp* re = new Regexp(kRegexpCapture, flags); in Capture()
392 case kRegexpCapture: in TopEqual()
428 case kRegexpCapture: in Equal()
464 case kRegexpCapture: in Equal()
541 if (re->op() == kRegexpCapture) in PreVisit()
580 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
628 if (re->op() == kRegexpCapture && re->name() != NULL) { in PreVisit()
H A Dregexp.h133 kRegexpCapture, enumerator
339 int cap() { DCHECK_EQ(op_, kRegexpCapture); return cap_; } in cap()
340 const std::string* name() { DCHECK_EQ(op_, kRegexpCapture); return name_; } in name()

12345