Lines Matching refs:string_property_value
288 struct string_property_value::priv
301 string_property_value::string_property_value() in string_property_value() function in abigail::ini::string_property_value
309 string_property_value::string_property_value(const string& content) in string_property_value() function in abigail::ini::string_property_value
318 string_property_value::set_content(const string& c) in set_content()
325 string_property_value::as_string() const in as_string()
332 string_property_value::operator string() const in operator string()
340 string_property_value*
342 {return dynamic_cast<string_property_value*>(const_cast<property_value*>(v));} in is_string_property_value()
351 {return dynamic_pointer_cast<string_property_value>(v);} in is_string_property_value()
354 string_property_value::~string_property_value() in ~string_property_value()
1357 result.reset(new string_property_value(list->get_content()[0])); in read_property_value()
1411 result.reset(new string_property_value(value)); in read_string_property_value()