Home
last modified time | relevance | path

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

/system/core/libutils/
DVectorImpl.cpp98 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()
130 _do_copy(where, array, length); in insertArrayAt()
197 _do_copy(temp, item, 1); in sort()
203 _do_copy(next, curr, 1); in sort()
213 _do_copy(next, temp, 1); in sort()
274 _do_copy(item, prototype, 1); in replaceAt()
347 _do_copy(array, mStorage, size()); in setCapacity()
427 _do_copy(array, mStorage, where); in _grow()
432 _do_copy(dest, from, mCount-where); in _grow()
494 _do_copy(array, mStorage, where); in _shrink()
[all …]
/system/core/libutils/include/utils/
DVectorImpl.h115 inline void _do_copy(void* dest, const void* from, size_t num) const;