| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/ |
| D | operator.rs | 56 _uploaded: u64, in poll_progress() 57 _total: Option<u64>, in poll_progress() 63 fn progress<'a>(&'a mut self, uploaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() 82 uploaded: u64, in poll_progress() 83 total: Option<u64>, in poll_progress() 115 uploaded: u64, in poll_progress() 116 _total: Option<u64>, in poll_progress()
|
| /commonlibrary/rust/ylong_runtime/ylong_ffrt/src/ |
| D | deadline.rs | 24 pub fn new(deadline_us: u64, qos: Qos) -> Self { in new() 33 pub fn update(&mut self, new_deadline_us: u64) { in update() 54 fn ffrt_qos_interval_create(deadline_us: u64, qos: Qos) -> *mut c_void; in ffrt_qos_interval_create() 55 fn ffrt_qos_interval_update(it: *mut c_void, new_deadline_us: u64); in ffrt_qos_interval_update()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | wheel.rs | 79 pub(crate) fn elapsed(&self) -> u64 { in elapsed() 84 pub(crate) fn set_elapsed(&mut self, elapsed: u64) { in set_elapsed() 89 pub(crate) fn last_elapsed(&self) -> u64 { in last_elapsed() 94 pub(crate) fn set_last_elapsed(&mut self, last_elapsed: u64) { in set_last_elapsed() 123 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) -> Result<u64, Error> { in insert() 156 pub(crate) fn next_expiration(&self) -> Option<(usize, usize, u64)> { in next_expiration() argument 169 pub(crate) fn process_expiration(&mut self, expiration: &(usize, usize, u64)) { in process_expiration() argument 245 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>, elapsed: u64) { in insert() 278 pub(crate) fn next_expiration(&self, now: u64) -> Option<(usize, usize, u64)> { in next_expiration() argument 314 fn slot_range(level: usize) -> u64 { in slot_range() [all …]
|
| D | mod.rs | 74 pub(crate) fn expiration(&self) -> u64 { in expiration() 79 pub(crate) fn set_expiration(&mut self, expiration: u64) { in set_expiration() 93 pub(crate) fn duration(&self) -> u64 { in duration() 97 pub(crate) fn set_duration(&mut self, duration: u64) { in set_duration()
|
| D | driver.rs | 75 pub(crate) fn timer_register(&self, clock_entry: NonNull<Clock>) -> Result<u64, Error> { in timer_register()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
| D | operator.rs | 40 _downloaded: u64, in poll_progress() 41 _total: Option<u64>, in poll_progress() 64 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() 91 downloaded: u64, in poll_progress() 92 total: Option<u64>, in poll_progress() 149 downloaded: u64, in poll_progress() 150 _total: Option<u64>, in poll_progress()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/ |
| D | async_seek.rs | 42 ) -> Poll<io::Result<u64>>; in poll_seek() 53 ) -> Poll<io::Result<u64>> { in poll_seek() 63 ) -> Poll<io::Result<u64>> { in poll_seek() 73 ) -> Poll<io::Result<u64>> { in poll_seek()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
| D | mod.rs | 30 pub(crate) fn OPENSSL_init_ssl(opts: u64, settings: *const OPENSSL_INIT_SETTINGS) -> c_int; in OPENSSL_init_ssl()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/benches/task_helpers/ |
| D | mod.rs | 71 pub fn recur_fibbo(a: u64) -> u64 { in recur_fibbo() 78 pub fn fibbo(upper: usize) -> u64 { in fibbo()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
| D | ylong_tokio_schedule.rs | 19 fn recur_fibbo(a: u64) -> u64 { in recur_fibbo()
|
| /commonlibrary/c_utils/base/src/rust/ |
| D | directory_ex.rs | 86 pub fn GetFolderSize(path: &CxxString) -> u64; in GetFolderSize()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/ |
| D | driver.rs | 134 pub(crate) fn timer_register(&self, clock_entry: NonNull<Clock>) -> Result<u64, Error> { in timer_register()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
| D | async_buf_writer.rs | 300 ) -> Poll<io::Result<u64>> { in poll_seek()
|
| D | async_buf_reader.rs | 225 ) -> Poll<std::io::Result<u64>> { in poll_seek()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/config/ |
| D | settings.rs | 316 pub fn min_speed(mut self, min: u64, secs: u64) -> Self { in min_speed()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
| D | async_file.rs | 346 ) -> Poll<io::Result<u64>> { in poll_seek()
|
| D | async_dir.rs | 273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
| D | mod.rs | 119 pub fn total_bytes(&self) -> Option<u64> { in total_bytes()
|