Searched refs:_do_copy (Results 1 – 4 of 4) sorted by relevance
/system/core/libutils/ |
D | VectorImpl.cpp | 92 _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() 266 _do_copy(item, prototype, 1); in replaceAt() 337 _do_copy(array, mStorage, size()); in setCapacity() 397 _do_copy(array, mStorage, where); in _grow() 402 _do_copy(dest, from, mCount-where); in _grow() 455 _do_copy(array, mStorage, where); in _shrink() [all …]
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
D | VectorImpl.cpp | 95 _do_copy(sb->data(), mStorage, mCount); in editArrayImpl() 118 _do_copy(where, vector.arrayImpl(), vector.size()); in insertVectorAt() 191 _do_copy(item, prototype, 1); in replaceAt() 255 _do_copy(array, mStorage, size()); in setCapacity() 300 _do_copy(array, mStorage, where); in _grow() 305 _do_copy(dest, from, mCount-where); in _grow() 352 _do_copy(array, mStorage, where); in _shrink() 357 _do_copy(dest, from, mCount-(where+amount)); in _shrink() 396 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const in _do_copy() function in android::tinyutils::VectorImpl
|
D | VectorImpl.h | 118 inline void _do_copy(void* dest, const void* from, size_t num) const;
|
/system/core/include/utils/ |
D | VectorImpl.h | 115 inline void _do_copy(void* dest, const void* from, size_t num) const;
|