Home
last modified time | relevance | path

Searched defs:reporter (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc889 ScopedFakeTestPartResultReporter reporter( in TEST_F() local
H A Dgtest_unittest.cc1186 ScopedFakeTestPartResultReporter reporter( in TEST_F() local
1202 ScopedFakeTestPartResultReporter reporter(&results); in TEST_F() local
1223 ScopedFakeTestPartResultReporter reporter( in TEST_F() local
/freebsd/contrib/googletest/googletest/src/
H A Dgtest.cc1077 TestPartResultReporterInterface* reporter) { in SetGlobalTestPartResultReporter()
1090 TestPartResultReporterInterface* reporter) { in SetTestPartResultReporterForCurrentThread()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp2725 UninitValsDiagReporter reporter(S); in IssueWarnings() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9714 auto const setReporter = [&]( std::string const& reporter ) { in makeCommandLineParser()
12481 RunContext::RunContext(IConfigPtr const& _config, IStreamingReporterPtr&& reporter) in RunContext()
12551 IStreamingReporter& RunContext::reporter() const { in reporter() function in Catch::RunContext
13067 … auto reporter = Catch::getRegistryHub().getReporterRegistry().create(reporterName, config); in createReporter() local
16737 void ListeningReporter::addReporter(IStreamingReporterPtr&& reporter) { in addReporter()