Searched refs:GenericType (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aidl/ |
D | Type.cpp | 1076 GenericType::GenericType(const string& package, const string& name, in GenericType() function in GenericType 1099 GenericType::GenericArgumentTypes() const in GenericArgumentTypes() 1105 GenericType::GenericArguments() const in GenericArguments() 1111 GenericType::ImportType() const in ImportType() 1117 GenericType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags) in WriteToParcel() 1123 GenericType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable**) in CreateFromParcel() 1129 GenericType::ReadFromParcel(StatementBlock* addTo, Variable* v, in ReadFromParcel() 1140 :GenericType(package, name, args), in GenericListType()
|
D | Type.h | 405 class GenericType : public Type 408 GenericType(const string& package, const string& name, 446 class GenericListType : public GenericType
|