Home | History | Annotate | Download | only in url

Lines Matching refs:Grow

99     // Grow the buffer to hold at least one more item. Hopefully we won't have
101 if (!Grow(1))
112 if (!Grow(cur_len_ + str_len - buffer_len_))
123 bool Grow(int min_additional) {