Searched defs:SkTHashTable (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkTHash.h15 // Before trying to use SkTHashTable, look below to see if SkTHashMap or SkTHashSet works for you.
25 class SkTHashTable : SkNoncopyable { class in inherits:SkNoncopyable
27 SkTHashTable() : fCount(0), fRemoved(0), fCapacity(0) {} function in class:SkTHashTable
31 this->~SkTHashTable();
32 SkNEW_PLACEMENT(this, SkTHashTable);
189 // Maps K->V. A more user-friendly wrapper around SkTHashTable, suitable for most use cases.
247 SkTHashTable<Pair, K> fTable;
289 SkTHashTable<T, T, Traits> fTable;

Completed in 43 milliseconds