Home
last modified time | relevance | path

Searched refs:type_safety_check (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dmod.rs101 pub(crate) unsafe fn type_safety_check(ptr: *const c_void, tar_type: SafetyCheckId) -> bool { in type_safety_check() function
135 type_safety_check(obj as *const _ as *const c_void, typ) in from_ptr()
145 if type_safety_check(obj as *const _ as *const c_void, typ) { in get_inner_ref()
158 if type_safety_check(obj as *const _ as *const c_void, typ) { in get_inner_mut()