Useful when the class's entry count is known in advance: avoids reallocation during growth, and an accurate count also avoids resizing during Compact.
| 703 | // Useful when the class's entry count is known in advance: avoids reallocation |
| 704 | // during growth, and an accurate count also avoids resizing during Compact. |
| 705 | void ParamEntry::ReserveEntries(int count) {} |
| 706 | |
| 707 | bool ParamEntry::HasChecksum() const |
| 708 | { |
no test coverage detected