Flutter Engine
The Flutter Engine
|
import"dart.idl";
Public Member Functions | |
Node | cloneNode ([Default=Undefined] optional boolean deep) |
char | id () const |
int | indexInSort () const |
bool | visited () const |
void | validate (skiatest::Reporter *reporter) const |
int | numDependents () const |
Node * | dependent (int index) const |
Public Member Functions inherited from SkRefCntBase | |
SkRefCntBase () | |
virtual | ~SkRefCntBase () |
bool | unique () const |
void | ref () const |
void | unref () const |
Static Public Member Functions | |
static bool | CompareIndicesGT (Node *const &a, Node *const &b) |
Public Attributes | |
readonly attribute Element | nextElementSibling |
readonly attribute Element | previousElementSibling |
Friends | |
class | Graph |
Node Node::cloneNode | ( | [Default=Undefined] optional boolean | deep | ) |
Definition at line 58 of file IncrTopoSortTest.cpp.
Definition at line 63 of file IncrTopoSortTest.cpp.
|
inline |
Definition at line 25 of file IncrTopoSortTest.cpp.
|
inline |
Definition at line 26 of file IncrTopoSortTest.cpp.
|
inline |
Definition at line 62 of file IncrTopoSortTest.cpp.
|
inline |
Definition at line 48 of file IncrTopoSortTest.cpp.
|
inline |
Definition at line 27 of file IncrTopoSortTest.cpp.
|
friend |
Definition at line 69 of file IncrTopoSortTest.cpp.