Flutter Engine
The Flutter Engine
|
#include <canonical_tables.h>
Public Member Functions | |
CanonicalInstanceKey (const Instance &key) | |
bool | Matches (const Instance &obj) const |
uword | Hash () const |
Public Attributes | |
const Instance & | key_ |
Definition at line 391 of file canonical_tables.h.
|
explicit |
Definition at line 80 of file canonical_tables.cc.
uword dart::CanonicalInstanceKey::Hash | ( | ) | const |
Definition at line 93 of file canonical_tables.cc.
bool dart::CanonicalInstanceKey::Matches | ( | const Instance & | obj | ) | const |
Definition at line 84 of file canonical_tables.cc.
const Instance& dart::CanonicalInstanceKey::key_ |
Definition at line 396 of file canonical_tables.h.