Searched defs:KvStoreVariant (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_util.h | 53 …using KvStoreVariant = std::variant<std::string, int32_t, float, std::vector<uint8_t>, bool, doubl… variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_util.h | 77 …using KvStoreVariant = std::variant<std::string, int32_t, float, std::vector<uint8_t>, bool, doubl… variable
|