HomeSort by relevance Sort by last modified time
    Searched defs:op_runtime_error (Results 1 - 2 of 2) sorted by null

  /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();

Completed in 91 milliseconds