Home
last modified time | relevance | path

Searched refs:RefType (Results 1 – 5 of 5) sorted by relevance

/system/tools/hidl/
DRefType.cpp27 RefType::RefType(Scope* parent) : TemplatedType(parent) {} in RefType() function in android::RefType
29 std::string RefType::templatedTypeName() const { in templatedTypeName()
33 std::vector<const Reference<Type>*> RefType::getStrongReferences() const { in getStrongReferences()
37 std::string RefType::getVtsType() const { in getVtsType()
41 std::string RefType::getVtsValueName() const { in getVtsValueName()
45 bool RefType::isCompatibleElementType(const Type* elementType) const { in isCompatibleElementType()
78 std::string RefType::getCppType(StorageMode /*mode*/, bool specifyNamespaces) const { in getCppType()
83 void RefType::emitReaderWriter( in emitReaderWriter()
94 void RefType::emitResolveReferences( in emitResolveReferences()
117 void RefType::emitResolveReferencesEmbedded( in emitResolveReferencesEmbedded()
[all …]
DRefType.h28 struct RefType : public TemplatedType { struct
29 RefType(Scope* parent);
81 DISALLOW_COPY_AND_ASSIGN(RefType);
Dhidl-gen_l.ll48 #include "RefType.h"
115 "ref" { yylval->templatedType = new RefType(*scope); return token::TEMPLATED; }
DAndroid.bp78 "RefType.cpp",
Dhidl-gen_y.yy29 #include "RefType.h"