Searched refs:CopyElements (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/rtc_base/ |
D | bounded_inline_vector_impl.h | 61 void CopyElements(const T* src_data, int src_size, T* dst_data, int* dst_size) { in CopyElements() function 134 CopyElements(other.data, other.size, data, &size); in Storage() 144 CopyElements(other.data, other.size, data, &size);
|
D | bounded_inline_vector.h | 71 bounded_inline_vector_impl::CopyElements(other.data(), other.size(), in BoundedInlineVector() 91 bounded_inline_vector_impl::CopyElements(other.data(), other.size(),
|