Home
last modified time | relevance | path

Searched defs:MutliValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_objects.h68 MutliValue(MutliValue::Type val) noexcept : value(std::move(val)) in MutliValue() function
75 MutliValue(const MutliValue &val) : value(val.value) {} in MutliValue() function
98 MutliValue(const std::vector<int> &val) : value(val) {} in MutliValue() function
105 MutliValue(const std::vector<int64_t> &val) : value(val) {} in MutliValue() function
112 MutliValue(const std::vector<double> &val) : value(val) {} in MutliValue() function
119 MutliValue(const std::vector<std::string> &val) : value(val) {} in MutliValue() function