_Unit_type        298 modules/highgui/src/ppltasks_winrt.h         typedef _Unit_type _Type;
_Unit_type        347 modules/highgui/src/ppltasks_winrt.h         typedef _Unit_type _Value;
_Unit_type        479 modules/highgui/src/ppltasks_winrt.h         typedef _Unit_type _NormalizedTaskRetType;
_Unit_type       1870 modules/highgui/src/ppltasks_winrt.h         _Unit_type>
_Unit_type       1877 modules/highgui/src/ppltasks_winrt.h             _Unit_type>(_Operation) {}
_Unit_type       1880 modules/highgui/src/ppltasks_winrt.h         virtual STDMETHODIMP GetResults(details::_Unit_type* results)
_Unit_type       1889 modules/highgui/src/ppltasks_winrt.h             if (SUCCEEDED(hr)) *results = _Unit_type();
_Unit_type       1903 modules/highgui/src/ppltasks_winrt.h         _Unit_type>
_Unit_type       1910 modules/highgui/src/ppltasks_winrt.h             _Unit_type>(_Action) {}
_Unit_type       1912 modules/highgui/src/ppltasks_winrt.h         virtual STDMETHODIMP GetResults(_Unit_type* results) override
_Unit_type       1921 modules/highgui/src/ppltasks_winrt.h             if (SUCCEEDED(hr)) *results = _Unit_type();
_Unit_type       3627 modules/highgui/src/ppltasks_winrt.h     inline std::function<HRESULT(_Unit_type*)> _MakeVoidToUnitFunc(const std::function<HRESULT(void)>& _Func)
_Unit_type       3629 modules/highgui/src/ppltasks_winrt.h         return [=](_Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(); *retVal = _Unit_type(); return hr; };
_Unit_type       3633 modules/highgui/src/ppltasks_winrt.h     std::function<HRESULT(_Unit_type, _Type*)> _MakeUnitToTFunc(const std::function<HRESULT(_Type*)>& _Func)
_Unit_type       3635 modules/highgui/src/ppltasks_winrt.h         return [=](_Unit_type, _Type* retVal) -> HRESULT { HRESULT hr = _Func(retVal); return hr;  };
_Unit_type       3639 modules/highgui/src/ppltasks_winrt.h     std::function<HRESULT(_Type, _Unit_type*)> _MakeTToUnitFunc(const std::function<HRESULT(_Type)>& _Func)
_Unit_type       3641 modules/highgui/src/ppltasks_winrt.h         return[=](_Type t, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(t); *retVal = _Unit_type(); return hr;  };
_Unit_type       3644 modules/highgui/src/ppltasks_winrt.h     inline std::function<HRESULT(_Unit_type, _Unit_type*)> _MakeUnitToUnitFunc(const std::function<HRESULT(void)>& _Func)
_Unit_type       3646 modules/highgui/src/ppltasks_winrt.h         return [=](_Unit_type, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(); *retVal = _Unit_type(); return hr;  };
_Unit_type       3989 modules/highgui/src/ppltasks_winrt.h         return _M_unitEvent.set(details::_Unit_type());
_Unit_type       4062 modules/highgui/src/ppltasks_winrt.h     void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam)
_Unit_type       4068 modules/highgui/src/ppltasks_winrt.h     task_completion_event<details::_Unit_type> _M_unitEvent;
_Unit_type       5980 modules/highgui/src/ppltasks_winrt.h     const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const
_Unit_type       5988 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl)
_Unit_type       5996 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl)
_Unit_type       6061 modules/highgui/src/ppltasks_winrt.h         _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(_AsyncAction).Get());
_Unit_type       6070 modules/highgui/src/ppltasks_winrt.h         _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_P>>(_AsyncActionWithProgress).Get());
_Unit_type       6091 modules/highgui/src/ppltasks_winrt.h     task<details::_Unit_type> _M_unitTask;
_Unit_type       8035 modules/highgui/src/ppltasks_winrt.h         task_completion_event<_Unit_type>       _M_completed;
_Unit_type       8066 modules/highgui/src/ppltasks_winrt.h         task_completion_event<_Unit_type>       _M_completed;
_Unit_type       8076 modules/highgui/src/ppltasks_winrt.h     struct _RunAllParam<_Unit_type>
_Unit_type       8090 modules/highgui/src/ppltasks_winrt.h         task_completion_event<_Unit_type> _M_completed;
_Unit_type       8119 modules/highgui/src/ppltasks_winrt.h                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8166 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8168 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8171 modules/highgui/src/ppltasks_winrt.h             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -> HRESULT {
_Unit_type       8210 modules/highgui/src/ppltasks_winrt.h                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8274 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8276 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8279 modules/highgui/src/ppltasks_winrt.h             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -> HRESULT {
_Unit_type       8324 modules/highgui/src/ppltasks_winrt.h                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8380 modules/highgui/src/ppltasks_winrt.h             auto _PParam = new _RunAllParam<_Unit_type>();
_Unit_type       8387 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8389 modules/highgui/src/ppltasks_winrt.h             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8392 modules/highgui/src/ppltasks_winrt.h             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type) -> HRESULT { return S_OK;
_Unit_type       8419 modules/highgui/src/ppltasks_winrt.h                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8456 modules/highgui/src/ppltasks_winrt.h         task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8458 modules/highgui/src/ppltasks_winrt.h         auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ReturnType>* retVal) -> HRESULT {
_Unit_type       9357 modules/highgui/src/ppltasks_winrt.h     auto _PParam = new details::_RunAnyParam<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>>();
_Unit_type       9359 modules/highgui/src/ppltasks_winrt.h     task<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>> _Any_task_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
_Unit_type       9362 modules/highgui/src/ppltasks_winrt.h     auto _ReturnTask = _Any_task_completed._Then([=](std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *> _Ret) -> HRESULT {
_Unit_type       9382 modules/highgui/src/ppltasks_winrt.h             _PParam1->_M_Completed.set(std::make_pair(details::_Unit_type(), _ResultTask._GetImpl()->_M_pTokenState));
_Unit_type        298 modules/videoio/src/ppltasks_winrt.hpp         typedef _Unit_type _Type;
_Unit_type        347 modules/videoio/src/ppltasks_winrt.hpp         typedef _Unit_type _Value;
_Unit_type        479 modules/videoio/src/ppltasks_winrt.hpp         typedef _Unit_type _NormalizedTaskRetType;
_Unit_type       1870 modules/videoio/src/ppltasks_winrt.hpp         _Unit_type>
_Unit_type       1877 modules/videoio/src/ppltasks_winrt.hpp             _Unit_type>(_Operation) {}
_Unit_type       1880 modules/videoio/src/ppltasks_winrt.hpp         virtual STDMETHODIMP GetResults(details::_Unit_type* results)
_Unit_type       1889 modules/videoio/src/ppltasks_winrt.hpp             if (SUCCEEDED(hr)) *results = _Unit_type();
_Unit_type       1903 modules/videoio/src/ppltasks_winrt.hpp         _Unit_type>
_Unit_type       1910 modules/videoio/src/ppltasks_winrt.hpp             _Unit_type>(_Action) {}
_Unit_type       1912 modules/videoio/src/ppltasks_winrt.hpp         virtual STDMETHODIMP GetResults(_Unit_type* results) override
_Unit_type       1921 modules/videoio/src/ppltasks_winrt.hpp             if (SUCCEEDED(hr)) *results = _Unit_type();
_Unit_type       3627 modules/videoio/src/ppltasks_winrt.hpp     inline std::function<HRESULT(_Unit_type*)> _MakeVoidToUnitFunc(const std::function<HRESULT(void)>& _Func)
_Unit_type       3629 modules/videoio/src/ppltasks_winrt.hpp         return [=](_Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(); *retVal = _Unit_type(); return hr; };
_Unit_type       3633 modules/videoio/src/ppltasks_winrt.hpp     std::function<HRESULT(_Unit_type, _Type*)> _MakeUnitToTFunc(const std::function<HRESULT(_Type*)>& _Func)
_Unit_type       3635 modules/videoio/src/ppltasks_winrt.hpp         return [=](_Unit_type, _Type* retVal) -> HRESULT { HRESULT hr = _Func(retVal); return hr;  };
_Unit_type       3639 modules/videoio/src/ppltasks_winrt.hpp     std::function<HRESULT(_Type, _Unit_type*)> _MakeTToUnitFunc(const std::function<HRESULT(_Type)>& _Func)
_Unit_type       3641 modules/videoio/src/ppltasks_winrt.hpp         return[=](_Type t, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(t); *retVal = _Unit_type(); return hr;  };
_Unit_type       3644 modules/videoio/src/ppltasks_winrt.hpp     inline std::function<HRESULT(_Unit_type, _Unit_type*)> _MakeUnitToUnitFunc(const std::function<HRESULT(void)>& _Func)
_Unit_type       3646 modules/videoio/src/ppltasks_winrt.hpp         return [=](_Unit_type, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(); *retVal = _Unit_type(); return hr;  };
_Unit_type       3989 modules/videoio/src/ppltasks_winrt.hpp         return _M_unitEvent.set(details::_Unit_type());
_Unit_type       4062 modules/videoio/src/ppltasks_winrt.hpp     void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam)
_Unit_type       4068 modules/videoio/src/ppltasks_winrt.hpp     task_completion_event<details::_Unit_type> _M_unitEvent;
_Unit_type       5980 modules/videoio/src/ppltasks_winrt.hpp     const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const
_Unit_type       5988 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl)
_Unit_type       5996 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl)
_Unit_type       6061 modules/videoio/src/ppltasks_winrt.hpp         _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionToAsyncOperationConverter>(_AsyncAction).Get());
_Unit_type       6070 modules/videoio/src/ppltasks_winrt.hpp         _M_unitTask._TaskInitAsyncOp<details::_Unit_type>(Microsoft::WRL::Make<details::_IAsyncActionWithProgressToAsyncOperationConverter<_P>>(_AsyncActionWithProgress).Get());
_Unit_type       6091 modules/videoio/src/ppltasks_winrt.hpp     task<details::_Unit_type> _M_unitTask;
_Unit_type       8035 modules/videoio/src/ppltasks_winrt.hpp         task_completion_event<_Unit_type>       _M_completed;
_Unit_type       8066 modules/videoio/src/ppltasks_winrt.hpp         task_completion_event<_Unit_type>       _M_completed;
_Unit_type       8076 modules/videoio/src/ppltasks_winrt.hpp     struct _RunAllParam<_Unit_type>
_Unit_type       8090 modules/videoio/src/ppltasks_winrt.hpp         task_completion_event<_Unit_type> _M_completed;
_Unit_type       8119 modules/videoio/src/ppltasks_winrt.hpp                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8166 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8168 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8171 modules/videoio/src/ppltasks_winrt.hpp             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -> HRESULT {
_Unit_type       8210 modules/videoio/src/ppltasks_winrt.hpp                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8274 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8276 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8279 modules/videoio/src/ppltasks_winrt.hpp             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ElementType>* retVal) -> HRESULT {
_Unit_type       8324 modules/videoio/src/ppltasks_winrt.hpp                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8380 modules/videoio/src/ppltasks_winrt.hpp             auto _PParam = new _RunAllParam<_Unit_type>();
_Unit_type       8387 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _Options);
_Unit_type       8389 modules/videoio/src/ppltasks_winrt.hpp             task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8392 modules/videoio/src/ppltasks_winrt.hpp             auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type) -> HRESULT { return S_OK;
_Unit_type       8419 modules/videoio/src/ppltasks_winrt.hpp                 _PParam->_M_completed.set(_Unit_type());
_Unit_type       8456 modules/videoio/src/ppltasks_winrt.hpp         task<_Unit_type> _All_tasks_completed(_PParam->_M_completed, _MergedSource.get_token());
_Unit_type       8458 modules/videoio/src/ppltasks_winrt.hpp         auto _ReturnTask = _All_tasks_completed._Then([=](_Unit_type, std::vector<_ReturnType>* retVal) -> HRESULT {
_Unit_type       9357 modules/videoio/src/ppltasks_winrt.hpp     auto _PParam = new details::_RunAnyParam<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>>();
_Unit_type       9359 modules/videoio/src/ppltasks_winrt.hpp     task<std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *>> _Any_task_completed(_PParam->_M_Completed, _PParam->_M_cancellationSource.get_token());
_Unit_type       9362 modules/videoio/src/ppltasks_winrt.hpp     auto _ReturnTask = _Any_task_completed._Then([=](std::pair<details::_Unit_type, Concurrency::details::_CancellationTokenState *> _Ret) -> HRESULT {
_Unit_type       9382 modules/videoio/src/ppltasks_winrt.hpp             _PParam1->_M_Completed.set(std::make_pair(details::_Unit_type(), _ResultTask._GetImpl()->_M_pTokenState));