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.cpp77 std::vector<Reference<Type>*> Method::getReferences() { in getReferences() function in android::Method
85 std::vector<const Reference<Type>*> Method::getReferences() const { in getReferences() function in android::Method
DConstantExpression.cpp528 std::vector<Reference<LocalIdentifier>*> ConstantExpression::getReferences() { in getReferences() function in android::ConstantExpression
536 std::vector<const Reference<LocalIdentifier>*> ConstantExpression::getReferences() const { in getReferences() function in android::ConstantExpression
736 std::vector<const Reference<LocalIdentifier>*> ReferenceConstantExpression::getReferences() const { in getReferences() function in android::ReferenceConstantExpression
DType.cpp121 std::vector<Reference<Type>*> Type::getReferences() { in getReferences() function in android::Type
129 std::vector<const Reference<Type>*> Type::getReferences() const { in getReferences() function in android::Type
760 std::vector<const Reference<Type>*> TemplatedType::getReferences() const { in getReferences() function in android::TemplatedType
DArrayType.cpp63 std::vector<const Reference<Type>*> ArrayType::getReferences() const { in getReferences() function in android::ArrayType
DInterface.cpp421 std::vector<const Reference<Type>*> Interface::getReferences() const { in getReferences() function in android::Interface
DEnumType.cpp87 std::vector<const Reference<Type>*> EnumType::getReferences() const { in getReferences() function in android::EnumType
DCompoundType.cpp50 std::vector<const Reference<Type>*> CompoundType::getReferences() const { in getReferences() function in android::CompoundType