Home
last modified time | relevance | path

Searched refs:editArrayImpl (Results 1 – 4 of 4) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp85 void* VectorImpl::editArrayImpl() in editArrayImpl() function in android::VectorImpl
187 array = editArrayImpl(); in sort()
311 void* buffer = editArrayImpl(); in editItemLocation()
441 void* array = editArrayImpl(); in _grow()
508 void* array = editArrayImpl(); in _shrink()
/system/core/libutils/include/utils/
DVectorImpl.h60 void* editArrayImpl();
DSortedVector.h197 return static_cast<TYPE *>(editArrayImpl()); in editArray()
DVector.h284 return static_cast<TYPE *>(editArrayImpl()); in editArray()