Searched refs:baseT (Results 1 – 3 of 3) sorted by relevance
31 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT > baseT; typedef35 vba_service_class_() : baseT() {} in vba_service_class_()44 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_()
33 typedef serviceimpl_base< detail::OwnServiceImpl<ImplT_>, WithArgsT > baseT; typedef37 vba_service_class_() : baseT() {} in vba_service_class_()46 …explicit vba_service_class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) … in vba_service_class_()
291 typedef serviceimpl_base< detail::ServiceImpl<ImplT_>, WithArgsT > baseT; typedef295 class_() : baseT() {} in class_()304 explicit class_( PostProcessFuncT const& postProcessFunc ) : baseT( postProcessFunc ) {} in class_()
Completed in 26 milliseconds