Home
last modified time | relevance | path

Searched defs:type_info (Results 1 – 25 of 78) sorted by relevance

1234

/external/python/pybind11/include/pybind11/detail/
Dinternals.h128 struct type_info { struct
130 const std::type_info *cpptype; argument
136 std::vector<std::pair<const std::type_info *, void *(*)(void *)>> implicit_casts; argument
140 void *(*module_local_load)(PyObject *, const type_info *) = nullptr; argument
152 /// Tracks the `internals` and `type_info` ABI version independent of the main library version argument
/external/llvm-project/clang/test/SemaCXX/
Dtypeid.cpp9 struct type_info { const char *name; }; argument
DMicrosoftCompatibilityNoExceptions.cpp6 class type_info {}; class
Dms-no-rtti-data.cpp4 struct type_info {}; struct
Dno-rtti-data.cpp4 struct type_info {}; struct
/external/icu/icu4c/source/common/unicode/
Dstd_string.h35 namespace std { class type_info; } variable
/external/icu/icu4c/source/common/
Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/external/icu/icu4c/source/io/unicode/
Dustream.h38 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/external/icu/libicu/cts_headers/unicode/
Dstd_string.h35 namespace std { class type_info; } variable
/external/icu/libicu/cts_headers/
Dutypeinfo.h28 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364 variable
/external/clang/test/SemaCXX/
DMicrosoftCompatibilityNoExceptions.cpp6 class type_info {}; class
/external/libcxxabi/include/
Dcxxabi.h30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration variable
/external/llvm-project/libcxxabi/include/
Dcxxabi.h30 class _LIBCXXABI_TYPE_VIS type_info; // forward declaration variable
/external/ImageMagick/MagickCore/
Dtype.c163 static void *DestroyTypeNode(void *type_info) in DestroyTypeNode()
334 *type_info; in GetTypeInfoByFamily() local
760 *type_info; in LoadFontConfigFonts() local
948 **type_info; in ListTypeInfo() local
1084 *type_info; in LoadTypeCache() local
/external/llvm-project/clang/test/CodeGenCXX/
D2006-03-06-C++RecurseCrash.cpp5 class type_info { class
/external/clang/test/CodeGenCXX/
D2006-03-06-C++RecurseCrash.cpp5 class type_info { class
/external/libchrome/mojo/core/ports/
Duser_message.cc11 UserMessage::UserMessage(const TypeInfo* type_info) : type_info_(type_info) {} in UserMessage()
/external/clang/test/Sema/
Dattr-availability-macosx.c50 struct __attribute__((availability(macosx,strict,introduced=10.9))) type_info // \ struct
/external/llvm-project/clang/test/Sema/
Dattr-availability-macosx.c50 struct __attribute__((availability(macOS,strict,introduced=10.9))) type_info // \ struct
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTableTheme.java379 static class type_info { class in ResTableTheme
383 type_info() {} in type_info() method in ResTableTheme.type_info
386 type_info(type_info src) { in type_info() method in ResTableTheme.type_info
/external/protobuf/src/google/protobuf/
Ddynamic_message.cc318 DynamicMessage::DynamicMessage(const TypeInfo* type_info) in DynamicMessage()
323 DynamicMessage::DynamicMessage(const TypeInfo* type_info, Arena* arena) in DynamicMessage()
328 DynamicMessage::DynamicMessage(TypeInfo* type_info, bool lock_factory) in DynamicMessage()
671 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo; in GetPrototypeNoLock() local
/external/mesa3d/src/freedreno/decode/
Dpgmdump.c124 uint32_t type_info; member
135 uint32_t type_info; member
159 uint32_t type_info; member
178 uint32_t type_info; member
193 uint32_t type_info; member
205 uint32_t type_info; member
213 uint32_t type_info; member
294 static int valid_type(uint32_t type_info) in valid_type()
/external/google-fruit/include/fruit/impl/util/
Dtype_info.h65 const TypeInfo* type_info; member
/external/llvm-project/clang/test/SemaTemplate/
Dfun-template-def.cpp11 namespace std { class type_info {}; } class
/external/clang/test/SemaTemplate/
Dfun-template-def.cpp11 namespace std { class type_info {}; } class

1234