| /external/rust/crates/rayon/src/iter/ | 
| D | take.rs | 12 pub struct Take<I> {  struct17 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/ | 
| D | take.rs | 10 pub struct Take<T> {  struct15 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/ | 
| D | take.rs | 21 impl<St: Stream> Take<St> {  implementation29 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/ | 
| D | take.rs | 19 impl<St> fmt::Debug for Take<St>  implementation30 impl<St> Take<St> {  impl
 36 impl<St> Stream for Take<St>  implementation
 
 | 
| /external/rust/crates/futures-util/src/io/ | 
| D | take.rs | 19 impl<R: AsyncRead> Take<R> {  implementation84 impl<R: AsyncRead> AsyncRead for Take<R> {  implementation
 103 impl<R: AsyncBufRead> AsyncBufRead for Take<R> {  implementation
 
 | 
| /external/rust/crates/tokio/src/io/util/ | 
| D | take.rs | 28 impl<R: AsyncRead> Take<R> {  impl77 impl<R: AsyncRead> AsyncRead for Take<R> {  implementation
 106 impl<R: AsyncBufRead> AsyncBufRead for Take<R> {  implementation
 
 | 
| /external/cronet/base/test/ | 
| D | repeating_test_future.h | 166   auto Take() {  in Take()  function179   TupleType Take() {  in Take()  function
 
 | 
| D | test_future.h | 233   [[nodiscard]] auto Take() {  in Take()  function253   [[nodiscard]] TupleType Take() {  in Take()  function
 
 | 
| /external/cronet/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/base/memory/ | 
| D | platform_shared_memory_region_posix.cc | 70 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take(  in Take()  function in base::subtle::PlatformSharedMemoryRegion109 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take(  in Take()  function in base::subtle::PlatformSharedMemoryRegion
 
 | 
| D | platform_shared_memory_region_fuchsia.cc | 24 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take(  in Take()  function in base::subtle::PlatformSharedMemoryRegion
 | 
| D | platform_shared_memory_region_android.cc | 40 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take(  in Take()  function in base::subtle::PlatformSharedMemoryRegion
 | 
| /external/cronet/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()  function206   void Take(InlinedStructPtr* other) {  in Take()  function
 
 | 
| D | array_data_view.h | 102   U Take(size_t index) {  in Take()  function125   T Take(size_t index) {  in Take()  function
 
 | 
| D | interface_ptr_set.h | 108     Ptr<Interface> Take() { return std::move(ptr_); }  in Take()  function
 | 
| /external/cronet/base/task/thread_pool/ | 
| D | worker_thread_set.cc | 33 WorkerThread* WorkerThreadSet::Take() {  in Take()  function in base::internal::WorkerThreadSet
 | 
| /external/libchrome/base/files/ | 
| D | scoped_temp_dir.cc | 77 FilePath ScopedTempDir::Take() {  in Take()  function in base::ScopedTempDir
 | 
| /external/cronet/base/files/ | 
| D | scoped_temp_dir.cc | 87 FilePath ScopedTempDir::Take() {  in Take()  function in base::ScopedTempDir
 | 
| /external/cronet/base/win/ | 
| D | scoped_process_information.cc | 84 PROCESS_INFORMATION ScopedProcessInformation::Take() {  in Take()  function in base::win::ScopedProcessInformation
 | 
| /external/libchrome/base/android/ | 
| D | scoped_hardware_buffer_handle.cc | 53 AHardwareBuffer* ScopedHardwareBufferHandle::Take() {  in Take()  function in base::android::ScopedHardwareBufferHandle
 | 
| /external/cronet/base/android/ | 
| D | scoped_hardware_buffer_handle.cc | 60 AHardwareBuffer* ScopedHardwareBufferHandle::Take() {  in Take()  function in base::android::ScopedHardwareBufferHandle
 | 
| /external/libchrome/base/ | 
| D | bind_internal.h | 156   T Take() const {  in Take()  function
 | 
| /external/webrtc/stats/ | 
| D | rtc_stats_report_unittest.cc | 111 TEST(RTCStatsReport, Take) {  in TEST()  argument
 |