Home
last modified time | relevance | path

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

12345678910>>...56

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { implementation
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
44 let Take { stream, remaining } = self.project(); in poll_next() localVariable
73 impl<St> FusedStream for Take<St> implementation
83 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { implementation
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/games/genact/genact-0.10.0/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { impl
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { implementation
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { argument
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { argument
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-util/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { argument
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { argument
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/futures-util-0.3.5/src/io/
H A Dtake.rs13 pub struct Take<R> { struct
20 impl<R: AsyncRead> Take<R> { argument
85 impl<R: AsyncRead> AsyncRead for Take<R> { implementation
93 let Take { inner, limit_ } = self.project(); in poll_read() localVariable
111 impl<R: AsyncBufRead> AsyncBufRead for Take<R> { implementation
115 let Take { inner, limit_ } = self.project(); in poll_fill_buf() localVariable
130 let Take { inner, limit_ } = self.project(); in consume() localVariable
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/futures-util-0.3.8/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
71 impl<St> FusedStream for Take<St> implementation
81 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/www/castor/castor-0.8.16/cargo-crates/futures-util-0.3.6/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { argument
30 impl<St> Stream for Take<St> implementation
71 impl<St> FusedStream for Take<St> implementation
81 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-util-0.3.7/src/stream/stream/
H A Dtake.rs13 pub struct Take<St> { struct
19 impl<St: Stream> Take<St> { impl
30 impl<St> Stream for Take<St> implementation
71 impl<St> FusedStream for Take<St> implementation
81 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/tsearch/dicts/
H A Dispell_sample.affix13 flag *J:
14 [^E] > INGS # As in cross > crossings
22 flag *A:
23 [^AEIOU]Y > -Y,IES # As in imply > implies
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/stream/
H A Dtake.rs12 pub struct Take<St> { struct
17 impl<St: Unpin> Unpin for Take<St> {} argument
19 impl<St: Stream> Take<St> { impl
63 impl<St> Stream for Take<St> implementation
102 impl<St> FusedStream for Take<St> implementation
112 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dtake.rs12 pub struct Take<St> { struct
17 impl<St: Unpin> Unpin for Take<St> {} argument
19 impl<St: Stream> Take<St> { implementation
63 impl<St> Stream for Take<St> implementation
102 impl<St> FusedStream for Take<St> implementation
112 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dtake.rs12 pub struct Take<St> { struct
17 impl<St: Unpin> Unpin for Take<St> {} argument
19 impl<St: Stream> Take<St> { implementation
63 impl<St> Stream for Take<St> implementation
102 impl<St> FusedStream for Take<St> implementation
112 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/stream/
H A Dtake.rs12 pub struct Take<St> { struct
17 impl<St: Unpin> Unpin for Take<St> {} implementation
19 impl<St: Stream> Take<St> { impl
63 impl<St> Stream for Take<St> implementation
102 impl<St> FusedStream for Take<St> implementation
112 impl<S, Item> Sink<Item> for Take<S> implementation
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64StorePairSuppress.cpp12 // ===---------------------------------------------------------------------===//
14 #include "AArch64InstrInfo.h"
17 #include "llvm/CodeGen/MachineInstr.h"
19 #include "llvm/CodeGen/TargetInstrInfo.h"
64 INITIALIZE_PASS(AArch64StorePairSuppress, "aarch64-stp-suppress",
103 /// Return true if this is a floating-point store smaller than the V reg. On
114 case AArch64::STRSui: in is_terminated()

12345678910>>...56