Home
last modified time | relevance | path

Searched refs:Query (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/request/uri/
H A Dmod.rs89 query: Option<Query>,
200 /// Gets a immutable reference to `Query`.
202 /// Returns `None` if there is no `Query`.
212 pub fn query(&self) -> Option<&Query> { in query()
298 Option<Query>, in into_parts()
303 /// Creates an `Uri` from `Scheme`, `Authority`, `Path`, `Query`.
316 query: Option<Query>, in from_raw_parts()
474 /// Sets the `Query` of `Uri`.
486 Query: TryFrom<T>, in query()
487 InvalidUri: From<<Query a in query()
930 pub struct Query(String); global() structure names
932 impl Query { global() impls
[all...]
/commonlibrary/ets_utils/js_concurrent_module/utils/locks/
H A Dasync_lock_manager.h49 static napi_value Query(napi_env env, napi_callback_info cbinfo);
H A Dasync_lock_manager.cpp114 DECLARE_NAPI_STATIC_FUNCTION("query", Query), in Init()
279 napi_value AsyncLockManager::Query(napi_env env, napi_callback_info cbinfo) in Query() function in Commonlibrary::Concurrent::LocksModule::AsyncLockManager

Completed in 3 milliseconds