Home
last modified time | relevance | path

Searched defs:BufRead (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/devel/sccache/sccache-0.2.15/cargo-crates/async-std-1.8.0/src/io/buf_read/
H A Dmod.rs42 pub trait BufRead { trait
300 impl<T: BufRead + Unpin + ?Sized> BufRead for &mut T { impl
330 impl BufRead for &[u8] { impl
/dports/games/genact/genact-0.10.0/cargo-crates/async-std-1.6.3/src/io/buf_read/
H A Dmod.rs42 pub trait BufRead { trait
300 impl<T: BufRead + Unpin + ?Sized> BufRead for &mut T { impl
330 impl BufRead for &[u8] { impl
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/async-std-1.7.0/src/io/buf_read/
H A Dmod.rs42 pub trait BufRead { trait
300 impl<T: BufRead + Unpin + ?Sized> BufRead for &mut T { impl
330 impl BufRead for &[u8] { impl
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-std-1.10.0/src/io/buf_read/
H A Dmod.rs42 pub trait BufRead { trait
300 impl<T: BufRead + Unpin + ?Sized> BufRead for &mut T { impl
330 impl BufRead for &[u8] { impl
/dports/textproc/jql/jql-3.0.6/cargo-crates/async-std-1.10.0/src/io/buf_read/
H A Dmod.rs42 pub trait BufRead { trait
300 impl<T: BufRead + Unpin + ?Sized> BufRead for &mut T { impl
330 impl BufRead for &[u8] { impl
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Dpng.rs40 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr()
51 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr_sub()
H A Dwebp.rs40 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr()
49 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr_sub()
H A Djpeg.rs54 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr()
63 -> Result<Vec<u8>, Error> where R: BufRead { in get_exif_attr_sub()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/capnp-0.14.4/src/
H A Dio.rs38 pub trait BufRead : Read { trait
131 impl <'a> BufRead for &'a [u8] { impl
140 impl <R: ?Sized> BufRead for &mut R where R: BufRead { impl
/dports/devel/gitui/gitui-0.10.1/cargo-crates/inferno-0.10.0/src/differential/
H A Dmod.rs43 pub fn from_readers<R1, R2, W>(opt: Options, before: R1, after: R2, writer: W) -> io::Result<()> in from_readers()
46 R2: BufRead, in from_readers()
88 ) -> io::Result<usize> in parse_stack_counts()
/dports/benchmarks/inferno/inferno-0.10.9/src/differential/
H A Dmod.rs43 pub fn from_readers<R1, R2, W>(opt: Options, before: R1, after: R2, writer: W) -> io::Result<()> in from_readers()
46 R2: BufRead, in from_readers()
88 ) -> io::Result<usize> in parse_stack_counts()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/auto_enums_derive-0.5.9/src/derive/std/io/
H A Dbuf_read.rs10 trait BufRead { in derive() trait
/dports/devel/gitui/gitui-0.10.1/cargo-crates/inferno-0.10.0/src/collapse/
H A Dmod.rs60 fn collapse<R, W>(&mut self, reader: R, writer: W) -> io::Result<()> in collapse()
99 fn collapse<R, W>(&mut self, reader: R, writer: W) -> io::Result<()> in collapse()
/dports/benchmarks/inferno/inferno-0.10.9/tests/common/
H A Dcollapse.rs9 pub fn compare_results<R, E>(result: R, mut expected: E, expected_file: &str, strip_quotes: bool) in compare_results()
12 E: BufRead, in compare_results()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/kafka-0.8.0/examples/
H A Dconsole-producer.rs61 fn produce_impl(src: &mut BufRead, client: KafkaClient, cfg: &Config) -> Result<()> { in produce_impl()
98 fn produce_impl_nobatch(producer: &mut Producer, src: &mut BufRead, cfg: &Config) -> Result<()> { in produce_impl_nobatch()
119 fn produce_impl_inbatches(producer: &mut Producer, src: &mut BufRead, cfg: &Config) -> Result<()> { in produce_impl_inbatches()
/dports/benchmarks/inferno/inferno-0.10.9/src/collapse/
H A Dmod.rs63 fn collapse<R, W>(&mut self, reader: R, writer: W) -> io::Result<()> in collapse()
115 fn collapse<R, W>(&mut self, reader: R, writer: W) -> io::Result<()> in collapse()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/proc_macro_api/src/
H A Dmsg.rs54 fn read(inp: &mut impl BufRead, buf: &mut String) -> io::Result<Option<Self>> { in read()
76 inp: &mut impl BufRead, in read_json()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/proc_macro_api/src/
H A Dmsg.rs54 fn read(inp: &mut impl BufRead, buf: &mut String) -> io::Result<Option<Self>> { in read()
76 inp: &mut impl BufRead, in read_json()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/rustls-0.17.0/src/
H A Dpemfile.rs8 fn extract<A>(rd: &mut dyn io::BufRead, in extract()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-core-0.1.17/src/io/
H A Dread_until.rs36 pub fn read_until<A>(a: A, byte: u8, buf: Vec<u8>) -> ReadUntil<A> in read_until()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-io-0.1.13/src/io/
H A Dread_until.rs35 pub fn read_until<A>(a: A, byte: u8, buf: Vec<u8>) -> ReadUntil<A> in read_until()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-io-0.1.13/src/io/
H A Dread_until.rs35 pub fn read_until<A>(a: A, byte: u8, buf: Vec<u8>) -> ReadUntil<A> in read_until()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-io-0.1.13/src/io/
H A Dread_until.rs35 pub fn read_until<A>(a: A, byte: u8, buf: Vec<u8>) -> ReadUntil<A> in read_until()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-io/src/
H A Dread_until.rs40 where A: AsyncRead + BufRead, in read_until()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-core/src/io/
H A Dread_until.rs35 pub fn read_until<A>(a: A, byte: u8, buf: Vec<u8>) -> ReadUntil<A> in read_until()

12345678910>>...13