Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp61 currentGroupInfo = _groupInfo; in testGroupStarting()
78 currentGroupInfo.reset(); in testGroupEnded()
82 currentGroupInfo.reset(); in testRunEnded()
95 LazyStat<GroupInfo> currentGroupInfo; member
Dcatch_reporter_console.cpp484 if (currentGroupInfo.used) { in testGroupEnded()
513 if (!currentGroupInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
534 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) { in lazyPrintGroupInfo()
535 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
536 currentGroupInfo.used = true; in lazyPrintGroupInfo()
/external/bcc/tests/cc/
Dcatch.hpp8550 currentGroupInfo = _groupInfo; in testGroupStarting()
8567 currentGroupInfo.reset(); in testGroupEnded()
8571 currentGroupInfo.reset(); in testRunEnded()
8584 LazyStat<GroupInfo> currentGroupInfo; member
9546 if( currentGroupInfo.used ) { in testGroupEnded()
9706 if( !currentGroupInfo.used ) in lazyPrint()
9727 if( !currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1 ) { in lazyPrintGroupInfo()
9728 printClosedHeader( "Group: " + currentGroupInfo->name ); in lazyPrintGroupInfo()
9729 currentGroupInfo.used = true; in lazyPrintGroupInfo()
/external/catch2/single_include/catch2/
Dcatch.hpp5719 currentGroupInfo = _groupInfo; in testGroupStarting()
5736 currentGroupInfo.reset(); in testGroupEnded()
5740 currentGroupInfo.reset(); in testRunEnded()
5753 LazyStat<GroupInfo> currentGroupInfo; member
16266 if (currentGroupInfo.used) { in testGroupEnded()
16295 if (!currentGroupInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
16316 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) { in lazyPrintGroupInfo()
16317 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
16318 currentGroupInfo.used = true; in lazyPrintGroupInfo()
/external/libabigail/tests/lib/
Dcatch.hpp5755 currentGroupInfo = _groupInfo; in testGroupStarting()
5772 currentGroupInfo.reset(); in testGroupEnded()
5776 currentGroupInfo.reset(); in testRunEnded()
5789 LazyStat<GroupInfo> currentGroupInfo; member
16519 if (currentGroupInfo.used) { in testGroupEnded()
16548 if (!currentGroupInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
16569 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) { in lazyPrintGroupInfo()
16570 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
16571 currentGroupInfo.used = true; in lazyPrintGroupInfo()