Lines Matching defs:Value
268 struct Value { struct
269 Value() : type(UNKNOWN) {} in Value() argument
271 Value(int32_t v) { in Value() argument
276 Value(int64_t v) { in Value() argument
281 Value(float v) { in Value() function
286 Value(double v) { in Value() function
291 Value(const std::string& v) { in Value() argument
296 Value(const std::vector<uint8_t>& v) { in Value() argument
301 void setInt(int32_t v) { in setInt()
306 void setLong(int64_t v) { in setLong()
311 void setFloat(float v) { in setFloat()
316 void setDouble(double v) { in setDouble()
342 Value(const Value& from); argument
352 Value& operator=(const Value& that); argument