Definition at line 3243 of file object.cc.
◆ Hash() [1/2]
◆ Hash() [2/2]
static uword dart::ClassFunctionsTraits::Hash |
( |
const Object & |
key | ) |
|
|
inlinestatic |
Definition at line 3257 of file object.cc.
3257 {
3259 }
static uword HashRawSymbol(const StringPtr symbol)
◆ IsMatch() [1/2]
static bool dart::ClassFunctionsTraits::IsMatch |
( |
const FunctionName & |
name, |
|
|
const Object & |
obj |
|
) |
| |
|
inlinestatic |
Definition at line 3254 of file object.cc.
3254 {
3255 return name.Matches(Function::Cast(obj));
3256 }
◆ IsMatch() [2/2]
static bool dart::ClassFunctionsTraits::IsMatch |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 3249 of file object.cc.
3249 {
3250 ASSERT(
a.IsFunction() &&
b.IsFunction());
3251
3252 return a.ptr() ==
b.ptr();
3253 }
◆ Name()
static const char * dart::ClassFunctionsTraits::Name |
( |
| ) |
|
|
inlinestatic |
Definition at line 3245 of file object.cc.
3245{ return "ClassFunctionsTraits"; }
◆ ReportStats()
static bool dart::ClassFunctionsTraits::ReportStats |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file:
- third_party/dart-lang/sdk/runtime/vm/object.cc