Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DVectorImpl.cpp92 _do_copy(sb->data(), mStorage, mCount); in editArrayImpl()
125 _do_copy(where, array, length); in insertArrayAt()
192 _do_copy(temp, item, 1); in sort()
198 _do_copy(next, curr, 1); in sort()
205 _do_copy(next, temp, 1); in sort()
262 _do_copy(item, prototype, 1); in replaceAt()
327 _do_copy(array, mStorage, size()); in setCapacity()
373 _do_copy(array, mStorage, where); in _grow()
378 _do_copy(dest, from, mCount-where); in _grow()
425 _do_copy(array, mStorage, where); in _shrink()
[all …]
/frameworks/native/include/utils/
DVectorImpl.h124 inline void _do_copy(void* dest, const void* from, size_t num) const;