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

/frameworks/base/tools/aidl/
H A DType.cpp156 //return new GenericType(package, name, args);
1076 GenericType::GenericType(const string& package, const string& name, function in class:GenericType
1099 GenericType::GenericArgumentTypes() const
1105 GenericType::GenericArguments() const
1111 GenericType::ImportType() const
1117 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
1119 fprintf(stderr, "implement GenericType::WriteToParcel\n");
1123 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**)
1125 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 25 milliseconds