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

/external/skia/include/private/
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), fCapacity(0) {} function in class:SkTHashTable
31 this->~SkTHashTable();
32 new (this) SkTHashTable;
219 // Maps K->V. A more user-friendly wrapper around SkTHashTable, suitable for most use cases.
279 SkTHashTable<Pair, K> fTable;
324 SkTHashTable<T, T, Traits> fTable;
/external/skqp/include/private/
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), fCapacity(0) {} function in class:SkTHashTable
31 this->~SkTHashTable();
32 new (this) SkTHashTable;
219 // Maps K->V. A more user-friendly wrapper around SkTHashTable, suitable for most use cases.
279 SkTHashTable<Pair, K> fTable;
324 SkTHashTable<T, T, Traits> fTable;

Completed in 296 milliseconds