HomeSort by relevance Sort by last modified time
    Searched refs:GenericType (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 32 static class GenericType<T>{
43 static class SimpleInheritance <T> extends GenericType<T>{}
77 Class<? extends GenericType> clazz = GenericType.class;
90 Class<? extends GenericType> clazz = GenericType.class;
171 TypeVariable<Class> typeParameter = getTypeParameter(GenericType.class);
  /external/protobuf/src/google/protobuf/
repeated_field.h 267 template <typename GenericType>
270 typedef GenericType Type;
271 static GenericType* New() { return new GenericType; }
272 static void Delete(GenericType* value) { delete value; }
273 static void Clear(GenericType* value) { value->Clear(); }
274 static void Merge(const GenericType& from, GenericType* to) {
277 static int SpaceUsed(const GenericType& value) { return value.SpaceUsed(); }
    [all...]
  /frameworks/base/tools/aidl/
Type.cpp 154 //return new GenericType(package, name, args);
1074 GenericType::GenericType(const string& package, const string& name,
1097 GenericType::GenericArgumentTypes() const
1103 GenericType::GenericArguments() const
1109 GenericType::ImportType() const
1115 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1117 fprintf(stderr, "implement GenericType::WriteToParcel\n");
1121 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1123 fprintf(stderr, "implement GenericType::CreateFromParcel\n")
    [all...]
Type.h 405 class GenericType : public Type
408 GenericType(const string& package, const string& name,
446 class GenericListType : public GenericType

Completed in 809 milliseconds