Searched refs:isInstanceOf (Results 1 - 7 of 7) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DNotEqualException.cpp78 NotEqualException::isInstanceOf( const Type &exceptionType ) const function in class:CppUnit::NotEqualException
81 Exception::isInstanceOf( exceptionType );
H A DException.cpp122 Exception::isInstanceOf( const Type &exceptionType ) const function in class:CppUnit::Exception
H A DTextOutputter.cpp105 if ( thrownException->isInstanceOf( NotEqualException::type() ) )
H A DTextTestResult.cpp118 if ( thrownException->isInstanceOf( NotEqualException::type() ) )
H A DCompilerOutputter.cpp116 if ( thrownException->isInstanceOf( NotEqualException::type() ) )
/haiku/headers/tools/cppunit/cppunit/
H A DNotEqualException.h53 bool isInstanceOf( const Type &type ) const;
H A DException.h64 virtual bool isInstanceOf( const Type &type ) const;

Completed in 207 milliseconds