Home
last modified time | relevance | path

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

/external/catch2/include/reporters/
Dcatch_reporter_bases.hpp53 currentTestRunInfo = _testRunInfo; in testRunStarting()
78 currentTestRunInfo.reset(); in testRunEnded()
89 LazyStat<TestRunInfo> currentTestRunInfo; member
Dcatch_reporter_console.cpp453 if (!currentTestRunInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
466 stream << currentTestRunInfo->name in lazyPrintRunInfo()
473 currentTestRunInfo.used = true; in lazyPrintRunInfo()
/external/bcc/tests/cc/
Dcatch.hpp8547 currentTestRunInfo = _testRunInfo; in testRunStarting()
8572 currentTestRunInfo.reset(); in testRunEnded()
8583 LazyStat<TestRunInfo> currentTestRunInfo; member
9704 if( !currentTestRunInfo.used ) in lazyPrint()
9717 stream << currentTestRunInfo->name in lazyPrintRunInfo()
9724 currentTestRunInfo.used = true; in lazyPrintRunInfo()
/external/catch2/single_include/catch2/
Dcatch.hpp5110 currentTestRunInfo = _testRunInfo; in testRunStarting()
5135 currentTestRunInfo.reset(); in testRunEnded()
5146 LazyStat<TestRunInfo> currentTestRunInfo; member
13758 if (!currentTestRunInfo.used) in lazyPrintWithoutClosingBenchmarkTable()
13771 stream << currentTestRunInfo->name in lazyPrintRunInfo()
13778 currentTestRunInfo.used = true; in lazyPrintRunInfo()