Searched refs:GetRequiredInterfaces (Results 1 – 10 of 10) sorted by relevance
52 BASE_NS::vector<TypeId> GetRequiredInterfaces() const in META_BEGIN_NAMESPACE()54 return META_API_CACHED_INTERFACE(RequiredInterfaces)->GetRequiredInterfaces(); in META_BEGIN_NAMESPACE()
58 BASE_NS::vector<TypeId> GetRequiredInterfaces() const override in META_BEGIN_NAMESPACE()61 return req ? req->GetRequiredInterfaces() : nullptr; in META_BEGIN_NAMESPACE()
118 BASE_NS::vector<TypeId> GetRequiredInterfaces() const override in META_BEGIN_NAMESPACE()120 return META_EXT_CALL_BASE(IRequiredInterfaces, GetRequiredInterfaces()); in META_BEGIN_NAMESPACE()
57 virtual BASE_NS::vector<TypeId> GetRequiredInterfaces() const = 0;
297 BASE_NS::vector<TypeId> MetadataPropertyContainer::GetRequiredInterfaces() const in GetRequiredInterfaces() function in Internal::MetadataPropertyContainer299 return impl_.GetRequiredInterfaces(); in GetRequiredInterfaces()
109 const auto reqs = req->GetRequiredInterfaces(); in CheckRequiredInterfaces()
118 BASE_NS::vector<TypeId> GetRequiredInterfaces() const override in GetRequiredInterfaces() function in ContentObject
102 BASE_NS::vector<TypeId> GetRequiredInterfaces() const override; in META_BEGIN_NAMESPACE()
64 BASE_NS::vector<TypeId> GetRequiredInterfaces() const override;
316 BASE_NS::vector<TypeId> ContainerBase::GetRequiredInterfaces() const in GetRequiredInterfaces() function in ContainerBase