Searched refs:approxBytesUsed (Results 1 – 7 of 7) sorted by relevance
40 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
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
36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
38 return fUniquelyKeyedEntryMap.approxBytesUsed(); in approxBytesUsedForHash()
69 size_t approxBytesUsed() const { return fCapacity * sizeof(Slot); } in approxBytesUsed() function351 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function431 size_t approxBytesUsed() const { return fTable.approxBytesUsed(); } in approxBytesUsed() function
29 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()288 REPORTER_ASSERT(r, s.approxBytesUsed() == (sizeof(int) + sizeof(uint32_t)) * cap); in DEF_TEST()
27 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()