Home
last modified time | relevance | path

Searched refs:IntoIter (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/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>;
/ohos5.0/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 { in new()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs855 type IntoIter = HeadersIntoIter; typedef
873 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
880 type IntoIter = HeadersIter<'a>; typedef
882 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
889 type IntoIter = HeadersIterMut<'a>; typedef
891 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
954 pub type HeadersIntoIter = hash_map::IntoIter<HeaderName, HeaderValue>;
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Devents.rs108 type IntoIter = IterEvent<'a>; typedef
110 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs107 type Iter = T::IntoIter;
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs19 use std::vec::IntoIter;
395 states: IntoIter<MultiPartState>,
/ohos5.0/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>,
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dstack.rs169 type IntoIter = IntoStackIter<T>; typedef
/ohos5.0/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>; typedef
795 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs75 into_iter: std::vec::IntoIter<FrameKind>,
141 type IntoIter = FramesIntoIter; typedef
143 fn into_iter(self) -> Self::IntoIter { in into_iter() argument
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs20 use std::vec::IntoIter;
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs15 use std::collections::hash_map::IntoIter;