Home
last modified time | relevance | path

Searched refs:changed_types (Results 1 – 5 of 5) sorted by relevance

/third_party/libabigail/src/
Dabg-leaf-reporter.cc327 unsigned num_changed_types = d.changed_types().size(); in report()
331 for (diff_sptrs_type::const_iterator dif = d.changed_types().begin(); in report()
332 dif != d.changed_types().end(); in report()
Dabg-default-reporter.cc755 unsigned num_changed_types = d.changed_types().size(); in report()
763 for (diff_sptrs_type::const_iterator dif = d.changed_types().begin(); in report()
764 dif != d.changed_types().end(); in report()
Dabg-comparison.cc6251 for (diff_sptrs_type::const_iterator i = changed_types().begin(); in chain_into_hierarchy()
6252 i != changed_types().end(); in chain_into_hierarchy()
6403 scope_diff::changed_types() const in changed_types() function in abigail::comparison::scope_diff
6453 return changed_types().size() + changed_decls().size(); in has_changes()
/third_party/libabigail/include/
Dabg-comparison.h1913 changed_types() const;
/third_party/libabigail/
DChangeLog32535 (class_diff::changed_types): Make this return a diff_sptrs_type,
42041 deleted_member_at, inserted_member_at, changed_types,