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

/system/tools/hidl/
H A DTypeDef.cpp62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { function in class:android::TypeDef
H A DTypeDef.h44 std::vector<const Reference<Type>*> getReferences() const override;
H A DConstantExpression.h70 std::vector<Reference<LocalIdentifier>*> getReferences();
71 virtual std::vector<const Reference<LocalIdentifier>*> getReferences() const;
208 std::vector<const Reference<LocalIdentifier>*> getReferences() const override;
H A DMethod.h71 std::vector<Reference<Type>*> getReferences();
72 std::vector<const Reference<Type>*> getReferences() const;
H A DType.cpp119 std::vector<Reference<Type>*> Type::getReferences() { function in class:android::Type
120 const auto& constRet = static_cast<const Type*>(this)->getReferences();
127 std::vector<const Reference<Type>*> Type::getReferences() const { function in class:android::Type
153 for (const auto* ref : getReferences()) {
176 for (auto* nextRef : getReferences()) {
199 for (const auto* nextRef : getReferences()) {
291 for (const Reference<Type>* innerRef : refType->getReferences()) {
778 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { function in class:android::TemplatedType
H A DMethod.cpp72 std::vector<Reference<Type>*> Method::getReferences() { function in class:android::Method
73 const auto& constRet = static_cast<const Method*>(this)->getReferences();
80 std::vector<const Reference<Type>*> Method::getReferences() const { function in class:android::Method
97 for (const auto* ref : getReferences()) {
H A DConstantExpression.cpp467 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { function in class:android::ConstantExpression
468 const auto& constRet = static_cast<const ConstantExpression*>(this)->getReferences();
475 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { function in class:android::ConstantExpression
497 for (auto* nextRef : getReferences()) {
530 for (const auto* nextRef : getReferences()) {
576 for (const auto* nextRef : getReferences()) {
654 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { function in class:android::ReferenceConstantExpression
H A DType.h70 std::vector<Reference<Type>*> getReferences();
71 virtual std::vector<const Reference<Type>*> getReferences() const;
362 std::vector<const Reference<Type>*> getReferences() const override;
H A DAST.cpp162 for (auto* nextRef : type->getReferences()) {
186 for (auto* nextRef : type->getReferences()) {
210 for (auto* nextRef : ce->getReferences()) {
298 for (const Reference<Type>* ref : type->getReferences()) {
H A DArrayType.h43 std::vector<const Reference<Type>*> getReferences() const override;
H A DCompoundType.h47 std::vector<const Reference<Type>*> getReferences() const override;
H A DInterface.h99 std::vector<const Reference<Type>*> getReferences() const override;
H A DEnumType.h69 std::vector<const Reference<Type>*> getReferences() const override;
H A DInterface.cpp462 std::vector<const Reference<Type>*> Interface::getReferences() const { function in class:android::Interface
470 const auto& references = method->getReferences();
H A DArrayType.cpp60 std::vector<const Reference<Type>*> ArrayType::getReferences() const { function in class:android::ArrayType
H A DCompoundType.cpp41 std::vector<const Reference<Type>*> CompoundType::getReferences() const { function in class:android::CompoundType
H A DEnumType.cpp78 std::vector<const Reference<Type>*> EnumType::getReferences() const { function in class:android::EnumType

Completed in 106 milliseconds