Home | History | Annotate | Download | only in src

Lines Matching refs:Grow

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