Searched defs:FactoryImpl (Results 1 – 2 of 2) sorted by relevance
443 struct C2InterfaceHelper::FactoryImpl : public C2InterfaceHelper::Factory { struct in C2InterfaceHelper449 getParamHelper(const ParamRef ¶m) const override { in getParamHelper()454 FactoryImpl(std::shared_ptr<C2ParamReflector> reflector) in FactoryImpl() argument459 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;516 std::shared_ptr<C2ParamReflector> _mReflector;[all …]
50 class FactoryImpl extends Factory { class74 private FactoryImpl() { in FactoryImpl() method in FactoryImpl