Home
last modified time | relevance | path

Searched refs:list_property_value (Results 1 – 3 of 3) sorted by relevance

/third_party/libabigail/include/
Dabg-ini.h126 class list_property_value; variable
130 typedef shared_ptr<list_property_value> list_property_value_sptr;
141 class list_property_value : public property_value
147 list_property_value();
148 list_property_value(const vector<string>& values);
160 list_property_value*
/third_party/libabigail/src/
Dabg-ini.cc360 struct list_property_value::priv
374 list_property_value::list_property_value() in list_property_value() function in abigail::ini::list_property_value
382 list_property_value::list_property_value(const vector<string>& values) in list_property_value() function in abigail::ini::list_property_value
396 list_property_value::get_content() const in get_content()
403 list_property_value::set_content(const vector<string>& values) in set_content()
413 list_property_value::as_string() const in as_string()
436 list_property_value*
438 {return dynamic_cast<list_property_value*>(const_cast<property_value*>(v));} in is_list_property_value()
449 {return dynamic_pointer_cast<list_property_value>(v);} in is_list_property_value()
1446 result.reset(new list_property_value(content)); in read_list_property_value()
/third_party/libabigail/
DChangeLog5470 (list_property_value): Likewise.
27514 (class {list_property_value, list_property}): Declare new types.
27516 * src/abg-ini.cc (struct list_property_value::priv): Define new
27518 (list_property_value::{list_property_value, get_content,