Home
last modified time | relevance | path

Searched refs:_grow (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp128 void* where = _grow(index, length); in insertArrayAt()
149 void* where = _grow(index, numItems); in insertAt()
377 void* VectorImpl::_grow(size_t where, size_t amount) in _grow() function in android::VectorImpl
/system/core/libutils/include/utils/
DVectorImpl.h110 void* _grow(size_t where, size_t amount);