_Task_impl 2223 modules/highgui/src/ppltasks_winrt.h template<typename _ReturnType> struct _Task_impl; _Task_impl 2228 modules/highgui/src/ppltasks_winrt.h typedef std::shared_ptr<_Task_impl<_ReturnType>> _Type; _Task_impl 2230 modules/highgui/src/ppltasks_winrt.h static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct, _Scheduler_arg); } _Task_impl 2232 modules/highgui/src/ppltasks_winrt.h static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); } _Task_impl 3339 modules/highgui/src/ppltasks_winrt.h struct _Task_impl : public _Task_impl_base _Task_impl 3343 modules/highgui/src/ppltasks_winrt.h _Task_impl(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) _Task_impl 3346 modules/highgui/src/ppltasks_winrt.h _Task_impl(Concurrency::details::_CancellationTokenState * _Ct) : _Task_impl_base(_Ct) _Task_impl 3351 modules/highgui/src/ppltasks_winrt.h virtual ~_Task_impl() _Task_impl 2223 modules/videoio/src/ppltasks_winrt.hpp template<typename _ReturnType> struct _Task_impl; _Task_impl 2228 modules/videoio/src/ppltasks_winrt.hpp typedef std::shared_ptr<_Task_impl<_ReturnType>> _Type; _Task_impl 2230 modules/videoio/src/ppltasks_winrt.hpp static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct, Concurrency::scheduler_ptr _Scheduler_arg) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct, _Scheduler_arg); } _Task_impl 2232 modules/videoio/src/ppltasks_winrt.hpp static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); } _Task_impl 3346 modules/videoio/src/ppltasks_winrt.hpp _Task_impl(Concurrency::details::_CancellationTokenState * _Ct) : _Task_impl_base(_Ct)