Home
last modified time | relevance | path

Searched defs:push_back (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/executor/
Dqueue.rs75 pub(crate) fn push_back(&self, task: Task, global: &GlobalQueue) { in push_back() method
262 pub(crate) fn push_back(&self, mut task: Task, global: &GlobalQueue) { in push_back() method
509 pub(super) fn push_back(&self, task: Task) { in push_back() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslots.rs85 pub fn push_back(&mut self, val: T) -> usize { in push_back() method
/commonlibrary/rust/ylong_json/src/
Dlinked_list.rs53 pub(crate) fn push_back(&mut self, value: T) { in push_back() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs443 pub(crate) fn push_back(&mut self, frame: Frame) { in push_back() method