Home | History | Annotate | Download | only in src

Lines Matching defs:Resize

48 // resize function that is called when the existing buffer is not big enough.
59 // Implemented to resize the buffer. This function should update the buffer
64 virtual void Resize(int sz) = 0;
155 Resize(new_len);
181 virtual void Resize(int sz) {