Home
last modified time | relevance | path

Searched defs:showDurations (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_config.cpp57 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config
Dcatch_config.hpp49 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member
/external/bcc/tests/cc/
Dcatch.hpp3515 ShowDurations::OrNot showDurations; member
3580 virtual ShowDurations::OrNot showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config
/external/catch2/single_include/catch2/
Dcatch.hpp4676 ShowDurations::OrNot showDurations = ShowDurations::DefaultForReporter; member
8062 ShowDurations::OrNot Config::showDurations() const { return m_data.showDurations; } in showDurations() function in Catch::Config