Home
last modified time | relevance | path

Searched refs:core (Results 1 - 25 of 81) sorted by relevance

1234

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dwrapper.rs14 use core::fmt::Debug;
15 use core::pin::Pin;
16 use core::task::{Context, Poll};
H A Dc_ssl_stream.rs14 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 Dempty.rs14 use core::convert::Infallible;
15 use core::pin::Pin;
16 use core::task::{Context, Poll};
H A Dmod.rs175 use core::future::Future;
176 use core::pin::Pin;
177 use core::task::{Context, Poll};
441 use core::ops::{Deref, DerefMut};
H A Dtext.rs14 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 Dstack.rs14 use core::borrow::Borrow;
15 use core::marker::PhantomData;
16 use core::mem::forget;
17 use core::ops::{Deref, DerefMut, Range};
H A Dforeign.rs14 use core::cell::UnsafeCell;
93 impl core::ops::Deref for $owned { impls
103 impl core::ops::DerefMut for $owned { impls
H A Derror.rs14 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 Dbio.rs14 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 Dmix.rs14 use core::pin::Pin;
15 use core::task::{Context, Poll};
H A Drequest.rs16 use core::ops::{Deref, DerefMut};
17 use core::pin::Pin;
18 use core::task::{Context, Poll};
H A Dresponse.rs14 use core::ops::{Deref, DerefMut};
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs14 use core::fmt;
15 use core::marker::PhantomData;
16 use core::mem::ManuallyDrop;
/commonlibrary/rust/ylong_json/src/value/array/
H A Dvec.rs15 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 Dmod.rs16 mod core; modules
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
H A Dmulti.rs14 use core::pin::Pin;
15 use core::task::{Context, Poll};
H A Dpart.rs14 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 Dstream.rs34 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 Dmod.rs18 use super::core::core;
117 let fut = async move { core(self, consumer).await }; in drive()
/commonlibrary/utils_lite/include/
H A Dohos_init.h24 * 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 Dylong_tokio_runtime_init.rs17 extern crate core;
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmulti.rs14 use core::convert::TryFrom;
15 use core::mem::take;
/commonlibrary/rust/ylong_json/src/value/object/
H A Dvec.rs15 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 Dversion.rs24 use core::convert::TryFrom;
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/
H A Dlib.rs31 extern crate core;

Completed in 12 milliseconds

1234