Home
last modified time | relevance | path

Searched refs:TypeDef (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DTypeDef.cpp25 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 …]
DTypeDef.h27 struct TypeDef : public NamedType { struct
28 TypeDef(const std::string& localName, const FQName& fullName, const Location& location,
54 DISALLOW_COPY_AND_ASSIGN(TypeDef);
DAndroid.bp96 "TypeDef.cpp",
Dhidl-gen_y.yy31 #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/
DTypeDef.cpp21 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()
DTypeDef.h28 struct TypeDef : Declaration { struct
29 TypeDef(const std::string &name, Declaration* declaration);
30 ~TypeDef();
41 DISALLOW_COPY_AND_ASSIGN(TypeDef); argument
DAndroid.bp38 "TypeDef.cpp",
Dc2hal_y.yy29 #include "TypeDef.h"
238 $$ = new TypeDef($2->getName(), $2);
Dc2hal_l.ll41 #include "TypeDef.h"
/system/tools/hidl/hidl2aidl/
DAidlNamedType.cpp35 static void emitTypeDefAidlDefinition(Formatter& out, const TypeDef& typeDef) { in emitTypeDefAidlDefinition()
116 const TypeDef& typeDef = static_cast<const TypeDef&>(namedType); in emitAidl()