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

/system/core/libutils/
H A DVectorImpl.cpp87 void* VectorImpl::editArrayImpl() function in class:android::VectorImpl
189 array = editArrayImpl();
313 void* buffer = editArrayImpl();
442 void* array = editArrayImpl();
509 void* array = editArrayImpl();
/system/core/include/utils/
H A DVectorImpl.h60 void* editArrayImpl();
H A DSortedVector.h183 return static_cast<TYPE *>(editArrayImpl());
H A DVector.h274 return static_cast<TYPE *>(editArrayImpl());

Completed in 278 milliseconds