Searched refs:FactoryT (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/log/utility/setup/ |
D | from_settings.hpp | 128 template< typename FactoryT > 130 is_base_and_derived< sink_factory< typename FactoryT::char_type >, FactoryT >::value 131 >::type register_sink_factory(const char* sink_name, shared_ptr< FactoryT > const& factory) in register_sink_factory() 133 typedef sink_factory< typename FactoryT::char_type > factory_base; in register_sink_factory() 149 template< typename FactoryT > 151 is_base_and_derived< sink_factory< typename FactoryT::char_type >, FactoryT >::value 152 >::type register_sink_factory(std::string const& sink_name, shared_ptr< FactoryT > const& factory) in register_sink_factory() 154 typedef sink_factory< typename FactoryT::char_type > factory_base; in register_sink_factory()
|
D | formatter_parser.hpp | 138 template< typename FactoryT > 140 is_base_and_derived< formatter_factory< typename FactoryT::char_type >, FactoryT >::value 141 >::type register_formatter_factory(attribute_name const& attr_name, shared_ptr< FactoryT > const& f… in register_formatter_factory() 143 typedef formatter_factory< typename FactoryT::char_type > factory_base; in register_formatter_factory()
|
D | filter_parser.hpp | 244 template< typename FactoryT > 246 is_base_and_derived< filter_factory< typename FactoryT::char_type >, FactoryT >::value 247 >::type register_filter_factory(attribute_name const& name, shared_ptr< FactoryT > const& factory) in register_filter_factory() 249 typedef filter_factory< typename FactoryT::char_type > factory_base; in register_filter_factory()
|
/third_party/flutter/skia/gm/ |
D | localmatrixshader.cpp | 46 using FactoryT = sk_sp<SkShader> (*)(const sk_sp<SkImage>&, typedef 49 static const FactoryT gFactories[] = {
|
/third_party/skia/gm/ |
D | localmatrixshader.cpp | 49 using FactoryT = sk_sp<SkShader> (*)(const sk_sp<SkImage>&, typedef 52 static const FactoryT gFactories[] = {
|