Definition at line 2735 of file regexp.cc.
◆ AlternativeGenerationList()
dart::AlternativeGenerationList::AlternativeGenerationList |
( |
intptr_t |
count | ) |
|
|
inlineexplicit |
Definition at line 2737 of file regexp.cc.
2739 if (
count > kAFew) {
2740 excess_alt_gens_.reset(
new AlternativeGeneration[
count - kAFew]);
2741 }
2742 }
◆ at()
Definition at line 2744 of file regexp.cc.
2744 {
2748 return &a_few_alt_gens_[
i];
2749 }
2750 return &excess_alt_gens_[
i - kAFew];
2751 }
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/regexp.cc