Searched refs:CopyElements (Results 1 – 4 of 4) 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(),
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 100 inline OutputIterator CopyElements(InputIterator first, in CopyElements() function 209 internal::CopyElements(first, last, ::testing::get<k>(args)); in ACTION_TEMPLATE()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 14746 inline OutputIterator CopyElements(InputIterator first, 14855 internal::CopyElements(first, last, ::testing::get<k>(args));
|