/external/rust/android-crates-io/crates/rayon/src/iter/ |
D | take.rs | 11 pub struct Take<I> { struct 16 impl<I> Take<I> argument 27 impl<I> ParallelIterator for Take<I> implementation 45 impl<I> IndexedParallelIterator for Take<I> implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/ |
D | take.rs | 10 pub struct Take<T> { struct 15 pub fn new<T>(inner: T, limit: usize) -> Take<T> { in new() argument 19 impl<T> Take<T> { implementation 132 impl<T: Buf> Buf for Take<T> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/bytes-1.8.0/src/buf/ |
D | take.rs | 10 pub struct Take<T> { struct 15 pub fn new<T>(inner: T, limit: usize) -> Take<T> { in new() argument 19 impl<T> Take<T> { implementation 132 impl<T: Buf> Buf for Take<T> { implementation
|
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | take.rs | 21 impl<St: Stream> Take<St> { impl 29 impl<St> Stream for Take<St> implementation 68 impl<St> FusedStream for Take<St> implementation 79 impl<S, Item> Sink<Item> for Take<S> implementation
|
/external/rust/android-crates-io/crates/bytes/src/buf/ |
D | take.rs | 13 pub struct Take<T> { struct 18 pub fn new<T>(inner: T, limit: usize) -> Take<T> { in new() argument 22 impl<T> Take<T> { implementation 135 impl<T: Buf> Buf for Take<T> { implementation
|
/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/ |
D | take.rs | 19 impl<St> fmt::Debug for Take<St> implementation 30 impl<St> Take<St> { implementation 36 impl<St> Stream for Take<St> implementation
|
/external/rust/android-crates-io/crates/futures-util/src/io/ |
D | take.rs | 19 impl<R: AsyncRead> Take<R> { impl 84 impl<R: AsyncRead> AsyncRead for Take<R> { implementation 103 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
|
/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | take.rs | 29 impl<R: AsyncRead> Take<R> { impl 78 impl<R: AsyncRead> AsyncRead for Take<R> { implementation 107 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
|
/external/cronet/stable/ipc/ |
D | handle_attachment_fuchsia.h | 27 zx_handle_t Take() { return handle_.release(); } in Take() function
|
D | handle_attachment_win.h | 36 HANDLE Take() { return handle_.Take(); } in Take() function
|
/external/cronet/tot/ipc/ |
D | handle_attachment_fuchsia.h | 27 zx_handle_t Take() { return handle_.release(); } in Take() function
|
D | handle_attachment_win.h | 36 HANDLE Take() { return handle_.Take(); } in Take() function
|
/external/cronet/tot/base/memory/ |
D | platform_shared_memory_region_posix.cc | 70 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion 109 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
|
/external/cronet/stable/base/memory/ |
D | platform_shared_memory_region_posix.cc | 70 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion 109 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
|
/external/federated-compute/fcp/base/ |
D | future.h | 132 std::optional<T> Take() && { in Take() function 265 std::optional<T> FutureState<T>::Take() { in Take() function
|
D | unique_value.h | 65 constexpr T Take() && { in Take() function
|
/external/cronet/stable/base/ |
D | sync_socket.cc | 19 SyncSocket::ScopedHandle SyncSocket::Take() { in Take() function in base::SyncSocket
|
/external/cronet/tot/base/ |
D | sync_socket.cc | 19 SyncSocket::ScopedHandle SyncSocket::Take() { in Take() function in base::SyncSocket
|
/external/libchrome/mojo/public/cpp/bindings/ |
D | struct_ptr.h | 107 void Take(StructPtr* other) { in Take() function 206 void Take(InlinedStructPtr* other) { in Take() function
|
D | array_data_view.h | 102 U Take(size_t index) { in Take() function 125 T Take(size_t index) { in Take() function
|
/external/libchrome/base/files/ |
D | scoped_temp_dir.cc | 77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
|
/external/cronet/tot/base/task/thread_pool/ |
D | worker_thread_set.cc | 33 WorkerThread* WorkerThreadSet::Take() { in Take() function in base::internal::WorkerThreadSet
|
/external/cronet/stable/base/task/thread_pool/ |
D | worker_thread_set.cc | 33 WorkerThread* WorkerThreadSet::Take() { in Take() function in base::internal::WorkerThreadSet
|
/external/cronet/tot/base/files/ |
D | scoped_temp_dir.cc | 87 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
|
/external/cronet/stable/base/files/ |
D | scoped_temp_dir.cc | 87 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
|