Lines Matching +defs:const +defs:impl

434         NotImplementedException( NotImplementedException const& ) {}  in NotImplementedException()  function in Catch::NotImplementedException
925 virtual bool match( ExpressionT const& expr ) const CATCH_OVERRIDE { in match()
947 virtual bool match( ExpressionT const& expr ) const in match()
966 AllOf operator && ( Matcher<ExpressionT> const& other ) const { in operator &&()
987 virtual bool match( ExpressionT const& expr ) const in match()
1006 AnyOf operator || ( Matcher<ExpressionT> const& other ) const { in operator ||()
1019 …:AllOf<ExpressionT> Matcher<ExpressionT>::operator && ( Matcher<ExpressionT> const& other ) const { in operator &&()
1027 …:AnyOf<ExpressionT> Matcher<ExpressionT>::operator || ( Matcher<ExpressionT> const& other ) const { in operator ||()
2351 virtual T getValue( std::size_t index ) const { in getValue()
2374 virtual T getValue( std::size_t index ) const { in getValue()
2579 …Translators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const CATCH_OVERRIDE { in translate()
2763 T valueOr( T const& defaultValue ) const { in valueOr()
3139 virtual bool matches( std::string const& str ) const { in matches()
3161 std::string adjustCase( std::string const& str ) const { in adjustCase()
3186 virtual bool matches( TestCaseInfo const& testCase ) const { in matches()
3197 virtual bool matches( TestCaseInfo const& testCase ) const { in matches()
3208 …matches( TestCaseInfo const& testCase ) const { return !m_underlyingPattern->matches( testCase ); } in matches()
3229 bool matches( TestCaseInfo const& testCase ) const { in matches()
3750 std::string const& operator[]( std::size_t _index ) const { return lines[_index]; } in operator []()
4034 void set( ConfigT& config, std::string const& value ) const { in set()
4037 void setFlag( ConfigT& config ) const { in setFlag()
4444 void argSynopsis( std::ostream& os ) const { in argSynopsis()
4469 void usage( std::ostream& os, std::string const& procName ) const { in usage()
4479 std::string usage( std::string const& procName ) const { in usage()
4485 ConfigT parse( int argc, char const* const argv[] ) const { in parse()
4491 … std::vector<Parser::Token> parseInto( int argc, char const* argv[], ConfigT& config ) const { in parseInto()
4503 …vector<Parser::Token> populate( std::vector<Parser::Token> const& tokens, ConfigT& config ) const { in populate()
4511 …Parser::Token> populateOptions( std::vector<Parser::Token> const& tokens, ConfigT& config ) const { in populateOptions()
4559 …rser::Token> populateFixedArgs( std::vector<Parser::Token> const& tokens, ConfigT& config ) const { in populateFixedArgs()
4574 …r::Token> populateFloatingArgs( std::vector<Parser::Token> const& tokens, ConfigT& config ) const { in populateFloatingArgs()
4940 std::string const& operator[]( std::size_t _index ) const { return lines[_index]; } in operator []()
5030 inline std::ostream& operator << ( std::ostream& os, Colour const& ) { return os; } in operator <<()
5408 inline std::size_t listReporters( Config const& /*config*/ ) { in listReporters()
6496 virtual std::vector<TestCase> const& getAllTestsSorted( IConfig const& config ) const { in getAllTestsSorted()
6592 …eporter* create( std::string const& name, Ptr<IConfig const> const& config ) const CATCH_OVERRIDE { in create()
7138 static IColourImpl* impl = platformColourInstance(); in use() local
7441 TestCase TestCase::withName( std::string const& _newName ) const { in withName()
7463 bool TestCase::operator == ( TestCase const& other ) const { in operator ==()
7469 bool TestCase::operator < ( TestCase const& other ) const { in operator <()
7620 void LegacyReporterAdapter::noMatchingTestCases( std::string const& ) {} in noMatchingTestCases()
7621 void LegacyReporterAdapter::testRunStarting( TestRunInfo const& ) { in testRunStarting()
7633 void LegacyReporterAdapter::assertionStarting( AssertionInfo const& ) { in assertionStarting()
7674 void LegacyReporterAdapter::skipTest( TestCaseInfo const& ) { in skipTest()
7800 bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const { in operator ==()
7803 bool SourceLineInfo::operator < ( SourceLineInfo const& other ) const { in operator <()
8327 Option<TagAlias> TagAliasRegistry::find( std::string const& alias ) const { in find()
8335 std::string TagAliasRegistry::expandAliases( std::string const& unexpandedTestSpec ) const { in expandAliases()
8766 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
8798 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
8819 virtual IStreamingReporter* create( ReporterConfig const& config ) const { in create()
8863 void encodeTo( std::ostream& os ) const { in encodeTo()
9135 virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE { } in assertionStarting()
9285 virtual void noMatchingTestCases( std::string const& /*spec*/ ) CATCH_OVERRIDE {} in noMatchingTestCases()
10058 void printResultType( Colour::Code colour, std::string passOrFail ) const { in printResultType()
10068 void printIssue( std::string issue ) const { in printIssue()