Home
last modified time | relevance | path

Searched refs:reported_once (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/src/
Dabg-reporter-priv.h27 if (_diff_->currently_reporting() || _diff_->reported_once()) \
52 if (_diff_->currently_reporting() || _diff_->reported_once()) \
81 if (_diff_->currently_reporting() || _diff_->reported_once()) \
Dabg-default-reporter.cc216 d.reported_once(true); in report()
317 d.reported_once(true); in report()
1357 d.reported_once(true); in report()
1410 d.reported_once(true); in report()
Dabg-comparison-priv.h271 bool reported_once, in priv()
283 reported_once_(reported_once), in priv()
Dabg-reporter-priv.cc522 else if (d->reported_once()) in represent()
Dabg-leaf-reporter.cc747 d.reported_once(true); in report()
Dabg-comparison.cc2068 diff::reported_once() const in reported_once() function in abigail::comparison::diff
2181 diff::reported_once(bool f) const in reported_once() function in abigail::comparison::diff
/external/libabigail/include/
Dabg-comparison.h966 reported_once() const;
969 reported_once(bool f) const;
/external/libabigail/
DChangeLog24832 (diff::{reported_once, currently_reporting}): Flag the canonical
26122 (diff::reported_once, typedef_diff::report): Fix the doc string.
31459 (diff::{context, currently_reporting, reported_once}): New