Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
H A Dslab.rs103 pub struct Address(usize); struct
110 impl Address { impl
123 pub fn from_usize(src: usize) -> Address { in from_usize()
185 pub unsafe fn allocate(&self) -> Option<(Address, Ref<T>)> { in allocate()
311 fn addr(&self, slot: usize) -> Address { in addr()
329 unsafe fn allocate(me: &Arc<Page<T>>) -> Option<(Address, Ref<T>)> { in allocate()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dproxy.rs184 Address(IpAddr), enumerator