/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/ |
H A D | wrapper.rs | 14 use core::fmt::Debug; 15 use core::pin::Pin; 16 use core::task::{Context, Poll};
|
H A D | c_ssl_stream.rs | 14 use core::pin::Pin; 15 use core::task::{Context, Poll}; 16 use core::{future, ptr, slice};
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | empty.rs | 14 use core::convert::Infallible; 15 use core::pin::Pin; 16 use core::task::{Context, Poll};
|
H A D | mod.rs | 175 use core::future::Future; 176 use core::pin::Pin; 177 use core::task::{Context, Poll}; 441 use core::ops::{Deref, DerefMut};
|
H A D | text.rs | 14 use core::cmp::min; 15 use core::pin::Pin; 16 use core::task::{Context, Poll};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | stack.rs | 14 use core::borrow::Borrow; 15 use core::marker::PhantomData; 16 use core::mem::forget; 17 use core::ops::{Deref, DerefMut, Range};
|
H A D | foreign.rs | 14 use core::cell::UnsafeCell; 93 impl core::ops::Deref for $owned { impls 103 impl core::ops::DerefMut for $owned { impls
|
H A D | error.rs | 14 use core::ffi::CStr; 15 use core::{ptr, str}; 162 let bytes = unsafe { core::ffi::CStr::from_ptr(func_error as *const _).to_bytes() };
|
H A D | bio.rs | 14 use core::any::Any; 15 use core::marker::PhantomData; 16 use core::panic::AssertUnwindSafe; 17 use core::{ptr, slice};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | mix.rs | 14 use core::pin::Pin; 15 use core::task::{Context, Poll};
|
H A D | request.rs | 16 use core::ops::{Deref, DerefMut}; 17 use core::pin::Pin; 18 use core::task::{Context, Poll};
|
H A D | response.rs | 14 use core::ops::{Deref, DerefMut};
|
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | stream.rs | 14 use core::fmt; 15 use core::marker::PhantomData; 16 use core::mem::ManuallyDrop;
|
/commonlibrary/rust/ylong_json/src/value/array/ |
H A D | vec.rs | 15 use core::fmt::{Debug, Display, Formatter}; 16 use core::slice::{Iter, IterMut}; 257 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() 270 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt()
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/ |
H A D | mod.rs | 16 mod core; modules
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/ |
H A D | multi.rs | 14 use core::pin::Pin; 15 use core::task::{Context, Poll};
|
H A D | part.rs | 14 use core::convert::TryFrom; 15 use core::pin::Pin; 16 use core::task::{Context, Poll};
|
/commonlibrary/rust/ylong_http/ylong_http/src/h3/ |
H A D | stream.rs | 34 iter: core::slice::Iter<'a, FrameKind>, 81 type Target = core::slice::Iter<'a, FrameKind>; 110 impl core::iter::IntoIterator for Frames {
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/ |
H A D | mod.rs | 18 use super::core::core; 117 let fut = async move { core(self, consumer).await }; in drive()
|
/commonlibrary/utils_lite/include/ |
H A D | ohos_init.h | 24 * Services and features are initialized in the following sequence: core phase, core system
25 * service, core system feature, system startup, system service, system feature, application-layer
81 * @brief Identifies the entry for initializing and starting a core phase by the priority 2.
84 * This macro is used to identify the entry called at the priority 2 of the core phase of
87 * @param func Indicates the entry function for initializing and starting a core phase.
90 #define CORE_INIT(func) LAYER_INITCALL_DEF(func, core, "core")
92 * @brief Identifies the entry for initializing and starting a core phase by the specified
96 * This macro is used to identify the entry called at the specified priority of the core phas [all...] |
/commonlibrary/rust/ylong_runtime/ylong_runtime/benches/ |
H A D | ylong_tokio_runtime_init.rs | 17 extern crate core;
|
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | multi.rs | 14 use core::convert::TryFrom; 15 use core::mem::take;
|
/commonlibrary/rust/ylong_json/src/value/object/ |
H A D | vec.rs | 15 use core::fmt::{Debug, Display, Formatter}; 16 use core::slice::{Iter, IterMut}; 246 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt()
|
/commonlibrary/rust/ylong_http/ylong_http/src/ |
H A D | version.rs | 24 use core::convert::TryFrom;
|
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
H A D | lib.rs | 31 extern crate core;
|