Home
last modified time | relevance | path

Searched refs:into_packets (Results 1 – 13 of 13) sorted by relevance

/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/tests/
H A Dfor-each-artifact.rs56 let p_: Vec<_> = p.clone().into_packets().collect(); in cert_roundtrip()
57 let q_: Vec<_> = q.clone().into_packets().collect(); in cert_roundtrip()
83 for p in p.clone().into_packets() { in cert_roundtrip()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/tests/
H A Dfor-each-artifact.rs56 let p_: Vec<_> = p.clone().into_packets().collect(); in cert_roundtrip()
57 let q_: Vec<_> = q.clone().into_packets().collect(); in cert_roundtrip()
83 for p in p.clone().into_packets() { in cert_roundtrip()
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dmod.rs1277 pub fn into_packets(self) -> impl Iterator<Item=Packet> { in into_packets() method
1278 self.primary.into_packets() in into_packets()
1279 .chain(self.userids.into_iter().flat_map(|b| b.into_packets())) in into_packets()
1281 .chain(self.subkeys.into_iter().flat_map(|b| b.into_packets())) in into_packets()
1282 .chain(self.unknowns.into_iter().flat_map(|b| b.into_packets())) in into_packets()
2150 let mut combined = self.into_packets().collect::<Vec<_>>(); in merge_packets()
2427 cert.into_packets().collect::<Vec<_>>() in from()
2456 IntoIter(Box::new(self.into_packets())) in into_iter()
3656 let packets_pre_merge = cert.clone().into_packets().count(); in merge_packets()
3658 let packets_post_merge = cert.clone().into_packets().count(); in merge_packets()
[all …]
H A Dbundle.rs591 pub(crate) fn into_packets<'a>(self) -> impl Iterator<Item=Packet> in into_packets() method
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/cert/
H A Dmod.rs1277 pub fn into_packets(self) -> impl Iterator<Item=Packet> { in into_packets() method
1278 self.primary.into_packets() in into_packets()
1279 .chain(self.userids.into_iter().flat_map(|b| b.into_packets())) in into_packets()
1281 .chain(self.subkeys.into_iter().flat_map(|b| b.into_packets())) in into_packets()
1282 .chain(self.unknowns.into_iter().flat_map(|b| b.into_packets())) in into_packets()
2150 let mut combined = self.into_packets().collect::<Vec<_>>(); in merge_packets()
2427 cert.into_packets().collect::<Vec<_>>() in from()
2456 IntoIter(Box::new(self.into_packets())) in into_iter()
3656 let packets_pre_merge = cert.clone().into_packets().count(); in merge_packets()
3658 let packets_post_merge = cert.clone().into_packets().count(); in merge_packets()
[all …]
H A Dbundle.rs591 pub(crate) fn into_packets<'a>(self) -> impl Iterator<Item=Packet> in into_packets() method
/dports/audio/lewton/lewton-0.10.2/dev/cmp/src/
H A Dlib.rs40 let mut native_it = dec.into_packets(); in cmp_perf()
106 let mut native_it = dec.into_packets(); in cmp_output()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/vorbis-0.0.14/src/
H A Dlib.rs189 pub fn into_packets(self) -> PacketsIntoIter<R> { in into_packets() function
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs188 pub fn into_packets(self) -> PacketsIntoIter<R> { in into_packets() function
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs188 pub fn into_packets(self) -> PacketsIntoIter<R> { in into_packets() function
/dports/audio/lewton/lewton-0.10.2/cargo-crates/vorbis-0.1.0/src/
H A Dlib.rs193 pub fn into_packets(self) -> PacketsIntoIter<R> { in into_packets() function
/dports/security/py-sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dpacket_pile.rs519 PacketPile::from(cert.into_packets().collect::<Vec<Packet>>()) in from()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/openpgp/src/
H A Dpacket_pile.rs519 PacketPile::from(cert.into_packets().collect::<Vec<Packet>>()) in from()