Home
last modified time | relevance | path

Searched refs:VEC_STRING (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 Dbasic_rust_types.rs45 VEC_STRING, enumerator
106 OhCloudExtRustType::VEC_STRING => VectorCffi::VecString(vec![]), in OhCloudExtVectorNew()
141 VectorCffi::VecString(_) => OhCloudExtRustType::VEC_STRING, in OhCloudExtVectorGetValueTyp()
476 OhCloudExtRustType::VEC_STRING => HashMapCffi::VecString(HashMap::default()), in OhCloudExtHashMapNew()
524 HashMapCffi::VecString(_) => OhCloudExtRustType::VEC_STRING, in OhCloudExtHashMapGetValueTyp()