Home
last modified time | relevance | path

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

/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> { impl
32 impl<St> Stream for Take<St> implementation
73 impl<St> FusedStream for Take<St> implementation
83 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> { impl
36 impl<St> Stream for Take<St> implementation
/external/rust/crates/futures-util/src/io/
Dtake.rs22 impl<R: AsyncRead> Take<R> { impl
87 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
/external/rust/crates/tokio/src/io/util/
Dtake.rs28 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/llvm-project/flang/runtime/
Dlock.h37 void Take() { in Take() function
/external/libchrome/mojo/public/cpp/bindings/
Darray_data_view.h102 U Take(size_t index) { in Take() function
125 T Take(size_t index) { in Take() function
Dstruct_ptr.h107 void Take(StructPtr* other) { in Take() function
206 void Take(InlinedStructPtr* other) { in Take() function
Dinterface_ptr_set.h108 Ptr<Interface> Take() { return std::move(ptr_); } in Take() function
/external/libchrome/base/files/
Dscoped_temp_dir.cc77 FilePath ScopedTempDir::Take() { in Take() function in base::ScopedTempDir
/external/llvm-project/flang/include/flang/Common/
Dreference-counted.h62 void Take() const { in Take() function
/external/libchrome/base/android/
Dscoped_hardware_buffer_handle.cc53 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.cc92 std::unique_ptr<const RTCStats> RTCStatsReport::Take(const std::string& id) { in Take() function in webrtc::RTCStatsReport
Drtc_stats_report_unittest.cc107 TEST(RTCStatsReport, Take) { in TEST() argument
/external/libchrome/base/memory/
Dplatform_shared_memory_region_android.cc34 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
Dplatform_shared_memory_region_posix.cc71 PlatformSharedMemoryRegion PlatformSharedMemoryRegion::Take( in Take() function in base::subtle::PlatformSharedMemoryRegion
/external/rust/crates/fallible-streaming-iterator/src/
Dlib.rs801 pub struct Take<I> { struct
807 impl<I> FallibleStreamingIterator for Take<I> argument
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.h132 template <typename T> T Take(PyObject *obj) { in Take() function
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs248 public static IEnumerable<TSource> Take<TSource>(IEnumerable<TSource> source, int count) { in Take() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/llvm-project/llvm/unittests/ADT/
DStringRefTest.cpp996 TEST(StringRefTest, Take) { in TEST() argument