Home
last modified time | relevance | path

Searched refs:getReferences (Results 1 – 17 of 17) sorted by relevance

/system/tools/hidl/
DConstantExpression.h73 std::vector<Reference<LocalIdentifier>*> getReferences();
74 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const;
219 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
DMethod.h70 std::vector<Reference<Type>*> getReferences();
71 std::vector<const Reference<Type>*> getReferences() const;
DType.cpp115 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type
116 const auto& constRet = static_cast<const Type*>(this)->getReferences(); in getReferences()
123 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type
149 for (const auto* ref : getReferences()) { in getStrongReferences()
173 for (auto* nextRef : getReferences()) { in recursivePass()
197 for (const auto* nextRef : getReferences()) { in recursivePass()
289 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions()
788 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
DMethod.cpp72 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method
73 const auto& constRet = static_cast<const Method*>(this)->getReferences(); in getReferences()
80 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method
97 for (const auto* ref : getReferences()) { in getStrongReferences()
DTypeDef.h44 std::vector<const Reference<Type>*> getReferences() const override;
DTypeDef.cpp62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
DConstantExpression.cpp526 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression
527 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences(); in getReferences()
534 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression
568 for (auto* nextRef : getReferences()) { in recursivePass()
601 for (const auto* nextRef : getReferences()) { in recursivePass()
647 for (const auto* nextRef : getReferences()) { in checkAcyclic()
725 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
DType.h69 std::vector<Reference<Type>*> getReferences();
70 virtual std::vector<const Reference<Type>*> getReferences() const;
394 std::vector<const Reference<Type>*> getReferences() const override;
DAST.cpp195 for (auto* nextRef : type->getReferences()) { in lookupTypes()
220 for (auto* nextRef : type->getReferences()) { in gatherReferencedTypes()
245 for (auto* nextRef : ce->getReferences()) { in lookupConstantExpressions()
354 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions()
DArrayType.h43 std::vector<const Reference<Type>*> getReferences() const override;
DInterface.h96 std::vector<const Reference<Type>*> getReferences() const override;
DCompoundType.h48 std::vector<const Reference<Type>*> getReferences() const override;
DEnumType.h71 std::vector<const Reference<Type>*> getReferences() const override;
DInterface.cpp463 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface
471 const auto& references = method->getReferences(); in getReferences()
DArrayType.cpp60 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
DEnumType.cpp86 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
DCompoundType.cpp42 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType