Searched refs:approxBytesUsed (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/private/
H A DSkTHash.h39 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } function in class:SkTHashTable
233 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } function in class:SkTHashMap
295 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } function in class:SkTHashSet
/external/skia/tests/
H A DHashTest.cpp27 REPORTER_ASSERT(r, map.approxBytesUsed() > 0);

Completed in 223 milliseconds