Home | Sort by relevance Sort by last modified time |
/external/oprofile/libutil++/ | |
op_exception.cpp | 41 op_runtime_error::op_runtime_error(string const & msg) function in class:op_runtime_error 47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) function in class:op_runtime_error 53 op_runtime_error::~op_runtime_error() throw() |
op_exception.h | 52 struct op_runtime_error : std::runtime_error struct in inherits:std::runtime_error 54 explicit op_runtime_error(std::string const & err); 55 op_runtime_error(std::string const & err, int cerrno); 56 ~op_runtime_error() throw(); |