Definition at line 1716 of file isolate.cc.
◆ Hash()
static uword dart::LibraryPrefixMapTraits::Hash |
( |
const Object & |
obj | ) |
|
|
inlinestatic |
Definition at line 1728 of file isolate.cc.
1728 {
1729 auto&
prefix = LibraryPrefix::Cast(obj);
1731 }
◆ IsMatch()
static bool dart::LibraryPrefixMapTraits::IsMatch |
( |
const Object & |
a, |
|
|
const Object & |
b |
|
) |
| |
|
inlinestatic |
Definition at line 1721 of file isolate.cc.
1721 {
1722 if (!
a.IsLibraryPrefix() || !
b.IsLibraryPrefix()) {
1723 return false;
1724 }
1725 return a.ptr() ==
b.ptr();
1726 }
◆ Name()
static const char * dart::LibraryPrefixMapTraits::Name |
( |
| ) |
|
|
inlinestatic |
Definition at line 1719 of file isolate.cc.
1719{ return "LibraryPrefixMapTraits"; }
◆ ReportStats()
static bool dart::LibraryPrefixMapTraits::ReportStats |
( |
| ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: