HomeSort by relevance Sort by last modified time
    Searched refs:approxBytesUsed (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
SkTHash.h 39 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); }
206 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
269 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
  /external/skia/tests/
HashTest.cpp 26 REPORTER_ASSERT(r, map.approxBytesUsed() > 0);

Completed in 433 milliseconds