/external/oprofile/libutil++/ |
op_exception.cpp | 2 * @file op_exception.cpp 14 #include "op_exception.h" 18 op_exception::op_exception(string const & msg) function in class:op_exception 24 op_exception::~op_exception() throw() 28 char const * op_exception::what() const throw() 36 op_exception(msg)
|
op_exception.h | 2 * @file op_exception.h 28 class op_exception : public std::exception { class in inherits:std::exception 30 explicit op_exception(std::string const& msg); 31 ~op_exception() throw() = 0; 44 struct op_fatal_error : op_exception
|
Android.mk | 30 op_exception.cpp \
|
/external/oprofile/libutil++/tests/ |
utility_tests.cpp | 3 * tests utility.h and op_exception.h 17 #include "op_exception.h" 96 throw_tests<op_fatal_error, op_exception>(); 100 throw_tests<op_fatal_error, op_exception>(true);
|
/external/oprofile/libregex/ |
op_regex.h | 25 #include "op_exception.h" 30 struct bad_regex : op_exception {
|
op_regex.cpp | 75 : op_exception(pattern)
|
/external/oprofile/pp/ |
common_option.cpp | 21 #include "op_exception.h" 206 catch (op_exception const & e) {
|