Lines Matching refs:IFunction
51 AddFunction(interface_pointer_cast<IFunction>(i->GetClone()));
113 void Metadata::AddFunction(const IFunction::Ptr& p)
118 void Metadata::RemoveFunction(const IFunction::Ptr& p)
175 BASE_NS::vector<IFunction::Ptr> Metadata::GetAllFunctions()
180 BASE_NS::vector<IFunction::ConstPtr> Metadata::GetAllFunctions() const
182 return GetAllImpl<BASE_NS::vector<IFunction::ConstPtr>>(functionMetadata_);
214 IFunction::Ptr Metadata::GetFunctionByName(BASE_NS::string_view name)
216 return GetByName<IFunction::Ptr>(functionMetadata_, name);
218 IFunction::ConstPtr Metadata::GetFunctionByName(BASE_NS::string_view name) const
220 return GetByName<IFunction::ConstPtr>(functionMetadata_, name);