Searched refs:_do_copy (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 100 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl() 132 _do_copy(where, array, length); in insertArrayAt() 199 _do_copy(temp, item, 1); in sort() 205 _do_copy(next, curr, 1); in sort() 215 _do_copy(next, temp, 1); in sort() 276 _do_copy(item, prototype, 1); in replaceAt() 349 _do_copy(array, mStorage, size()); in setCapacity() 428 _do_copy(array, mStorage, where); in _grow() 433 _do_copy(dest, from, mCount-where); in _grow() 495 _do_copy(array, mStorage, where); in _shrink() [all …]
|
/system/core/include/utils/ |
D | VectorImpl.h | 115 inline void _do_copy(void* dest, const void* from, size_t num) const;
|