Home
last modified time | relevance | path

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

/system/core/libutils/
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()
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/
DVectorImpl.cpp95 _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
DVectorImpl.h118 inline void _do_copy(void* dest, const void* from, size_t num) const;
/system/core/include/utils/
DVectorImpl.h115 inline void _do_copy(void* dest, const void* from, size_t num) const;