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

  /ndk/sources/cxx-stl/gabi++/src/
array_type_info.cc 38 bool __array_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__array_type_info
enum_type_info.cc 38 bool __enum_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__enum_type_info
function_type_info.cc 38 bool __function_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__function_type_info
fundamental_type_info.cc 38 bool __fundamental_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__fundamental_type_info
class_type_info.cc 38 bool __class_type_info::can_catch(const __shim_type_info* thrown_type, function in class:__cxxabiv1::__class_type_info
pbase_type_info.cc 38 bool __pbase_type_info::can_catch(const __shim_type_info* thr_type, function in class:__cxxabiv1::__pbase_type_info
101 return __pointee->can_catch(thrown_type->__pointee, adjustedPtr);

Completed in 41 milliseconds