HomeSort by relevance Sort by last modified time
    Searched refs:GrowLength (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
DynamicBuffer.h 10 void GrowLength(size_t size)
42 GrowLength(capacity - this->_capacity);
MyString.h 149 GrowLength(size);
184 void GrowLength(int n)
285 GrowLength(1);
293 GrowLength(len);
300 GrowLength(s._length);

Completed in 411 milliseconds