![]() |
Flutter Engine
The Flutter Engine
|
#include <regexp.h>
Public Member Functions | |
CharacterRange () | |
CharacterRange (int32_t from, int32_t to) | |
bool | Contains (int32_t i) const |
int32_t | from () const |
void | set_from (int32_t value) |
int32_t | to () const |
void | set_to (int32_t value) |
bool | is_valid () const |
bool | IsEverything (int32_t max) const |
bool | IsSingleton () const |
Static Public Attributes | |
static constexpr intptr_t | kStartMarker = (1 << 24) |
static constexpr intptr_t | kPayloadMask = (1 << 24) - 1 |
|
inline |
|
inline |
|
static |
Definition at line 4691 of file regexp.cc.
|
static |
Definition at line 4651 of file regexp.cc.
|
static |
Definition at line 4628 of file regexp.cc.
|
static |
Definition at line 4876 of file regexp.cc.
|
inline |
|
inlinestatic |
|
inline |
|
static |
|
inline |
|
static |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 4912 of file regexp.cc.
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
|
staticconstexpr |
|
staticconstexpr |