Home
last modified time | relevance | path

Searched refs:scoped_catcher (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi_vec.cc97 class scoped_catcher { class
99 scoped_catcher(const char* message) : message_(message) {} in scoped_catcher() function in __anon8c942adf0111::scoped_catcher
101 ~scoped_catcher() { in ~scoped_catcher()
261 scoped_catcher catcher("exception raised in vector destructor!"); in __cxa_vec_cleanup()