Home
last modified time | relevance | path

Searched defs:put (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts824 public put(key: Object, value: Object): Object { method in LruBuffer
1059 public put(key: Object, value: Object): Object { method in LRUCache
/commonlibrary/rust/ylong_http/ylong_http/src/request/
Dmod.rs160 pub fn put<T>(uri: T) -> RequestBuilder in put() method