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

  /external/skia/include/private/
SkTHash.h 49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); }
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
324 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
  /external/skqp/include/private/
SkTHash.h 49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); }
257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }
324 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); }

Completed in 230 milliseconds