Searched refs:ElementsUntilExpand (Results 1 – 3 of 3) sorted by relevance
44 size_t elements_until_expand = dedupe_set_.ElementsUntilExpand(); in Dedupe()52 elements_until_expand = dedupe_set_.ElementsUntilExpand(); in Dedupe()98 DCHECK_EQ(elements_until_expand, dedupe_set_.ElementsUntilExpand()) << "Unexpected resizing!"; in Dedupe()
345 CHECK_GE(hash_set.ElementsUntilExpand(), size); in TEST_F()356 CHECK_GE(hash_set.ElementsUntilExpand(), size); in TEST_F()
667 size_t ElementsUntilExpand() const { in ElementsUntilExpand() function