Searched refs:diff_has_net_changes (Results 1 – 5 of 5) sorted by relevance
61 virtual bool diff_has_net_changes(const corpus_diff *d) const = 0;152 virtual bool diff_has_net_changes(const corpus_diff *d) const;258 virtual bool diff_has_net_changes(const corpus_diff *d) const;
42 leaf_reporter::diff_has_net_changes(const corpus_diff *d) const in diff_has_net_changes() function in abigail::comparison::leaf_reporter
32 default_reporter::diff_has_net_changes(const corpus_diff *d) const in diff_has_net_changes() function in abigail::comparison::default_reporter
10799 {return context()->get_reporter()->diff_has_net_changes(this);} in has_net_changes()
1354 leaf_reporter}::diff_has_net_changes): Add new virtual function.1358 (default_reporter::diff_has_net_changes): Define new member1360 * src/abg-leaf-reporter.cc (leaf_reporter::diff_has_net_changes):1363 reporter_base::diff_has_net_changes on the current reporter,