Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Dmath_utils.h67 return reinterpret_cast<const void *>(glm::value_ptr(v)); in NativePtr()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs1131 let mut value_ptr: *mut OhCloudExtVector = null_mut(); localVariable
1136 (&mut value_ptr) as *mut _ as *mut *const OhCloudExtVector,
1141 assert!(!value_ptr.is_null());
1160 value_ptr,
1167 match OhCloudExtVectorGetValueTyp(value_ptr) {
1185 OhCloudExtVectorFree(value_ptr);