Home
last modified time | relevance | path

Searched defs:K (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Ditypes_util.h197 bool ITypesUtil::Marshalling(const std::map<K, V> &result, MessageParcel &parcel) in Marshalling()
214 bool ITypesUtil::Unmarshalling(std::map<K, V> &val, MessageParcel &parcel) in Unmarshalling()
245 bool ITypesUtil::Marshalling(const std::unordered_map<K, V> &result, MessageParcel &parcel) in Marshalling()
262 bool ITypesUtil::Unmarshalling(std::unordered_map<K, V> &val, MessageParcel &parcel) in Unmarshalling()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dlinear_map.h50 int64_t BinarySearchFindIndex(const LinearEnumMapNode<K, V>* vec, size_t length, K key) in BinarySearchFindIndex()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dpool.rs36 pub(crate) fn get<F>(&self, key: K, create_fn: F) -> V in get()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs399 fn insert_attr(&mut self, key: K, value: impl Conversion); in insert_attr()
H A Dextension.rs96 fn insert_attr(&mut self, key: K, value: impl Conversion) { in insert_attr()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/pty_process/
H A Dcommand.rs121 pub fn env<K: AsRef<OsStr>, V: AsRef<OsStr>>(&mut self, key: K, val: V) -> &mut PtyCommand { in env()
152 pub fn envs<I, K, V>(&mut self, vars: I) -> &mut PtyCommand in envs() argument
/ohos5.0/base/startup/init/test/benchmark/
H A Dbenchmark_fwk.cpp32 constexpr auto K = 1024; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/
H A Djs_utils.h288 napi_value JSUtils::Convert2JSValue(napi_env env, const std::map<K, V> &value) in Convert2JSValue()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs148 pub fn env<K: AsRef<OsStr>, V: AsRef<OsStr>>(&mut self, key: K, val: V) -> &mut Command { in env()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/
H A Dhvigor-wrapper.js16 …u,e);return r(D,u),D};Object.defineProperty(e,"__esModule",{value:!0}),e.WORK_SPACE=e.HVIGOR_PROJE… variable
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …L=h.ANALYZE=h.PARALLEL=h.INCREMENTAL=h.DAEMON=h.DOT=h.PROPERTIES=h.HVIGOR_ARK_COMPILE_MAX_SIZE=h.H… property in ht.t
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …L=h.ANALYZE=h.PARALLEL=h.INCREMENTAL=h.DAEMON=h.DOT=h.PROPERTIES=h.HVIGOR_ARK_COMPILE_MAX_SIZE=h.H… property in ht.t
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …L=h.ANALYZE=h.PARALLEL=h.INCREMENTAL=h.DAEMON=h.DOT=h.PROPERTIES=h.HVIGOR_ARK_COMPILE_MAX_SIZE=h.H… class in ee
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp764 uint8_t K = sourceRow[3]; in CMYKConvert() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp4292 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey()