| 430 | } |
| 431 | |
| 432 | void ShrinkToMaximumLoad() { |
| 433 | Resize(Size() / max_load_factor_); |
| 434 | } |
| 435 | |
| 436 | // Reserve enough room to insert until Size() == num_elements without requiring to grow the hash |
| 437 | // set. No-op if the hash set is already large enough to do this. |
nothing calls this directly
no outgoing calls
no test coverage detected