Searched defs:insert (Results 1 – 10 of 10) 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_json/src/value/object/ |
| D | btree.rs | 114 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
|
| D | vec.rs | 119 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
|
| D | linked_list.rs | 117 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | wheel.rs | 220 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) -> Result<u64, Error> { in insert() method 339 pub(crate) fn insert(&mut self, mut clock_entry: NonNull<Clock>) { in insert() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | wake_list.rs | 65 pub fn insert(&self, waker: ListItem) -> usize { in insert() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/ |
| D | queue.rs | 66 fn insert(&self, ptr: *mut Block<T>) { in insert() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 729 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/h2/ |
| D | streams.rs | 333 pub(crate) fn insert(&mut self, id: StreamId, headers: Frame, data: BodyDataRef) { in insert() method
|