Home
last modified time | relevance | path

Searched defs:map (Results 1 – 12 of 12) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dresolver.rs104 pub(crate) map: Arc<Mutex<HashMap<String, DnsResult>>>, field
188 let mut map = manager.map.lock().unwrap(); in ut_dns_manager_new() localVariable
209 let mut map = manager.map.lock().unwrap(); in ut_dns_manager_clean_cache() localVariable
Ddoh.rs222 let map = match &self.manager { in resolve() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/pariter/
Dmod.rs21 mod map; module
59 fn map<F, B>(self, map_op: F) -> Map<Self, F> in map() method
Dmap.rs18 pub fn map<P, F>(par_iter: P, map_op: F) -> Map<P, F> { in map() function
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Dparts.rs22 pub(crate) map: Headers, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dparts.rs22 pub(crate) map: Headers, field
/commonlibrary/ets_utils/js_sys_module/console/
Dconsole.cpp420 napi_value GetKeyArray(napi_env env, napi_value map) in GetKeyArray()
444 napi_value GetValueArray(napi_env env, napi_value map, const size_t& length, napi_value keyArray) in GetValueArray()
483 void SetPrimitive(napi_env env, napi_value map, const size_t& length, napi_value valuesKeyArray, in SetPrimitive()
503 void ProcessNestedObject(napi_env env, napi_value item, napi_value& map, std::map<std::string, bool… in ProcessNestedObject()
555 napi_value map = nullptr; in ProcessTabularData() local
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
Dpinning.rs287 let mut map = HashMap::new(); in ut_pubkey_pins_clone() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs582 map: HashMap<HeaderName, HeaderValue>, field
/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/
Dencoder.rs155 map: HeadersIntoIter, field
/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/
Dencoder.rs815 map: HeadersIntoIter, field
/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dchunk.rs682 map: HashMap<String, String>, field