Go to the source code of this file.
|
ContainedInLattice | dart::Combine (ContainedInLattice a, ContainedInLattice b) |
|
ContainedInLattice | dart::AddRange (ContainedInLattice a, const intptr_t *ranges, intptr_t ranges_size, Interval new_range) |
|
void | dart::CreateSpecializedFunction (Thread *thread, Zone *zone, const RegExp ®exp, intptr_t specialization_cid, bool sticky, const Object &owner) |
|
◆ DECLARE_VISIT [1/2]
◆ DECLARE_VISIT [2/2]
◆ FOR_EACH_NODE_TYPE
#define FOR_EACH_NODE_TYPE |
( |
|
VISIT | ) |
|
Value: VISIT(End) \
VISIT(Choice) \
VISIT(BackReference) \
VISIT(Assertion) \
VISIT(Text)
Definition at line 210 of file regexp.h.
◆ FOR_EACH_REG_EXP_TREE_TYPE
#define FOR_EACH_REG_EXP_TREE_TYPE |
( |
|
VISIT | ) |
|
Value: VISIT(Disjunction) \
VISIT(Alternative) \
VISIT(Assertion) \
VISIT(CharacterClass) \
VISIT(Atom) \
VISIT(Quantifier) \
VISIT(Capture) \
VISIT(Lookaround) \
VISIT(BackReference) \
VISIT(Text)
SK_API sk_sp< SkShader > Empty()
Definition at line 218 of file regexp.h.
◆ FORWARD_DECLARE
#define FORWARD_DECLARE |
( |
|
Name | ) |
class RegExp##Name; |