Searched refs:_do_copy (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 99 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl() 131 _do_copy(where, array, length); in insertArrayAt() 198 _do_copy(temp, item, 1); in sort() 204 _do_copy(next, curr, 1); in sort() 211 _do_copy(next, temp, 1); in sort() 272 _do_copy(item, prototype, 1); in replaceAt() 345 _do_copy(array, mStorage, size()); in setCapacity() 424 _do_copy(array, mStorage, where); in _grow() 429 _do_copy(dest, from, mCount-where); in _grow() 491 _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;
|