Searched refs:getStrongReferences (Results 1 – 8 of 8) sorted by relevance
73 std::vector<Reference<Type>*> getStrongReferences();74 std::vector<const Reference<Type>*> getStrongReferences() const;
92 std::vector<Reference<Type>*> Method::getStrongReferences() { in getStrongReferences() function in android::Method93 const auto& constRet = static_cast<const Method*>(this)->getStrongReferences(); in getStrongReferences()100 std::vector<const Reference<Type>*> Method::getStrongReferences() const { in getStrongReferences() function in android::Method
145 std::vector<Reference<Type>*> Type::getStrongReferences() { in getStrongReferences() function in android::Type146 const auto& constRet = static_cast<const Type*>(this)->getStrongReferences(); in getStrongReferences()153 std::vector<const Reference<Type>*> Type::getStrongReferences() const { in getStrongReferences() function in android::Type254 for (const auto* nextRef : getStrongReferences()) { in topologicalOrder()
37 std::vector<const Reference<Type>*> getStrongReferences() const override;
79 std::vector<Reference<Type>*> getStrongReferences();80 virtual std::vector<const Reference<Type>*> getStrongReferences() const;
104 std::vector<const Reference<Type>*> getStrongReferences() const override;
440 std::vector<const Reference<Type>*> Interface::getStrongReferences() const { in getStrongReferences() function in android::Interface451 const auto& references = method->getStrongReferences(); in getStrongReferences()
85 std::vector<const Reference<Type>*> VectorType::getStrongReferences() const { in getStrongReferences() function in android::VectorType