#include <canonical_tables.h>
Definition at line 309 of file canonical_tables.h.
◆ Hash() [1/2]
◆ Hash() [2/2]
static uword dart::CanonicalTypeArgumentsTraits::Hash |
( |
const Object & |
key | ) |
|
|
inlinestatic |
◆ IsMatch() [1/2]
◆ IsMatch() [2/2]
static bool dart::CanonicalTypeArgumentsTraits::IsMatch |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 315 of file canonical_tables.h.
315 {
316 ASSERT(
a.IsTypeArguments() &&
b.IsTypeArguments());
317 const TypeArguments& arg1 = TypeArguments::Cast(
a);
318 const TypeArguments& arg2 = TypeArguments::Cast(
b);
319 return arg1.Equals(arg2) && (arg1.Hash() == arg2.Hash());
320 }
◆ Name()
static const char * dart::CanonicalTypeArgumentsTraits::Name |
( |
| ) |
|
|
inlinestatic |
◆ NewKey()
◆ ReportStats()
static bool dart::CanonicalTypeArgumentsTraits::ReportStats |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: