Home
last modified time | relevance | path

Searched refs:property_sptr (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/include/
Dabg-ini.h36 typedef shared_ptr<property> property_sptr; typedef
239 is_simple_property(const property_sptr p);
278 is_list_property(const property_sptr p);
311 is_tuple_property(const property_sptr p);
335 typedef vector<property_sptr> properties_type;
381 add_property(const property_sptr prop);
383 property_sptr
/external/libabigail/src/
Dabg-ini.cc628 is_simple_property(const property_sptr p) in is_simple_property()
697 is_list_property(const property_sptr p) in is_list_property()
768 is_tuple_property(const property_sptr p) in is_tuple_property()
833 config::section::add_property(const property_sptr prop) in add_property()
844 property_sptr
852 return property_sptr(); in find_property()
1531 property_sptr
1534 property_sptr nil; in read_property()
1542 property_sptr result; in read_property()
1553 property_sptr empty_value_property(new simple_property(name)); in read_property()
[all …]
Dabg-suppression.cc1674 ini::property_sptr srcloc_not_in_prop = in read_type_suppression()
1892 ini::property_sptr changed_enumerators_prop = in read_type_suppression()
/external/libabigail/
DChangeLog25848 (property_sptr, property_value_sptr, string_property_value_sptr)