Home
last modified time | relevance | path

Searched refs:currently_reporting (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/src/
Dabg-reporter-priv.h27 if (_diff_->currently_reporting() || _diff_->reported_once()) \
29 if (_diff_->currently_reporting()) \
52 if (_diff_->currently_reporting() || _diff_->reported_once()) \
55 if (_diff_->currently_reporting()) \
81 if (_diff_->currently_reporting() || _diff_->reported_once()) \
84 if (_diff_->currently_reporting()) \
Dabg-default-reporter.cc1263 d.currently_reporting(true); in report()
1355 d.currently_reporting(false); in report()
1376 d.currently_reporting(true); in report()
1408 d.currently_reporting(false); in report()
Dabg-comparison-priv.h271 bool currently_reporting) in priv()
283 currently_reporting_(currently_reporting) in priv()
Dabg-reporter-priv.cc520 if (d->currently_reporting()) in represent()
Dabg-comparison.cc2031 diff::currently_reporting() const in currently_reporting() function in abigail::comparison::diff
2044 diff::currently_reporting(bool f) const in currently_reporting() function in abigail::comparison::diff
/third_party/libabigail/include/
Dabg-comparison.h993 currently_reporting() const;
996 currently_reporting(bool f) const;
/third_party/libabigail/
DChangeLog33246 (diff::{reported_once, currently_reporting}): Flag the canonical
39873 (diff::{context, currently_reporting, reported_once}): New