Home
last modified time | relevance | path

Searched refs:FactoryT (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/log/utility/setup/
Dfrom_settings.hpp128 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()
Dformatter_parser.hpp138 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()
Dfilter_parser.hpp244 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/
Dlocalmatrixshader.cpp46 using FactoryT = sk_sp<SkShader> (*)(const sk_sp<SkImage>&, typedef
49 static const FactoryT gFactories[] = {
/third_party/skia/gm/
Dlocalmatrixshader.cpp49 using FactoryT = sk_sp<SkShader> (*)(const sk_sp<SkImage>&, typedef
52 static const FactoryT gFactories[] = {