Home
last modified time | relevance | path

Searched defs:exception_ptr (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__exception/
Dexception_ptr.h30 _LIBCPP_HIDE_FROM_ABI exception_ptr() _NOEXCEPT : __ptr_() {} in exception_ptr() function
31 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() function
Doperations.h36 class _LIBCPP_TYPE_VIS exception_ptr; variable
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1144 MDRawExceptionStream *exception_ptr = exception.get(); in WriteExceptionStream() local