Searched refs:_do_copy (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 98 _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/ |
D | VectorImpl.h | 115 inline void _do_copy(void* dest, const void* from, size_t num) const;
|