Searched defs:insert (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/ets_utils/js_util_module/container/struct/ |
| D | js_struct.ts | 31 function insert<T>(a: Array<T>, index: number, value: T): void { function
|
| /commonlibrary/ets_utils/js_util_module/container/vector/ |
| D | js_vector.ts | 116 insert(element: T, index: number): void { method in Vector
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | wheel.rs | 123 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) -> Result<u64, Error> { in insert() method 245 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>, elapsed: u64) { in insert() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | wake_list.rs | 55 pub fn insert(&self, waker: Waker) -> usize { in insert() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/ |
| D | queue.rs | 67 fn insert(&self, ptr: *mut Block<T>) { in insert() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 719 pub fn insert<N, V>(&mut self, name: N, value: V) -> Result<Option<HeaderValue>, HttpError> in insert() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | dispatcher.rs | 337 pub(crate) fn insert(&mut self, frame: Frame) { in insert() method
|