Home
last modified time | relevance | path

Searched defs:getReferences (Results 1 – 8 of 8) sorted by relevance

/system/tools/hidl/
DTypeDef.cpp62 std::vector<const Reference<Type>*> TypeDef::getReferences() const { in getReferences() function in android::TypeDef
DMethod.cpp72 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method
80 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method
DConstantExpression.cpp526 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression
534 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression
725 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
DType.cpp115 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type
123 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type
788 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
DArrayType.cpp60 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
DInterface.cpp463 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface
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