#include <canonical_tables.h>
Definition at line 150 of file canonical_tables.h.
◆ Hash() [1/2]
◆ Hash() [2/2]
static uword dart::CanonicalTypeTraits::Hash |
( |
const Object & |
key | ) |
|
|
inlinestatic |
◆ IsMatch() [1/2]
◆ IsMatch() [2/2]
static bool dart::CanonicalTypeTraits::IsMatch |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 156 of file canonical_tables.h.
156 {
158 const Type& arg1 = Type::Cast(
a);
159 const Type& arg2 = Type::Cast(
b);
160 return arg1.Equals(arg2) && (arg1.Hash() == arg2.Hash());
161 }
◆ Name()
static const char * dart::CanonicalTypeTraits::Name |
( |
| ) |
|
|
inlinestatic |
◆ NewKey()
◆ ReportStats()
static bool dart::CanonicalTypeTraits::ReportStats |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: