Lines Matching defs:grow
107 grow(NumBuckets);
396 /// accommodate \p NumEntries without need to grow().
536 void grow(unsigned AtLeast) { static_cast<DerivedT *>(this)->grow(AtLeast); }
566 // grow the table.
576 this->grow(NumBuckets * 2);
582 this->grow(NumBuckets);
741 /// this number of elements can be inserted in the map without grow()
813 void grow(unsigned AtLeast) {
1043 void grow(unsigned AtLeast) {
1071 // and grow() is used to remove them. Usually we always switch to the