/external/rust/crates/rayon/src/iter/ |
D | take.rs | 12 pub struct Take<I> { struct 17 impl<I> Take<I> argument 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> { 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/crates/futures-util/src/stream/stream/ |
D | take.rs | 21 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/ |
D | take.rs | 19 impl<St> fmt::Debug for Take<St> implementation 30 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> { implementation 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/ |
D | take.rs | 28 impl<R: AsyncRead> Take<R> { implementation 77 impl<R: AsyncRead> AsyncRead for Take<R> { implementation 102 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
|
/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
|
D | interface_ptr_set.h | 108 Ptr<Interface> Take() { return std::move(ptr_); } in Take() function
|
/external/libchrome/base/files/ |
D | scoped_temp_dir.cc | 77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
|
/external/libchrome/base/android/ |
D | scoped_hardware_buffer_handle.cc | 53 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.cc | 92 std::unique_ptr<const RTCStats> RTCStatsReport::Take(const std::string& id) { in Take() function in webrtc::RTCStatsReport
|
D | rtc_stats_report_unittest.cc | 107 TEST(RTCStatsReport, Take) { in TEST() argument
|
/external/libchrome/base/memory/ |
D | platform_shared_memory_region_android.cc | 34 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
|
D | platform_shared_memory_region_posix.cc | 71 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
|
/external/rust/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 801 pub struct Take<I> { struct 807 impl<I> FallibleStreamingIterator for Take<I> implementation
|
/external/rust/crates/combine/src/parser/ |
D | range.rs | 260 pub struct Take<Input>(usize, PhantomData<fn(Input)>); struct 261 impl<Input> Parser<Input> for Take<Input> implementation
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
D | EnumerableExtensions.cs | 248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { in Take() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
|