Home
last modified time | relevance | path

Searched refs:IntoIter (Results 1 - 11 of 11) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dstream.rs39 into_iter: std::vec::IntoIter<FrameKind>,
112 type IntoIter = FramesIntoIter; types
114 fn into_iter(self) -> Self::IntoIter { in into_iter()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dheaders.rs15 use std::collections::hash_map::IntoIter;
39 pub(crate) into_iter: IntoIter<HeaderName, HeaderValue>,
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs107 type Iter = T::IntoIter;
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs855 type IntoIter = HeadersIntoIter; in iter() types
873 fn into_iter(self) -> Self::IntoIter { in iter()
880 type IntoIter = HeadersIter<'a>; types
882 fn into_iter(self) -> Self::IntoIter { in into_iter()
889 type IntoIter = HeadersIterMut<'a>; types
891 fn into_iter(self) -> Self::IntoIter { in into_iter()
954 pub type HeadersIntoIter = hash_map::IntoIter<HeaderName, HeaderValue>;
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs22 use std::vec::IntoIter;
43 iter: IntoIter<SocketAddr>,
47 pub(super) fn new(iter: IntoIter<SocketAddr>) -> Self {
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs108 type IntoIter = IterEvent<'a>; in fmt() types
110 fn into_iter(self) -> Self::IntoIter { in fmt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs83 type Iter = option::IntoIter<SocketAddr>;
91 type Iter = option::IntoIter<SocketAddr>;
99 type Iter = option::IntoIter<SocketAddr>;
107 type Iter = option::IntoIter<SocketAddr>;
119 type Iter = option::IntoIter<SocketAddr>;
128 type Iter = option::IntoIter<SocketAddr>;
137 type Iter = vec::IntoIter<SocketAddr>;
162 type Iter = vec::IntoIter<SocketAddr>;
187 type Iter = vec::IntoIter<SocketAddr>;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs76 into_iter: std::vec::IntoIter<FrameKind>,
142 type IntoIter = FramesIntoIter; types
144 fn into_iter(self) -> Self::IntoIter { in into_iter()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs20 use std::vec::IntoIter;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs15 use std::collections::hash_map::IntoIter;
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs731 into_iter: std::vec::IntoIter<Chunk<'a>>,
755 fn new(into_iter: std::vec::IntoIter<Chunk>) -> ChunksIntoIter { in new()
769 type Target = std::vec::IntoIter<Chunk<'a>>;
793 type IntoIter = ChunksIntoIter<'a>; in push() types
795 fn into_iter(self) -> Self::IntoIter { in push()

Completed in 11 milliseconds