Home
last modified time | relevance | path

Searched refs:reportInvalidArguments (Results 1 – 9 of 9) sorted by relevance

/external/catch2/include/reporters/
Dcatch_reporter_listening.cpp45 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ListeningReporter
47 listener->reportInvalidArguments( arg ); in reportInvalidArguments()
49 m_reporter->reportInvalidArguments( arg ); in reportInvalidArguments()
Dcatch_reporter_listening.h32 void reportInvalidArguments(std::string const&arg) override;
Dcatch_reporter_console.h35 void reportInvalidArguments(std::string const&arg) override;
Dcatch_reporter_bases.hpp54 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments() function
Dcatch_reporter_console.cpp382 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ConsoleReporter
/external/catch2/include/internal/
Dcatch_interfaces_reporter.h217 virtual void reportInvalidArguments(std::string const&) {} in reportInvalidArguments() function
Dcatch_session.cpp103 m_context.reporter().reportInvalidArguments(invalidArg); in execute()
/external/libabigail/tests/lib/
Dcatch.hpp5651 virtual void reportInvalidArguments(std::string const&) {} in reportInvalidArguments() function
5748 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments() function
6153 void reportInvalidArguments(std::string const&arg) override;
10976 void reportInvalidArguments(std::string const&arg) override;
13306 m_context.reporter().reportInvalidArguments(invalidArg); in execute()
16416 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ConsoleReporter
17039 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ListeningReporter
17041 listener->reportInvalidArguments( arg ); in reportInvalidArguments()
17043 m_reporter->reportInvalidArguments( arg ); in reportInvalidArguments()
/external/catch2/single_include/catch2/
Dcatch.hpp5618 virtual void reportInvalidArguments(std::string const&) {} in reportInvalidArguments() function
5712 void reportInvalidArguments(std::string const&) override {} in reportInvalidArguments() function
6119 void reportInvalidArguments(std::string const&arg) override;
10914 void reportInvalidArguments(std::string const&arg) override;
13163 m_context.reporter().reportInvalidArguments(invalidArg); in execute()
16164 void ConsoleReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ConsoleReporter
16781 void ListeningReporter::reportInvalidArguments(std::string const&arg){ in reportInvalidArguments() function in Catch::ListeningReporter
16783 listener->reportInvalidArguments( arg ); in reportInvalidArguments()
16785 m_reporter->reportInvalidArguments( arg ); in reportInvalidArguments()