Home
last modified time | relevance | path

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

1234

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/
H A Dtake.rs19 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 Dtake.rs19 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 Dtake.rs19 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 Dtake.rs19 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 Dtake.rs19 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/
Dtake.rs12 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/
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> { 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 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
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dtake.rs21 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/
Dtake.rs19 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/
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
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dtake.rs29 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 Drepeating_test_future.h115 auto Take() { in Take() function
128 TupleType Take() { in Take() function
205 void Take() { implementation_.Take(); } in Take() function
H A Dtest_future.h433 [[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 Dmod.rs2763 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 Dmod.rs2755 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 Dmod.rs2755 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 Dmod.rs2755 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 Dmod.rs2763 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 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
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/
Dlib.rs801 pub struct Take<I> { struct
807 impl<I> FallibleStreamingIterator for Take<I> implementation
/aosp_15_r20/external/federated-compute/fcp/base/
H A Dfuture.h132 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 Darray_data_view.h102 U Take(size_t index) { in Take() function
125 T Take(size_t index) { in Take() function
H A Dstruct_ptr.h107 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/
Dlazy_prelude.hpp594 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

1234