#include <regexp.h>
Definition at line 145 of file regexp.h.
◆ Key
◆ Value
◆ Compare()
static int dart::ChoiceTable::Config::Compare |
( |
int32_t |
a, |
|
|
int32_t |
b |
|
) |
| |
|
inlinestatic |
Definition at line 151 of file regexp.h.
151 {
153 return 0;
155 return -1;
156 else
157 return 1;
158 }
◆ NoValue()
static const Entry dart::ChoiceTable::Config::NoValue |
( |
| ) |
|
|
inlinestatic |
◆ kNoKey
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