Lines Matching defs:key
57 auto key = parcel.ReadString(); in Unmarshalling() local
132 int32_t MapDataSequenceable::Get(const std::string &key, int32_t &value) const in Get() argument
137 int32_t MapDataSequenceable::Get(const std::string &key, int64_t &value) const in Get() argument
142 int32_t MapDataSequenceable::Get(const std::string &key, double &value) const in Get() argument
147 int32_t MapDataSequenceable::Get(const std::string &key, std::string &value) const in Get() argument
152 int32_t MapDataSequenceable::Set(const std::string &key, int32_t value) in Set()
157 int32_t MapDataSequenceable::Set(const std::string &key, int64_t value) in Set()
162 int32_t MapDataSequenceable::Set(const std::string &key, double value) in Set()
167 int32_t MapDataSequenceable::Set(const std::string &key, const std::string& value) in Set()
173 int32_t MapDataSequenceable::Get(const std::string &key, MapDataType type, T &value) const in Get() argument
191 int32_t MapDataSequenceable::Set(const std::string &key, MapDataType type, const std::any& val) in Set()