Lines Matching refs:Grow
123 // Grow the buffer to hold at least one more item. Hopefully we won't have125 if (!Grow(1))136 if (!Grow(cur_len_ + str_len - buffer_len_))147 bool Grow(int min_additional) {