Searched refs:getStrongReferences (Results 1 – 10 of 10) sorted by relevance
73 std::vector<Reference<Type>*> getStrongReferences();74 std::vector<const Reference<Type>*> getStrongReferences() const;
87 std::vector<Reference<Type>*> Method::getStrongReferences() { in getStrongReferences() function in android::Method88 const auto& constRet = static_cast<const Method*>(this)->getStrongReferences(); in getStrongReferences()95 std::vector<const Reference<Type>*> Method::getStrongReferences() const { in getStrongReferences() function in android::Method
35 std::vector<const Reference<Type>*> getStrongReferences() const override;
139 std::vector<Reference<Type>*> Type::getStrongReferences() { in getStrongReferences() function in android::Type140 const auto& constRet = static_cast<const Type*>(this)->getStrongReferences(); in getStrongReferences()147 std::vector<const Reference<Type>*> Type::getStrongReferences() const { in getStrongReferences() function in android::Type248 for (const auto* nextRef : getStrongReferences()) { in topologicalOrder()
78 std::vector<Reference<Type>*> getStrongReferences();79 virtual std::vector<const Reference<Type>*> getStrongReferences() const;
33 std::vector<const Reference<Type>*> RefType::getStrongReferences() const { in getStrongReferences() function in android::RefType
37 std::vector<const Reference<Type>*> getStrongReferences() const override;
97 std::vector<const Reference<Type>*> getStrongReferences() const override;
487 std::vector<const Reference<Type>*> Interface::getStrongReferences() const { in getStrongReferences() function in android::Interface498 const auto& references = method->getStrongReferences(); in getStrongReferences()
85 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences() function in android::VectorType