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

  /bionic/libstdc++/src/
typeinfo.cpp 4 type_info::type_info() { function in class:type_info
7 type_info::~type_info() {
11 type_info::name() const {
16 type_info::operator==(type_info const & right) const {
21 type_info::operator!=(type_info const & right) const {
26 type_info::before(type_info const & right) const
30 type_info::type_info(type_info const & right) { function in class:type_info
    [all...]
  /system/core/debuggerd/
pr-support.c 52 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
unwind-arm.c 40 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
45 const type_info *rttip,
  /external/bluetooth/glib/gobject/
gboxed.c 399 static const GTypeInfo type_info = { local
418 type = g_type_register_static (G_TYPE_BOXED, name, &type_info, 0);
gtypemodule.c 206 ModuleTypeInfo *type_info = tmp_list->data; local
207 if (type_info->type == type)
208 return type_info;
266 ModuleTypeInfo *type_info = tmp_list->data; local
267 if (!type_info->loaded)
271 g_type_name (type_info->type));
310 ModuleTypeInfo *type_info = tmp_list->data; local
311 type_info->loaded = FALSE;
363 * @type_info: type information structure
384 const GTypeInfo *type_info,
    [all...]
gvaluetypes.c 1060 static const GTypeInfo type_info = { 0, }; local
1063 type = g_type_register_static (G_TYPE_POINTER, g_intern_static_string ("GType"), &type_info, 0);
1189 static const GTypeInfo type_info = { local
1206 type = g_type_register_static (G_TYPE_POINTER, name, &type_info, 0);
  /frameworks/base/include/utils/
ResourceTypes.h 1844 struct type_info { struct in class:android::ResTable::Theme
    [all...]

Completed in 468 milliseconds