Searched defs:scoped_catcher (Results 1 - 1 of 1) sorted by relevance

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

Completed in 35 milliseconds