Home
last modified time | relevance | path

Searched refs:into_iter (Results 1 - 20 of 20) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dspawn.rs39 for (times, handle) in handles.into_iter().enumerate() { in sdv_one_core_test()
56 for (times, handle) in handles.into_iter().enumerate() { in sdv_two_core_test()
73 for (times, handle) in handles.into_iter().enumerate() { in sdv_three_core_test()
90 for (times, handle) in handles.into_iter().enumerate() { in sdv_four_core_test()
107 for (times, handle) in handles.into_iter().enumerate() { in sdv_eight_core_test()
124 for (times, handle) in handles.into_iter().enumerate() { in sdv_max_core_test()
141 for (times, handle) in handles.into_iter().enumerate() { in sdv_multi_future_in_async()
159 for (times, handle) in handles.into_iter().enumerate() { in sdv_multi_async_in_async()
H A Dspawn_blocking.rs35 for (times, handle) in handles.into_iter().enumerate() { in ffrt_spawn_blocking_test()
49 for (times, handle) in handles.into_iter().enumerate() { in ffrt_spawn_blocking_test()
75 for (times, handle) in handles.into_iter().enumerate() { in test_spawn()
88 for (times, handle) in handles.into_iter().enumerate() { in test_spawn()
102 for (times, handle) in handles.into_iter().enumerate() { in test_spawn()
H A Dsingleton_runtime.rs52 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_runtime_spawn_async_in_async_task()
80 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_spawn_async_in_async_task()
109 for (times, handle) in handles.into_iter().enumerate() { in sdv_concurrently_task_builder_spawn_async_in_async_task()
H A Dasync_pool.rs149 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_001()
209 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_002()
269 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_003()
329 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_004()
389 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_005()
449 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_006()
509 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_007()
569 for (times, handle) in handles.into_iter().enumerate() { in sdv_async_pool_008()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dstream.rs39 into_iter: std::vec::IntoIter<FrameKind>,
106 self.into_iter.next() in next()
114 fn into_iter(self) -> Self::IntoIter { in into_iter() functions
116 into_iter: self.list.into_iter(), in into_iter()
/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
H A Dselect.rs83 builder.except_index = group.stream().into_iter().count(); in parse_group()
119 let buf = input.into_iter().collect::<Vec<_>>();
132 match inner.into_iter().next() { in group_num()
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dheaders.rs39 pub(crate) into_iter: IntoIter<HeaderName, HeaderValue>,
49 into_iter: headers.into_iter(),
59 HeaderStatus::Start => match self.into_iter.next() { in check_next()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dresolver.rs128 for _socket in sockets.into_iter() { in ut_resolver_std_dns_resolver_resolve()
158 for _socket in sockets.into_iter() { in ut_resolver_std_dns_resolver_resolve()
H A Dhappy_eyeballs.rs134 let socket_addr = ResolvedAddrs::new(socket_addr.into_iter());
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
H A Dmulti.rs148 for (idx, xpart) in list.into_iter().enumerate() {
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/parallel/
H A Dmod.rs120 self.data.into_iter() in iter()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs61 /// let mut iter = frames.into_iter();
76 into_iter: std::vec::IntoIter<FrameKind>,
136 self.into_iter.next() in next()
144 fn into_iter(self) -> Self::IntoIter { in into_iter() functions
146 into_iter: self.list.into_iter(), in into_iter()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dhttp_body.rs286 for chunk in chunks.into_iter() { in merge_chunks()
311 for (ptr, len) in ptrs.into_iter() { in merge_chunks()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs592 .into_iter() in stack_from_pem()
627 .into_iter() in from_pem()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
H A Dencoder.rs834 map: parts.map.into_iter(),
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Doutput.rs100 Ok(frames) => match self.poll_iterator_frames(cx, frames.into_iter()) {
/commonlibrary/rust/ylong_http/ylong_http/src/
H A Dheaders.rs869 /// for (_name, _value) in headers.into_iter() { in iter()
873 fn into_iter(self) -> Self::IntoIter { in iter() functions
874 self.map.into_iter() in iter()
882 fn into_iter(self) -> Self::IntoIter { in into_iter() functions
891 fn into_iter(self) -> Self::IntoIter { in into_iter() functions
938 /// This struct is created by [`Headers::into_iter`].
940 /// [`Headers::into_iter`]: crate::headers::Headers::into_iter
950 /// for (_name, _value) in headers.into_iter() {
/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs359 for (name, value) in trailer_headers.into_iter() { in set_trailer()
731 into_iter: std::vec::IntoIter<Chunk<'a>>,
755 fn new(into_iter: std::vec::IntoIter<Chunk>) -> ChunksIntoIter { in new()
756 ChunksIntoIter { into_iter } in new()
764 self.into_iter.next() in next()
772 &self.into_iter in deref()
795 fn into_iter(self) -> Self::IntoIter { in push() functions
796 ChunksIntoIter::new(self.chunks.into_iter()) in push()
1923 let mut iter = chunks.into_iter(); in ut_chunk_body_decode_2()
/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/
H A Dencoder.rs509 let mut header_iter = header.into_iter(); in new()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
H A Dencoder.rs174 map: parts.map.into_iter(), in new()

Completed in 16 milliseconds