Home
last modified time | relevance | path

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

/frameworks/base/libs/utils/
DVectorImpl.cpp139 _do_construct(where, numItems); in insertAt()
176 _do_construct(temp, 1); in sort()
246 _do_construct(item, 1); in replaceAt()
439 void VectorImpl::_do_construct(void* storage, size_t num) const in _do_construct() function in android::VectorImpl
/frameworks/base/include/utils/
DVectorImpl.h120 inline void _do_construct(void* storage, size_t num) const;