Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ini.h63 typedef shared_ptr<property_value> property_value_sptr; typedef
124 is_string_property_value(const property_value_sptr);
164 is_list_property_value(const property_value_sptr&);
182 tuple_property_value(const vector<property_value_sptr>&);
184 const vector<property_value_sptr>&
187 vector<property_value_sptr>&
202 is_tuple_property_value(const property_value_sptr);
/external/libabigail/src/
Dabg-ini.cc350 is_string_property_value(const property_value_sptr v) in is_string_property_value()
448 is_list_property_value(const property_value_sptr&v) in is_list_property_value()
458 vector<property_value_sptr> value_items_;
464 priv(const vector<property_value_sptr>& value_items) in priv()
472 tuple_property_value::tuple_property_value(const vector<property_value_sptr>& v) in tuple_property_value()
480 const vector<property_value_sptr>&
487 vector<property_value_sptr>&
504 for (vector<property_value_sptr>::const_iterator i = in as_string()
535 is_tuple_property_value(const property_value_sptr v) in is_tuple_property_value()
1339 property_value_sptr
[all …]
Dabg-suppression.cc1824 for (vector<ini::property_value_sptr>::const_iterator i = in read_type_suppression()
/external/libabigail/
DChangeLog25848 (property_sptr, property_value_sptr, string_property_value_sptr)
25883 (read_context::read_property_value): Return a property_value_sptr