#include <regexp.h>
Definition at line 1208 of file regexp.h.
◆ DeferredAction()
Definition at line 1210 of file regexp.h.
ActionNode::ActionType action_type()
◆ action_type()
Definition at line 1215 of file regexp.h.
1215{ return action_type_; }
◆ Mentions()
bool dart::Trace::DeferredAction::Mentions |
( |
intptr_t |
reg | ) |
|
Definition at line 461 of file regexp.cc.
461 {
463 Interval range =
static_cast<DeferredClearCaptures*
>(
this)->range();
464 return range.Contains(that);
465 } else {
466 return reg() == that;
467 }
468}
◆ next()
◆ reg()
intptr_t dart::Trace::DeferredAction::reg |
( |
| ) |
|
|
inline |
◆ Trace
The documentation for this class was generated from the following files:
- third_party/dart-lang/sdk/runtime/vm/regexp.h
- third_party/dart-lang/sdk/runtime/vm/regexp.cc