Lines Matching refs:key
38 int32_t Get(const std::string &key, int32_t &value) const;
39 int32_t Get(const std::string &key, int64_t &value) const;
40 int32_t Get(const std::string &key, double &value) const;
41 int32_t Get(const std::string &key, std::string &value) const;
42 int32_t Set(const std::string &key, int32_t value);
43 int32_t Set(const std::string &key, int64_t value);
44 int32_t Set(const std::string &key, double value);
45 int32_t Set(const std::string &key, const std::string& value);
59 int32_t Get(const std::string &key, MapDataType type, T &value) const;
60 int32_t Set(const std::string &key, MapDataType type, const std::any& val);