Home
last modified time | relevance | path

Searched defs:approxBytesUsed (Results 1 – 1 of 1) sorted by relevance

/external/skia/include/private/
DSkTHash.h39 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function
206 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
269 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function