_Make            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); }
_Make            2232 modules/highgui/src/ppltasks_winrt.h         static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); }
_Make            4710 modules/highgui/src/ppltasks_winrt.h         _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct, _Scheduler);
_Make            4712 modules/highgui/src/ppltasks_winrt.h         _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct);
_Make            4710 modules/videoio/src/ppltasks_winrt.hpp         _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct, _Scheduler);
_Make            4712 modules/videoio/src/ppltasks_winrt.hpp         _M_Impl = details::_Task_ptr<_ReturnType>::_Make(_Ct);