Searched refs:GenericType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aidl/
H A DType.cpp154 //return new GenericType(package, name, args);
1074 GenericType::GenericType(const string& package, const string& name, function in class:GenericType
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
[all...]
H A DType.h405 class GenericType : public Type class in inherits:Type
408 GenericType(const string& package, const string& name,
446 class GenericListType : public GenericType

Completed in 172 milliseconds