Searched defs:_do_copy (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp95 _do_copy(sb->data(), mStorage, mCount);
118 _do_copy(where, vector.arrayImpl(), vector.size());
191 _do_copy(item, prototype, 1);
255 _do_copy(array, mStorage, size());
300 _do_copy(array, mStorage, where);
305 _do_copy(dest, from, mCount-where);
352 _do_copy(array, mStorage, where);
357 _do_copy(dest, from, mCount-(where+amount));
396 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const function in class:VectorImpl

Completed in 5622 milliseconds