Home
last modified time | relevance | path

Searched refs:Iter (Results 1 - 17 of 17) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs47 type Iter: Iterator<Item = SocketAddr>; types
50 fn to_socket_addrs(&self) -> State<Self::Iter>; in to_socket_addrs()
83 type Iter = option::IntoIter<SocketAddr>; types
85 fn to_socket_addrs(&self) -> State<Self::Iter> { in to_socket_addrs()
91 type Iter = option::IntoIter<SocketAddr>; types
93 fn to_socket_addrs(&self) -> State<Self::Iter> { in to_socket_addrs()
99 type Iter = option::IntoIter<SocketAddr>; types
101 fn to_socket_addrs(&self) -> State<Self::Iter> { in to_socket_addrs()
107 type Iter = option::IntoIter<SocketAddr>; types
109 fn to_socket_addrs(&self) -> State<Self::Iter> { in to_socket_addrs()
119 type Iter = option::IntoIter<SocketAddr>; global() types
128 type Iter = option::IntoIter<SocketAddr>; global() types
137 type Iter = vec::IntoIter<SocketAddr>; global() types
162 type Iter = vec::IntoIter<SocketAddr>; global() types
179 type Iter = std::iter::Cloned<std::slice::Iter<'a, SocketAddr>>; global() types
187 type Iter = vec::IntoIter<SocketAddr>; global() types
195 type Iter = T::Iter; global() types
[all...]
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
H A Dzip.rs44 type Iter = iter::Zip<A::Iter, B::Iter>; types
71 fn iter(self) -> Self::Iter { in iter()
H A Dfilter.rs31 type Iter = iter::Filter<P::Iter, F>; types
59 fn iter(self) -> Self::Iter { in iter()
H A Dmap.rs37 type Iter = iter::Map<P::Iter, F>; types
62 fn iter(self) -> Self::Iter { in iter()
H A Dmod.rs39 type Iter: Iterator<Item = Self::Item>; types
52 fn iter(self) -> Self::Iter; in iter()
/commonlibrary/rust/ylong_json/src/value/object/
H A Dbtree.rs16 use std::collections::btree_map::{BTreeMap, Iter, IterMut};
143 pub fn iter(&self) -> Iter<'_, String, JsonValue> { in iter()
H A Dvec.rs16 use core::slice::{Iter, IterMut};
150 pub fn iter(&self) -> Iter<'_, (String, JsonValue)> { in iter()
H A Dlinked_list.rs14 use crate::{Cursor, CursorMut, Iter, IterMut, JsonValue, LinkedList, Node};
147 pub fn iter(&self) -> Iter<'_, (String, JsonValue)> { in iter()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs107 type Iter = T::IntoIter; types
119 fn iter(self) -> Self::Iter { in iter()
/commonlibrary/rust/ylong_json/src/value/array/
H A Dvec.rs16 use core::slice::{Iter, IterMut};
125 pub fn iter(&self) -> Iter<'_, JsonValue> { in iter()
H A Dlinked_list.rs14 use crate::{Cursor, CursorMut, Iter, IterMut, JsonValue, LinkedList, Node};
126 pub fn iter(&self) -> Iter<'_, JsonValue> { in iter()
/commonlibrary/rust/ylong_json/src/
H A Dlib.rs81 pub use linked_list::{Iter, IterMut, Node};
H A Dlinked_list.rs95 pub(crate) fn iter(&self) -> Iter<'_, T> {
96 Iter {
323 pub struct Iter<'a, T: 'a> { structure names
330 impl<'a, T> Iterator for Iter<'a, T> {
358 impl<'a, T> DoubleEndedIterator for Iter<'a, T> { in last()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dstream.rs34 iter: core::slice::Iter<'a, FrameKind>,
81 type Target = core::slice::Iter<'a, FrameKind>;
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs532 pub type HeaderValueIter<'a> = slice::Iter<'a, Vec<u8>>;
914 pub type HeadersIter<'a> = hash_map::Iter<'a, HeaderName, HeaderValue>;
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs71 iter: core::slice::Iter<'a, FrameKind>,
110 type Target = core::slice::Iter<'a, FrameKind>;
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs726 iter: core::slice::Iter<'a, Chunk<'a>>,
735 fn new<'a>(iter: core::slice::Iter<'a, Chunk<'a>>) -> ChunksIter<'a> { in new()
741 type Target = core::slice::Iter<'a, Chunk<'a>>;

Completed in 12 milliseconds