HomeSort by relevance Sort by last modified time
    Searched defs:type_info (Results 1 - 22 of 22) 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...]
  /abi/cpp/src/
type_info.cc 28 // type_info.cc: Methods for std::type_info.
33 // ARM EABI requires string comprison for mangled type names for type_info
42 type_info::~type_info()
47 type_info::operator==(const type_info& rhs) const
59 type_info::operator!=(const type_info& rhs) const
65 type_info::before(const type_info& rhs) cons
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
type_info.cc 28 // type_info.cc: Methods for std::type_info.
33 // ARM EABI requires string comprison for mangled type names for type_info
42 type_info::~type_info()
47 type_info::operator==(const type_info& rhs) const
59 type_info::operator!=(const type_info& rhs) const
65 type_info::before(const type_info& rhs) cons
    [all...]
  /external/clang/test/CodeGenCXX/
2006-03-06-C++RecurseCrash.cpp 5 class type_info { class in namespace:std
7 virtual ~type_info();
13 class __si_class_type_info : public std::type_info {
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 9 namespace std { class type_info {}; } class in namespace:std
45 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
resolve-single-template-id.cpp 4 class type_info {}; class in namespace:std
instantiate-static-var.cpp 57 class type_info { }; class in namespace:std
  /external/clang/test/SemaCXX/
vararg-non-pod.cpp 83 class type_info { }; class in namespace:std
uninit-variables.cpp 4 namespace std { class type_info {}; } class in namespace:std
  /system/core/debuggerd/arm/
pr-support.c 52 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
unwind.c 42 typedef struct _ZSt9type_info type_info; /* This names C++ type_info type */ typedef in typeref:struct:_ZSt9type_info
47 const type_info *rttip,
  /external/clang/test/PCH/
cxx_exprs.h 40 class type_info {}; class in namespace:std
  /external/clang/test/Index/
load-stmts.cpp 29 class type_info { }; class in namespace:std
  /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);
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
sema.cpp 136 struct type_info {}; struct in namespace:std
  /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/v8/src/
frame-element.h 57 inline TypeInfo type_info() { function in class:v8::internal::BASE_EMBEDDED
hydrogen.cc 5096 TypeInfo type_info = oracle()->CompareType(expr); local
    [all...]
  /external/v8/src/mips/
codegen-mips.h 284 TypeInfo type_info(Slot* slot) { function in class:v8::internal::CodeGenerator
  /frameworks/base/include/utils/
ResourceTypes.h 1954 struct type_info { struct in class:android::ResTable::Theme
    [all...]

Completed in 722 milliseconds