Home
last modified time | relevance | path

Searched refs:get_ref (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dstream.rs79 pub(crate) fn get_ref(&self) -> &S {
103 write!(f, "stream[{:?}], {:?}", &self.get_ref(), &self.ssl()) in fmt()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs96 /// let reader_ref = reader.get_ref();
100 pub fn get_ref(&self) -> &R { in get_ref() functions
H A Dasync_buf_writer.rs91 /// let writer_ref = writer.get_ref();
95 pub fn get_ref(&self) -> &W { in get_ref() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Drequest.rs210 format!("{}", slice.get_ref().len()).as_str(), in body()
412 let data = (*cursor).get_ref(); in poll_read_cursor()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Ddriver.rs94 pub(crate) fn get_ref() -> &'static Self {
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Dwheel.rs494 let lock = TimeDriver::get_ref().wheel.lock().unwrap(); in ut_sleep_drop()

Completed in 4 milliseconds