Searched defs:approxBytesUsed (Results 1 – 5 of 5) sorted by relevance
75 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function501 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function614 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
711 const approxBytesUsed = pic.approximateBytesUsed(); // $ExpectType number constant
33 const approxBytesUsed = pic.approximateBytesUsed(); constant