Searched defs:FactoryImpl (Results 1 – 1 of 1) sorted by relevance
443 struct C2InterfaceHelper::FactoryImpl : public C2InterfaceHelper::Factory { struct in C2InterfaceHelper444 virtual std::shared_ptr<C2ParamReflector> getReflector() const override { in getReflector()449 getParamHelper(const ParamRef ¶m) const override { in getParamHelper()454 FactoryImpl(std::shared_ptr<C2ParamReflector> reflector) in FactoryImpl() function459 void addParam(std::shared_ptr<ParamHelper> param) { in addParam()478 std::shared_ptr<ParamHelper> getParam(C2Param::Index ix) const { in getParam()490 std::shared_ptr<C2Param> getParamValue(C2Param::Index ix) const { in getParamValue()495 c2_status_t querySupportedParams( in querySupportedParams()506 size_t getDependencyIndex(C2Param::Index ix) { in getDependencyIndex()514 std::map<ParamRef, std::shared_ptr<ParamHelper>> _mParams;[all …]