Home
last modified time | relevance | path

Searched defs:Take (Results 1 – 25 of 38) sorted by relevance

12

/external/rust/crates/rayon/src/iter/
Dtake.rs12 pub struct Take<I> { struct
17 impl<I> Take<I> impl
28 impl<I> ParallelIterator for Take<I> implementation
46 impl<I> IndexedParallelIterator for Take<I> implementation
/external/rust/crates/bytes/src/buf/
Dtake.rs10 pub struct Take<T> { struct
15 pub fn new<T>(inner: T, limit: usize) -> Take<T> { in new() argument
19 impl<T> Take<T> { impl
132 impl<T: Buf> Buf for Take<T> { implementation
/external/rust/crates/futures-util/src/stream/stream/
Dtake.rs21 impl<St: Stream> Take<St> { implementation
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/crates/tokio-stream/src/stream_ext/
Dtake.rs19 impl<St> fmt::Debug for Take<St> implementation
30 impl<St> Take<St> { implementation
36 impl<St> Stream for Take<St> implementation
/external/rust/crates/futures-util/src/io/
Dtake.rs19 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/crates/tokio/src/io/util/
Dtake.rs28 impl<R: AsyncRead> Take<R> { impl
77 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
106 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
/external/cronet/base/test/
Drepeating_test_future.h166 auto Take() { in Take() function
179 TupleType Take() { in Take() function
Dtest_future.h233 [[nodiscard]] auto Take() { in Take() function
253 [[nodiscard]] TupleType Take() { in Take() function
/external/cronet/ipc/
Dhandle_attachment_fuchsia.h27 zx_handle_t Take() { return handle_.release(); } in Take() function
Dhandle_attachment_win.h36 HANDLE Take() { return handle_.Take(); } in Take() function
/external/cronet/base/memory/
Dplatform_shared_memory_region_posix.cc70 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
109 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
Dplatform_shared_memory_region_fuchsia.cc24 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
Dplatform_shared_memory_region_android.cc40 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
/external/cronet/base/
Dsync_socket.cc19 SyncSocket::ScopedHandle SyncSocket::Take() { in Take() function in base::SyncSocket
/external/libchrome/mojo/public/cpp/bindings/
Dstruct_ptr.h107 void Take(StructPtr* other) { in Take() function
206 void Take(InlinedStructPtr* other) { in Take() function
Darray_data_view.h102 U Take(size_t index) { in Take() function
125 T Take(size_t index) { in Take() function
Dinterface_ptr_set.h108 Ptr<Interface> Take() { return std::move(ptr_); } in Take() function
/external/cronet/base/task/thread_pool/
Dworker_thread_set.cc33 WorkerThread* WorkerThreadSet::Take() { in Take() function in base::internal::WorkerThreadSet
/external/libchrome/base/files/
Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/cronet/base/files/
Dscoped_temp_dir.cc87 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/cronet/base/win/
Dscoped_process_information.cc84 PROCESS_INFORMATION ScopedProcessInformation::Take() { in Take() function in base::win::ScopedProcessInformation
/external/libchrome/base/android/
Dscoped_hardware_buffer_handle.cc53 AHardwareBuffer* ScopedHardwareBufferHandle::Take() { in Take() function in base::android::ScopedHardwareBufferHandle
/external/cronet/base/android/
Dscoped_hardware_buffer_handle.cc60 AHardwareBuffer* ScopedHardwareBufferHandle::Take() { in Take() function in base::android::ScopedHardwareBufferHandle
/external/libchrome/base/
Dbind_internal.h156 T Take() const { in Take() function
/external/webrtc/stats/
Drtc_stats_report_unittest.cc111 TEST(RTCStatsReport, Take) { in TEST() argument

12