Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ini.h169 is_list_property_value(const property_value*);
172 is_list_property_value(const property_value_sptr&);
/external/libabigail/src/
Dabg-ini.cc437 is_list_property_value(const property_value* v) in is_list_property_value() function
448 is_list_property_value(const property_value_sptr&v) in is_list_property_value() function
1566 else if (list_property_value_sptr lv = is_list_property_value(value)) in read_property()
Dabg-suppression.cc1724 && is_list_property_value(v->get_value_items()[0]) in read_type_suppression()
1725 && is_list_property_value(v->get_value_items()[0])->get_content().size() == 2) in read_type_suppression()
1728 is_list_property_value(v->get_value_items()[0]); in read_type_suppression()
1790 || !is_list_property_value(tuple_value->get_value_items()[0])) in read_type_suppression()
1796 is_list_property_value(tuple_value->get_value_items()[0]); in read_type_suppression()
/external/libabigail/
DChangeLog19101 (is_list_property, is_list_property_value): Declare new functions.
19106 (is_list_property_value): Define new function.