Lines Matching defs:Value
282 struct Value { struct
283 Value() : type(UNKNOWN) {} in Value() argument
285 Value(int32_t v) { in Value() argument
290 Value(int64_t v) { in Value() argument
295 Value(float v) { in Value() function
300 Value(double v) { in Value() argument
305 Value(const std::string& v) { in Value() function
310 Value(const std::vector<uint8_t>& v) { in Value() argument
315 void setInt(int32_t v) { in setInt()
320 void setLong(int64_t v) { in setLong()
325 void setFloat(float v) { in setFloat()
330 void setDouble(double v) { in setDouble()
358 Value(const Value& from); argument
368 Value& operator=(const Value& that); argument