Searched defs:approxBytesUsed (Results 1 – 2 of 2) sorted by relevance
49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function257 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function324 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
49 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function280 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function364 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function