Searched refs:VecString (Results 1 – 2 of 2) sorted by relevance
64 VecString(Vec<Vec<String>>), enumerator79 VecString(HashMap<String, Vec<String>>), enumerator141 VectorCffi::VecString(_) => OhCloudExtRustType::VEC_STRING, in OhCloudExtVectorGetValueTyp()254 VectorCffi::VecString(vec) => { in OhCloudExtVectorPush()372 VectorCffi::VecString(vec) => { in OhCloudExtVectorGet()439 VectorCffi::VecString(vec) => *len = vec.len() as c_uint, in OhCloudExtVectorGetLength()524 HashMapCffi::VecString(_) => OhCloudExtRustType::VEC_STRING, in OhCloudExtHashMapGetValueTyp()554 HashMapCffi::VecString(map) => *len = map.len() as c_uint, in OhCloudExtHashMapGetLength()633 HashMapCffi::VecString(map) => { in OhCloudExtHashMapInsert()751 HashMapCffi::VecString(map) => { in OhCloudExtHashMapIterGetKeyValuePair()[all …]
673 HashMapCffi::VecString(res) => res, in OhCloudExtCloudSyncUnsubscribe()