Lines Matching defs:key
108 bool Format::PutIntValue(const std::string_view &key, int32_t value) in PutIntValue()
118 bool Format::PutLongValue(const std::string_view &key, int64_t value) in PutLongValue()
128 bool Format::PutFloatValue(const std::string_view &key, float value) in PutFloatValue()
138 bool Format::PutDoubleValue(const std::string_view &key, double value) in PutDoubleValue()
148 bool Format::PutStringValue(const std::string_view &key, const std::string_view &value) in PutStringValue()
158 bool Format::GetStringValue(const std::string_view &key, std::string &value) const in GetStringValue() argument
169 bool Format::GetIntValue(const std::string_view &key, int32_t &value) const in GetIntValue() argument
180 bool Format::GetLongValue(const std::string_view &key, int64_t &value) const in GetLongValue() argument
191 bool Format::GetFloatValue(const std::string_view &key, float &value) const in GetFloatValue() argument
202 bool Format::GetDoubleValue(const std::string_view &key, double &value) const in GetDoubleValue() argument
213 bool Format::PutBuffer(const std::string_view &key, const uint8_t *addr, size_t size) in PutBuffer()
248 bool Format::GetBuffer(const std::string_view &key, uint8_t **addr, size_t &size) const in GetBuffer() argument
280 void Format::RemoveKey(const std::string_view &key) in RemoveKey()