HomeSort by relevance Sort by last modified time
    Searched refs:type_info (Results 76 - 100 of 167) sorted by null

1 2 34 5 6 7

  /external/ImageMagick/coders/
ttf.c 184 *type_info;
221 type_info=GetTypeInfo(image_info->filename,exception);
222 if ((type_info != (const TypeInfo *) NULL) &&
223 (type_info->glyphs != (char *) NULL))
224 (void) CopyMagickString(image->filename,type_info->glyphs,MagickPathExtent);
180 *type_info; local
  /abi/cpp/
Android.mk 18 src/type_info.cc \
  /external/clang/test/CodeGenCXX/
vtable-key-function-arm.cpp 15 namespace std { class type_info; }
16 extern void use(const std::type_info &rtti);
rtti-layout.cpp 20 class __pbase_type_info : public std::type_info {
23 const std::type_info *__pointee;
34 class __class_type_info : public std::type_info { };
65 template<typename T> const T& to(const std::type_info &info) {
typeid-should-throw.cpp 3 struct type_info;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 47 class type_info;
146 const class std::type_info*
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
exception_ptr.h 47 class type_info;
146 const class std::type_info*
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
exception_ptr.h 47 class type_info;
146 const class std::type_info*
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
exception_ptr.h 47 class type_info;
146 const class std::type_info*
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
message_registry.py 320 type_info = self.__GetTypeInfo(attrs, new_type_name_hint)
321 field.type_name = type_info.type_name
322 field.variant = type_info.variant
387 type_info = self.PRIMITIVE_FORMAT_MAP.get(attrs['format'])
388 if type_info is None:
395 if (type_info.type_name.startswith('protorpc.message_types.') or
396 type_info.type_name.startswith('message_types.')):
399 if type_info.type_name.startswith('extra_types.'):
402 return type_info
405 type_info = self.PRIMITIVE_TYPE_INFO_MAP[type_name
    [all...]
  /external/clang/test/PCH/
cxx_exprs.h 40 class type_info {}; class in namespace:std
  /external/clang/test/SemaCXX/
uninit-variables.cpp 4 namespace std { class type_info {}; } class in namespace:std
warn-unused-value.cpp 74 struct type_info {}; struct in namespace:std
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 11 namespace std { class type_info {}; } class in namespace:std
50 i1 = typeid(t1); // expected-error {{assigning to 'int' from incompatible type 'const std::type_info'}}
instantiate-static-var.cpp 66 class type_info { }; class in namespace:std
  /ndk/sources/cxx-stl/gabi++/src/
pbase_type_info.cc 34 extern "C" std::type_info _ZTIDn;
cxxabi_defines.h 39 // Derived types of type_info below are based on 2.9.5 of C++ ABI.
41 class __shim_type_info : public std::type_info
281 std::type_info* exceptionType;
helper_func_internal.h 51 const std::type_info* excpType,
  /prebuilts/misc/common/swig/include/2.0.11/python/
std_multimap.i 29 res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<multimap_type>(),0);
43 swig_type_info *desc = swig::type_info<multimap_type>();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
get_error_info.hpp 17 #include <boost/exception/detail/type_info.hpp>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 38 using std::type_info;
166 const type_info* _M_type;
170 const type_info* _M_seq_type;
178 const type_info* _M_type;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
formatter.h 38 using std::type_info;
166 const type_info* _M_type;
170 const type_info* _M_seq_type;
178 const type_info* _M_type;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
formatter.h 38 using std::type_info;
166 const type_info* _M_type;
170 const type_info* _M_seq_type;
178 const type_info* _M_type;
  /prebuilts/misc/common/swig/include/2.0.11/octave/
std_pair.i 50 int res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
103 int res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info<value_type>(),0);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
formatter.h 38 using std::type_info;
168 const type_info* _M_type;
172 const type_info* _M_seq_type;
180 const type_info* _M_type;

Completed in 1275 milliseconds

1 2 34 5 6 7