Searched refs:_ResizeArray (Results 1 - 2 of 2) sorted by last modified time

/haiku/headers/os/support/
H A DList.h67 bool _ResizeArray(int32 count);
/haiku/src/kits/support/
H A DList.cpp42 _ResizeArray(fItemCount);
68 if (_ResizeArray(other.fItemCount)) {
112 result = _ResizeArray(fItemCount + 1);
130 if ((result = _ResizeArray(fItemCount + 1))) {
146 result = _ResizeArray(fItemCount + count);
168 result = _ResizeArray(fItemCount + count);
201 _ResizeArray(fItemCount);
219 _ResizeArray(fItemCount);
244 _ResizeArray(0);
475 BList::_ResizeArray(int3 function in class:BList
[all...]

Completed in 47 milliseconds