Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 8 of 8) sorted by relevance

/commonlibrary/ets_utils/js_util_module/container/treeset/
Djs_treeset.ts81 remove(value: T): boolean { method in TreeSet
/commonlibrary/ets_utils/js_util_module/container/treemap/
Djs_treemap.ts116 remove(key: K): V { method in TreeMap
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts172 remove(element: T): boolean { method in Vector
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwake_list.rs62 pub fn remove(&self, key: usize) -> Result<Waker, SlotsError> { in remove() method
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts806 public remove(key: Object): Object { method in LruBuffer
998 public remove(key: Object): Object { method in LRUCache
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs128 pub(crate) unsafe fn remove(&mut self, node: NonNull<L>) -> Option<NonNull<L>> { in remove() method
Dslots.rs232 pub fn remove(&mut self, key: usize) -> Result<T, SlotsError> { in remove() method
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs795 pub fn remove<T>(&mut self, name: T) -> Option<HeaderValue> in remove() method