Flutter Engine
The Flutter Engine
|
Additional Inherited Members | |
Public Member Functions inherited from skia_private::THashTable< SkResourceCache::Rec *, SkResourceCache::Key, HashTraits > | |
THashTable ()=default | |
THashTable (const THashTable &that) | |
THashTable (THashTable &&that) | |
~THashTable ()=default | |
THashTable & | operator= (const THashTable &that) |
THashTable & | operator= (THashTable &&that) |
void | reset () |
int | count () const |
int | capacity () const |
size_t | approxBytesUsed () const |
void | swap (THashTable &that) |
void | swap (THashTable &&that) |
SkResourceCache::Rec * * | set (SkResourceCache::Rec * val) |
SkResourceCache::Rec * * | find (const SkResourceCache::Key &key) const |
SkResourceCache::Rec * | findOrNull (const SkResourceCache::Key &key) const |
bool | removeIfExists (const SkResourceCache::Key &key) |
void | remove (const SkResourceCache::Key &key) |
void | resize (int capacity) |
void | foreach (Fn &&fn) |
void | foreach (Fn &&fn) const |
Definition at line 86 of file SkResourceCache.cpp.