Home
last modified time | relevance | path

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

/aosp12/system/core/libutils/
H A 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()
/aosp12/system/core/libutils/include/utils/
H A DVectorImpl.h60 void* editArrayImpl();
H A DSortedVector.h197 return static_cast<TYPE *>(editArrayImpl()); in editArray()
H A DVector.h282 return static_cast<TYPE *>(editArrayImpl()); in editArray()