/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | take.rs | 19 pub struct Take<I> { struct 24 impl<I> Take<I> { argument 31 impl<I> Iterator for Take<I> implementation 133 unsafe impl<I> SourceIter for Take<I> implementation 147 unsafe impl<I: InPlaceIterable> InPlaceIterable for Take<I> { implementation 153 impl<I> DoubleEndedIterator for Take<I> implementation 243 impl<I> ExactSizeIterator for Take<I> where I: ExactSizeIterator {} implementation 246 impl<I> FusedIterator for Take<I> where I: FusedIterator {} implementation 249 unsafe impl<I: TrustedFused> TrustedFused for Take<I> {} implementation 252 unsafe impl<I: TrustedLen> TrustedLen for Take<I> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | take.rs | 19 pub struct Take<I> { struct 24 impl<I> Take<I> { argument 31 impl<I> Iterator for Take<I> implementation 133 unsafe impl<I> SourceIter for Take<I> implementation 147 unsafe impl<I: InPlaceIterable> InPlaceIterable for Take<I> { implementation 153 impl<I> DoubleEndedIterator for Take<I> implementation 243 impl<I> ExactSizeIterator for Take<I> where I: ExactSizeIterator {} implementation 246 impl<I> FusedIterator for Take<I> where I: FusedIterator {} implementation 249 unsafe impl<I: TrustedFused> TrustedFused for Take<I> {} implementation 252 unsafe impl<I: TrustedLen> TrustedLen for Take<I> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | take.rs | 19 pub struct Take<I> { struct 24 impl<I> Take<I> { impl 31 impl<I> Iterator for Take<I> implementation 133 unsafe impl<I> SourceIter for Take<I> implementation 147 unsafe impl<I: InPlaceIterable> InPlaceIterable for Take<I> { implementation 153 impl<I> DoubleEndedIterator for Take<I> implementation 243 impl<I> ExactSizeIterator for Take<I> where I: ExactSizeIterator {} implementation 246 impl<I> FusedIterator for Take<I> where I: FusedIterator {} implementation 249 unsafe impl<I: TrustedFused> TrustedFused for Take<I> {} implementation 252 unsafe impl<I: TrustedLen> TrustedLen for Take<I> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | take.rs | 19 pub struct Take<I> { struct 24 impl<I> Take<I> { impl 31 impl<I> Iterator for Take<I> implementation 133 unsafe impl<I> SourceIter for Take<I> implementation 147 unsafe impl<I: InPlaceIterable> InPlaceIterable for Take<I> { implementation 153 impl<I> DoubleEndedIterator for Take<I> implementation 243 impl<I> ExactSizeIterator for Take<I> where I: ExactSizeIterator {} implementation 246 impl<I> FusedIterator for Take<I> where I: FusedIterator {} implementation 249 unsafe impl<I: TrustedFused> TrustedFused for Take<I> {} implementation 252 unsafe impl<I: TrustedLen> TrustedLen for Take<I> {} implementation [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | take.rs | 19 pub struct Take<I> { struct 24 impl<I> Take<I> { implementation 31 impl<I> Iterator for Take<I> implementation 133 unsafe impl<I> SourceIter for Take<I> implementation 147 unsafe impl<I: InPlaceIterable> InPlaceIterable for Take<I> { implementation 153 impl<I> DoubleEndedIterator for Take<I> implementation 243 impl<I> ExactSizeIterator for Take<I> where I: ExactSizeIterator {} implementation 246 impl<I> FusedIterator for Take<I> where I: FusedIterator {} implementation 249 unsafe impl<I: TrustedFused> TrustedFused for Take<I> {} implementation 252 unsafe impl<I: TrustedLen> TrustedLen for Take<I> {} implementation [all …]
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/ |
H A 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> { impl 132 impl<T: Buf> Buf for Take<T> { implementation
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/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
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | repeating_test_future.h | 115 auto Take() { in Take() function 128 TupleType Take() { in Take() function 205 void Take() { implementation_.Take(); } in Take() function
|
H A D | test_future.h | 433 [[nodiscard]] auto Take() { in Take() function 453 [[nodiscard]] TupleType Take() { in Take() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 2763 pub struct Take<T> { struct 2768 impl<T> Take<T> { implementation 2908 impl<T: Read> Read for Take<T> { implementation 2971 impl<T: BufRead> BufRead for Take<T> { implementation 2991 impl<T> SizeHint for Take<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 2755 pub struct Take<T> { struct 2760 impl<T> Take<T> { argument 2900 impl<T: Read> Read for Take<T> { implementation 2963 impl<T: BufRead> BufRead for Take<T> { implementation 2983 impl<T> SizeHint for Take<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 2755 pub struct Take<T> { struct 2760 impl<T> Take<T> { implementation 2900 impl<T: Read> Read for Take<T> { implementation 2963 impl<T: BufRead> BufRead for Take<T> { implementation 2983 impl<T> SizeHint for Take<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 2755 pub struct Take<T> { struct 2760 impl<T> Take<T> { argument 2900 impl<T: Read> Read for Take<T> { implementation 2963 impl<T: BufRead> BufRead for Take<T> { implementation 2983 impl<T> SizeHint for Take<T> { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | mod.rs | 2763 pub struct Take<T> { struct 2768 impl<T> Take<T> { impl 2908 impl<T: Read> Read for Take<T> { implementation 2971 impl<T: BufRead> BufRead for Take<T> { implementation 2991 impl<T> SizeHint for Take<T> { implementation
|
/aosp_15_r20/external/cronet/base/memory/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 801 pub struct Take<I> { struct 807 impl<I> FallibleStreamingIterator for Take<I> implementation
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | future.h | 132 std::optional<T> Take() && { in Take() function 265 std::optional<T> FutureState<T>::Take() { in Take() function
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/ |
H A D | array_data_view.h | 102 U Take(size_t index) { in Take() function 125 T Take(size_t index) { in Take() function
|
H A D | struct_ptr.h | 107 void Take(StructPtr* other) { in Take() function 206 void Take(InlinedStructPtr* other) { in Take() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/function/ |
D | lazy_prelude.hpp | 594 struct Take { struct 599 struct result<This(N,L)> 606 operator()( N n, const L& l, in operator ()() 778 typedef boost::phoenix::function<impl::Take> Take; typedef
|