Searched refs:OhCloudExtRustType (Results 1 – 6 of 6) sorted by relevance
30 pub enum OhCloudExtRustType { enum123 ) -> OhCloudExtRustType { in OhCloudExtVectorGetValueTyp() argument125 None => return OhCloudExtRustType::NULL, in OhCloudExtVectorGetValueTyp()466 value_type: OhCloudExtRustType, in OhCloudExtHashMapNew() argument492 ) -> OhCloudExtRustType { in OhCloudExtHashMapGetKeyTyp() argument494 OhCloudExtRustType::NULL in OhCloudExtHashMapGetKeyTyp()496 OhCloudExtRustType::STRING in OhCloudExtHashMapGetKeyTyp()508 ) -> OhCloudExtRustType { in OhCloudExtHashMapGetValueTyp() argument510 return OhCloudExtRustType::NULL; in OhCloudExtHashMapGetValueTyp()888 OhCloudExtRustType::$typ => {}[all …]
222 let vec = OhCloudExtVectorNew(OhCloudExtRustType::I32); in ut_wrapper()
1302 OhCloudExtHashMap, OhCloudExtRustType, OhCloudExtVector, OhCloudExtVectorNew,1423 let vec = OhCloudExtVectorNew(OhCloudExtRustType::CLOUD_ASSET); in ut_value_assets()
31 enum OhCloudExtRustType { enum65 OhCloudExtVector *OhCloudExtVectorNew(OhCloudExtRustType typ);70 OhCloudExtRustType OhCloudExtVectorGetValueTyp(OhCloudExtVector *src);119 OhCloudExtHashMap *OhCloudExtHashMapNew(OhCloudExtRustType valueTyp);124 OhCloudExtRustType OhCloudExtHashMapGetKeyTyp(const OhCloudExtHashMap *src);129 OhCloudExtRustType OhCloudExtHashMapGetValueTyp(const OhCloudExtHashMap *src);
23 OhCloudExtVector *datas = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_HASHMAP_VALUE); in Convert()44 OhCloudExtHashMap *values = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VALUE); in Convert()116 OhCloudExtHashMap *databases = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_TABLE); in Convert()152 OhCloudExtVector *fields = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_FIELD); in Convert()462 OhCloudExtVector *assets = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_CLOUD_ASSET); in Convert()
316 OhCloudExtHashMap *databases = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_DATABASE); in Subscribe()324 OhCloudExtVector *database = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_DATABASE); in Subscribe()529 OhCloudExtHashMap *subs = OhCloudExtHashMapNew(OhCloudExtRustType::VALUETYPE_VEC_STRING); in Unsubscribe()537 OhCloudExtVector *relation = OhCloudExtVectorNew(OhCloudExtRustType::VALUETYPE_U32); in Unsubscribe()