Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_util_module/json/src/
Djson_js.ts165 function remove(value: object, key: string): void { function
/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.ts110 remove(key: K): V { method in TreeMap
/commonlibrary/ets_utils/js_concurrent_module/utils/src/
Dutils_js.ts153 public remove(key: Object): Object | undefined { method in SendableLruCache
/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts172 remove(element: T): boolean { method in Vector
/commonlibrary/rust/ylong_json/src/value/object/
Dbtree.rs130 pub fn remove(&mut self, key: &str) -> Option<JsonValue> { in remove() method
Dvec.rs136 pub fn remove(&mut self, key: &str) -> Option<JsonValue> { in remove() method
Dlinked_list.rs134 pub fn remove(&mut self, key: &str) -> Option<JsonValue> { in remove() method
/commonlibrary/rust/ylong_json/src/value/array/
Dvec.rs218 pub fn remove(&mut self, index: usize) -> Option<JsonValue> { in remove() method
Dlinked_list.rs220 pub fn remove(&mut self, index: usize) -> Option<JsonValue> { in remove() method
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts919 public remove(key: Object): Object { method in LruBuffer
1109 public remove(key: Object): Object { method in LRUCache
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dwake_list.rs73 pub fn remove(&self, key: usize) -> Result<ListItem, SlotsError> { in remove() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dlinked_list.rs131 pub(crate) unsafe fn remove(&mut self, node: NonNull<L>) -> Option<NonNull<L>> { in remove() method
Dslots.rs166 pub fn remove(&mut self, key: usize) -> Result<T, SlotsError> { in remove() method
/commonlibrary/rust/ylong_json/src/
Dvalue.rs668 pub fn remove<I: index::Index>(&mut self, index: I) -> Option<JsonValue> { in remove() method
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs805 pub fn remove<T>(&mut self, name: T) -> Option<HeaderValue> in remove() method