Searched refs:TypeDef (Results 1 – 10 of 10) sorted by relevance
/system/tools/hidl/ |
D | TypeDef.cpp | 25 TypeDef::TypeDef(const std::string& localName, const FQName& fullName, const Location& location, in TypeDef() function in android::TypeDef 29 const ScalarType *TypeDef::resolveToScalarType() const { in resolveToScalarType() 34 Type* TypeDef::referencedType() { in referencedType() 38 const Type* TypeDef::referencedType() const { in referencedType() 42 bool TypeDef::isInterface() const { in isInterface() 46 bool TypeDef::isEnum() const { in isEnum() 50 std::string TypeDef::typeName() const { in typeName() 54 bool TypeDef::isTypeDef() const { in isTypeDef() 58 const Type* TypeDef::resolve() const { in resolve() 62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() [all …]
|
D | TypeDef.h | 27 struct TypeDef : public NamedType { struct 28 TypeDef(const std::string& localName, const FQName& fullName, const Location& location, 54 DISALLOW_COPY_AND_ASSIGN(TypeDef);
|
D | Android.bp | 96 "TypeDef.cpp",
|
D | hidl-gen_y.yy | 31 #include "TypeDef.h" 738 // The reason we wrap the given type in a TypeDef is simply to suppress 741 TypeDef* typeDef = new TypeDef(
|
/system/tools/hidl/c2hal/ |
D | TypeDef.cpp | 21 TypeDef::TypeDef(const std::string &name, Declaration* declaration) in TypeDef() function in android::TypeDef 27 TypeDef::~TypeDef() {} in ~TypeDef() 29 void TypeDef::generateSource(Formatter &out) const { in generateSource() 37 void TypeDef::processContents(AST &ast) { in processContents()
|
D | TypeDef.h | 28 struct TypeDef : Declaration { struct 29 TypeDef(const std::string &name, Declaration* declaration); 30 ~TypeDef(); 41 DISALLOW_COPY_AND_ASSIGN(TypeDef); argument
|
D | Android.bp | 38 "TypeDef.cpp",
|
D | c2hal_y.yy | 29 #include "TypeDef.h" 238 $$ = new TypeDef($2->getName(), $2);
|
D | c2hal_l.ll | 41 #include "TypeDef.h"
|
/system/tools/hidl/hidl2aidl/ |
D | AidlNamedType.cpp | 35 static void emitTypeDefAidlDefinition(Formatter& out, const TypeDef& typeDef) { in emitTypeDefAidlDefinition() 116 const TypeDef& typeDef = static_cast<const TypeDef&>(namedType); in emitAidl()
|