Searched refs:RefType (Results 1 – 5 of 5) sorted by relevance
27 RefType::RefType(Scope* parent) : TemplatedType(parent) {} in RefType() function in android::RefType29 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 …]
28 struct RefType : public TemplatedType { struct29 RefType(Scope* parent);81 DISALLOW_COPY_AND_ASSIGN(RefType);
48 #include "RefType.h"115 "ref" { yylval->templatedType = new RefType(*scope); return token::TEMPLATED; }
78 "RefType.cpp",
29 #include "RefType.h"