HomeSort by relevance Sort by last modified time
    Searched refs:type_info (Results 1 - 23 of 23) 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...]
  /external/stlport/test/unit/
typeinfo_header_test.cpp 12 * type_info is not a member of stlp_std
18 const std::type_info& ti = typeid(A);
  /ndk/tests/device/test-gnustl-full/unit/
typeinfo_header_test.cpp 12 * type_info is not a member of stlp_std
18 const std::type_info& ti = typeid(A);
  /ndk/tests/device/test-stlport/unit/
typeinfo_header_test.cpp 12 * type_info is not a member of stlp_std
18 const std::type_info& ti = typeid(A);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 203 class __fundamental_type_info : public std::type_info
207 __fundamental_type_info(const char* __n) : std::type_info(__n) { }
214 class __array_type_info : public std::type_info
218 __array_type_info(const char* __n) : std::type_info(__n) { }
225 class __function_type_info : public std::type_info
229 __function_type_info(const char* __n) : std::type_info(__n) { }
241 class __enum_type_info : public std::type_info
245 __enum_type_info(const char* __n) : std::type_info(__n) { }
252 class __pbase_type_info : public std::type_info
256 const std::type_info* __pointee; // Type of pointed to object
    [all...]
exception_ptr.h 143 const type_info*
  /external/stlport/stlport/stl/
_typeinfo.h 45 // VC 6 and eVC 4 have type_info in the global namespace
47 using ::type_info;
49 using _STLP_VENDOR_EXCEPT_STD::type_info;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_typeinfo.h 45 // VC 6 and eVC 4 have type_info in the global namespace
47 using ::type_info;
49 using _STLP_VENDOR_EXCEPT_STD::type_info;
  /external/protobuf/src/google/protobuf/
dynamic_message.cc 184 DynamicMessage(const TypeInfo* type_info);
222 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
223 : type_info_(type_info),
471 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; local
472 *target = type_info;
474 type_info->type = type;
475 type_info->pool = (pool_ == NULL) ? type->file()->pool() : pool_;
476 type_info->factory = this;
488 type_info->offsets.reset(offsets);
497 type_info->has_bits_offset = size
    [all...]
  /external/stlport/stlport/
typeinfo.h 51 using std::type_info;
63 using /*_STLP_VENDOR_EXCEPT_STD */ :: type_info;
  /ndk/sources/cxx-stl/stlport/stlport/
typeinfo.h 51 using std::type_info;
63 using /*_STLP_VENDOR_EXCEPT_STD */ :: type_info;
  /external/bluetooth/glib/gobject/
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...]
gtypemodule.h 227 const GTypeInfo *type_info,
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);
gboxed.c 399 static const GTypeInfo type_info = { local
418 type = g_type_register_static (G_TYPE_BOXED, name, &type_info, 0);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
boost_sp_counted_base.h 126 _M_get_deleter(const std::type_info&) = 0;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
formatter.h 37 using std::type_info;
160 const type_info* _M_type;
164 const type_info* _M_seq_type;
172 const type_info* _M_type;
  /system/core/debuggerd/
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,
pr-support.c 52 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 85 _M_get_deleter(const std::type_info& __ti)
145 _M_get_deleter(const std::type_info& __ti)
202 _M_get_deleter(const std::type_info& __ti)
367 _M_get_deleter(const std::type_info& __ti) const
873 _M_get_deleter(const std::type_info& __ti) const
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 78 _M_get_deleter(const std::type_info& __ti)
203 _M_get_deleter(const std::type_info& __ti) const
557 _M_get_deleter(const std::type_info& __ti) const
  /frameworks/base/include/utils/
ResourceTypes.h 1874 struct type_info { struct in class:android::ResTable::Theme
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 556 milliseconds