Home
last modified time | relevance | path

Searched refs:factory_type (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-tap.hpp65 using factory_type = Factory; typedef
66 using out_type = typename factory_type::out_type;
70 : out(rxu::apply(std::move(a), factory_type())) in tap()
80 using factory_type = Factory; typedef
81 using out_type = typename factory_type::out_type;
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dservice_registry.hpp84 (*factory_type)(asio::io_service&); typedef in asio::detail::service_registry
109 factory_type factory);
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dservice_registry.hpp43 factory_type factory = &service_registry::create<Service>; in use_service()
Dservice_registry.ipp102 factory_type factory)