Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp56 currentGroupInfo = _groupInfo; in testGroupStarting()
73 currentGroupInfo.reset(); in testGroupEnded()
77 currentGroupInfo.reset(); in testRunEnded()
90 LazyStat<GroupInfo> currentGroupInfo; member
Dcatch_reporter_console.cpp430 if (currentGroupInfo.used) { in testGroupEnded()
455 if (!currentGroupInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
476 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) { in lazyPrintGroupInfo()
477 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
478 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.hpp5113 currentGroupInfo = _groupInfo; in testGroupStarting()
5130 currentGroupInfo.reset(); in testGroupEnded()
5134 currentGroupInfo.reset(); in testRunEnded()
5147 LazyStat<GroupInfo> currentGroupInfo; member
13735 if (currentGroupInfo.used) { in testGroupEnded()
13760 if (!currentGroupInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
13781 if (!currentGroupInfo->name.empty() && currentGroupInfo->groupsCounts > 1) { in lazyPrintGroupInfo()
13782 printClosedHeader("Group: " + currentGroupInfo->name); in lazyPrintGroupInfo()
13783 currentGroupInfo.used = true; in lazyPrintGroupInfo()