Home
last modified time | relevance | path

Searched defs:insert (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/ets_utils/js_util_module/container/struct/
Djs_struct.ts31 function insert<T>(a: Array<T>, index: number, value: T): void { function
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts116 insert(element: T, index: number): void { method in Vector
/commonlibrary/rust/ylong_json/src/value/object/
Dbtree.rs114 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
Dvec.rs119 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
Dlinked_list.rs117 pub fn insert(&mut self, key: String, value: JsonValue) { in insert() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dwheel.rs220 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/
Dwake_list.rs65 pub fn insert(&self, waker: ListItem) -> usize { in insert() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dqueue.rs66 fn insert(&self, ptr: *mut Block<T>) { in insert() method
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs729 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/
Dstreams.rs333 pub(crate) fn insert(&mut self, id: StreamId, headers: Frame, data: BodyDataRef) { in insert() method