VectorImpl.cpp | 95 _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
|