Searched refs:approxBytesUsed (Results 1 – 5 of 5) sorted by relevance
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
36 size_t approxBytesUsed() const { return fMap.approxBytesUsed(); } in approxBytesUsed() function
41 return fUniquelyKeyedEntryMap.approxBytesUsed(); in approxBytesUsedForHash()
35 REPORTER_ASSERT(r, map.approxBytesUsed() > 0); in DEF_TEST()140 REPORTER_ASSERT(r, map.approxBytesUsed() >= 4 * (sizeof(int) + sizeof(std::string_view))); in DEF_TEST()170 REPORTER_ASSERT(r, map.approxBytesUsed() >= (sizeof(int) + sizeof(std::string_view))); in DEF_TEST()192 REPORTER_ASSERT(r, set.approxBytesUsed() >= 4 * sizeof(std::string_view)); in DEF_TEST()207 REPORTER_ASSERT(r, set.approxBytesUsed() >= sizeof(std::string_view)); in DEF_TEST()389 REPORTER_ASSERT(r, s.approxBytesUsed() == (sizeof(int) + sizeof(uint32_t)) * cap); in DEF_TEST()