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

  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 129 __shim_type_info::~__shim_type_info() {
cxxabi_defines.h 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1
44 virtual ~__shim_type_info();
45 virtual bool can_catch(const __shim_type_info* thrown_type,
50 class __fundamental_type_info : public __shim_type_info
54 virtual bool can_catch(const __shim_type_info* thrown_type,
59 class __array_type_info : public __shim_type_info
63 virtual bool can_catch(const __shim_type_info* thrown_type,
68 class __function_type_info : public __shim_type_info
72 virtual bool can_catch(const __shim_type_info* thrown_type,
77 class __enum_type_info : public __shim_type_info
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cxxabi.h 41 class __shim_type_info : public std::type_info class in namespace:__cxxabiv1
44 virtual ~__shim_type_info();
45 virtual bool can_catch(const __shim_type_info* thrown_type,
50 class __fundamental_type_info : public __shim_type_info
54 virtual bool can_catch(const __shim_type_info* thrown_type,
59 class __array_type_info : public __shim_type_info
63 virtual bool can_catch(const __shim_type_info* thrown_type,
68 class __function_type_info : public __shim_type_info
72 virtual bool can_catch(const __shim_type_info* thrown_type,
77 class __enum_type_info : public __shim_type_info
    [all...]

Completed in 30 milliseconds