Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dbounded_inline_vector_impl.h61 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);
Dbounded_inline_vector.h71 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/
Dgmock-more-actions.h100 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/
Dgmock.h14746 inline OutputIterator CopyElements(InputIterator first,
14855 internal::CopyElements(first, last, ::testing::get<k>(args));