Searched defs:approxBytesUsed (Results 1 – 3 of 3) sorted by relevance
36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
71 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function455 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function546 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function