/ohos5.0/base/inputmethod/imf/common/include/ |
H A D | itypes_util.h | 197 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 D | linear_map.h | 50 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 D | pool.rs | 36 pub(crate) fn get<F>(&self, key: K, create_fn: F) -> V in get()
|
/ohos5.0/base/security/asset/frameworks/definition/src/ |
H A D | lib.rs | 399 fn insert_attr(&mut self, key: K, value: impl Conversion); in insert_attr()
|
H A D | extension.rs | 96 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 D | command.rs | 121 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 D | benchmark_fwk.cpp | 32 constexpr auto K = 1024; variable
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/include/ |
H A D | js_utils.h | 288 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 D | command.rs | 148 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 D | hvigor-wrapper.js | 16 …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 D | hvigor-wrapper.js | 15 …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 D | hvigor-wrapper.js | 15 …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 D | hvigor-wrapper.js | 16 …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 D | pixel_convert.cpp | 764 uint8_t K = sourceRow[3]; in CMYKConvert() local
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_scene_session_impl.cpp | 4292 static V GetValueByKey(const std::unordered_map<K, V>& map, K key) in GetValueByKey()
|