HomeSort by relevance Sort by last modified time
    Searched full:typeinfo (Results 176 - 200 of 891) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
functional 41 #include <typeinfo>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
memory 42 #include <typeinfo> // std::type_info in get_deleter
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
memory 42 #include <typeinfo> // std::type_info in get_deleter
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
exception 46 // Workaround to DMC harcoded typeinfo.h inclusion.
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
exception 46 // Workaround to DMC harcoded typeinfo.h inclusion.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
memory 42 #include <typeinfo> // std::type_info in get_deleter
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
memory 42 #include <typeinfo> // std::type_info in get_deleter
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
memory 41 #include <typeinfo> // std::type_info in get_deleter
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
memory 41 #include <typeinfo> // std::type_info in get_deleter
  /external/clang/lib/Driver/
Types.cpp 19 struct TypeInfo {
26 static const TypeInfo TypeInfos[] = {
34 static const TypeInfo &getInfo(unsigned id) {
  /external/doclava/src/com/google/doclava/
MethodInfo.java 236 public ArrayList<TypeInfo> getTypeParameters() {
252 public MethodInfo(String rawCommentText, ArrayList<TypeInfo> typeParameters, String name,
257 MethodInfo overriddenMethod, TypeInfo returnType, ArrayList<ParameterInfo> parameters,
319 public TypeInfo returnType() {
512 TypeInfo myType = mine.type();
576 TypeInfo.makeHDF(data, base + ".generic.typeArguments", mTypeParameters, false);
588 HashSet<String> result = TypeInfo.typeVariables(mTypeParameters);
591 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
593 TypeInfo.typeVariables(types, result);
613 return TypeInfo.typeArgumentsName(mTypeParameters, typeVars)
    [all...]
ClassInfo.java 110 public void init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces,
111 ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses,
116 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) {
117 mTypeInfo = typeInfo;
162 public void init3(ArrayList<TypeInfo> types, ArrayList<ClassInfo> realInnerClasses) {
171 public ArrayList<TypeInfo> getTypeParameters() {
270 HashSet<String> result = TypeInfo.typeVariables(mTypeInfo.typeArguments());
273 ArrayList<TypeInfo> types = cl.asTypeInfo().typeArguments();
275 TypeInfo.typeVariables(types, result)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 195 std::type_info *TypeInfo;
202 if (Prefix->Offset > 0 || !Prefix->TypeInfo)
227 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
246 static_cast<const abi::__class_type_info*>(Vtable->TypeInfo),
248 return DynamicTypeInfo(Vtable->TypeInfo->__type_name, -Vtable->Offset,
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message.cc 168 struct TypeInfo {
174 // Not owned by the TypeInfo.
189 TypeInfo() : prototype(NULL) {}
191 ~TypeInfo() {
196 DynamicMessage(const TypeInfo* type_info);
228 const TypeInfo* type_info_;
234 DynamicMessage::DynamicMessage(const TypeInfo* type_info)
445 typedef hash_map<const Descriptor*, const DynamicMessage::TypeInfo*> Map;
478 const DynamicMessage::TypeInfo** target = &prototypes_->map_[type];
484 DynamicMessage::TypeInfo* type_info = new DynamicMessage::TypeInfo
    [all...]
  /external/qemu/include/qom/
object.h 31 typedef struct TypeInfo TypeInfo;
68 * static const TypeInfo my_device_info = {
83 * In the above example, we create a simple type that is described by #TypeInfo.
84 * #TypeInfo describes information about the type including what it inherits
125 * Once all of the parent classes have been initialized, #TypeInfo::class_init
141 * static const TypeInfo my_device_info = {
151 * struct and to add a .class_size member to the #TypeInfo. Each method
166 * static const TypeInfo my_device_info = {
203 * #TypeInfo.class_init of a subclass leads to any user of the class obtaine
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
sorter.py 292 self._typeinfo = dct.get('typeinfo', None)
304 attributes.append('typeinfo: "%s"' % self._typeinfo.pattern)
313 typeinfo = unit.bucket.symbolized_typeinfo
314 if typeinfo.startswith('0x'):
315 typeinfo = unit.bucket.typeinfo_name
321 (not self._typeinfo or self._typeinfo.match(typeinfo)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
typeinfo 27 /** @file typeinfo
51 // Determine whether typeinfo names for the same type are merged (in which
70 // By default, typeinfo names are not merged.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
typeinfo 25 /** @file typeinfo
48 // Determine whether typeinfo names for the same type are merged (in which
67 // By default, typeinfo names are not merged.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
typeinfo 25 /** @file typeinfo
48 // Determine whether typeinfo names for the same type are merged (in which
67 // By default, typeinfo names are not merged.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
typeinfo 27 /** @file typeinfo
45 // Determine whether typeinfo names for the same type are merged (in which
64 // By default, typeinfo names are not merged.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo 27 /** @file typeinfo
51 // Determine whether typeinfo names for the same type are merged (in which
70 // By default, typeinfo names are not merged.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeinfo 27 /** @file typeinfo
50 // Determine whether typeinfo names for the same type are merged (in which
69 // By default, typeinfo names are not merged.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
typeinfo 27 /** @file typeinfo
51 // Determine whether typeinfo names for the same type are merged (in which
70 // By default, typeinfo names are not merged.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
typeinfo 27 /** @file typeinfo
50 // Determine whether typeinfo names for the same type are merged (in which
69 // By default, typeinfo names are not merged.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
typeinfo 25 /** @file typeinfo
48 // Determine whether typeinfo names for the same type are merged (in which
67 // By default, typeinfo names are not merged.

Completed in 3019 milliseconds

1 2 3 4 5 6 78 91011>>