OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:my_exception
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/device/issue22165-typeinfo/jni/
myexception.h
8
class
my_exception
: public std::runtime_error
class in inherits:std::runtime_error
11
my_exception
(std::string const& w)
function in class:my_exception
17
virtual ~
my_exception
() throw()
throwable.cpp
9
throw
my_exception
("my exception");
main.cpp
14
} catch (
my_exception
const& e) {
15
std::cout << "
my_exception
caught!" << std::endl;
/external/eigen/test/
exceptions.cpp
19
struct
my_exception
struct
21
my_exception
() {}
function in struct:my_exception
22
~
my_exception
() {}
45
throw
my_exception
();
85
catch (
my_exception
) { \
/external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp
103
* catch (
my_exception
& e)
Completed in 144 milliseconds