Lines Matching defs:values
381 /// @param values the instance of @ref list_property_value to copy from.
382 list_property_value::list_property_value(const vector<string>& values)
384 priv_(new priv(values))
401 /// @param values the new content, which is a vector of strings.
403 list_property_value::set_content(const vector<string>& values)
405 priv_->values_ = values;
724 /// @param values the tuple value of the property.
733 /// @param values the new tuple value of the property.
1472 vector<property_value_sptr> values;
1477 values.push_back(value);
1493 result.reset(new tuple_property_value(values));