_Type             180 modules/highgui/src/ppltasks_winrt.h template <typename _Type> class task;
_Type             330 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type             333 modules/highgui/src/ppltasks_winrt.h         typedef _Type _Value;
_Type             336 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type             337 modules/highgui/src/ppltasks_winrt.h     struct _Unhat<_Type*>
_Type             339 modules/highgui/src/ppltasks_winrt.h         typedef _Type _Value;
_Type             344 modules/highgui/src/ppltasks_winrt.h     template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)>
_Type             350 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type             351 modules/highgui/src/ppltasks_winrt.h     struct _ValueTypeOrRefType<_Type, true>
_Type             353 modules/highgui/src/ppltasks_winrt.h         typedef _Type _Value;
_Type             374 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type             377 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
_Type             391 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type             394 modules/highgui/src/ppltasks_winrt.h         static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
_Type             395 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             396 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             397 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             398 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value;
_Type             444 modules/highgui/src/ppltasks_winrt.h     template <typename _Type, bool _IsAsync = _IsIAsyncInfo<_Type>::_Value>
_Type             447 modules/highgui/src/ppltasks_winrt.h         typedef typename details::_UnwrapTaskType<_Type>::_Type _TaskRetType;
_Type             449 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
_Type             450 modules/highgui/src/ppltasks_winrt.h         typedef typename details::_NormalizeVoidToUnitType<_TaskRetType>::_Type _NormalizedTaskRetType;
_Type             456 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type             457 modules/highgui/src/ppltasks_winrt.h     struct _TaskTypeTraits<_Type, true>
_Type             459 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ReturnAsyncOperationKindSelector(stdx::declval<_Type>())) _TaskRetType;
_Type             460 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_GetUnwrappedType(stdx::declval<_Type>())) _TaskRetType_abi;
_Type             462 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
_Type            1273 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1276 modules/highgui/src/ppltasks_winrt.h         void Set(const _Type& _type)
_Type            1281 modules/highgui/src/ppltasks_winrt.h         _Type Get()
_Type            1286 modules/highgui/src/ppltasks_winrt.h         _Type _Result;
_Type            1289 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1290 modules/highgui/src/ppltasks_winrt.h     struct _ResultHolder<_Type*>
_Type            1292 modules/highgui/src/ppltasks_winrt.h         void Set(_Type* const & _type)
_Type            1297 modules/highgui/src/ppltasks_winrt.h         _Type* Get()
_Type            1304 modules/highgui/src/ppltasks_winrt.h         Agile<_Type*> _M_Result;
_Type            1310 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1311 modules/highgui/src/ppltasks_winrt.h     struct _ResultHolder<std::vector<_Type*>>
_Type            1313 modules/highgui/src/ppltasks_winrt.h         void Set(const std::vector<_Type*>& _type)
_Type            1323 modules/highgui/src/ppltasks_winrt.h         std::vector<_Type*> Get()
_Type            1326 modules/highgui/src/ppltasks_winrt.h             std::vector<_Type*> _Return;
_Type            1337 modules/highgui/src/ppltasks_winrt.h         std::vector< Agile<_Type*> > _Result;
_Type            1340 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1341 modules/highgui/src/ppltasks_winrt.h     struct _ResultHolder<std::pair<_Type*, void*> >
_Type            1343 modules/highgui/src/ppltasks_winrt.h         void Set(const std::pair<_Type*, size_t>& _type)
_Type            1348 modules/highgui/src/ppltasks_winrt.h         std::pair<_Type*, size_t> Get()
_Type            1353 modules/highgui/src/ppltasks_winrt.h         std::pair<Agile<_Type*>, size_t> _M_Result;
_Type            1356 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1364 modules/highgui/src/ppltasks_winrt.h         static _Type _GetValue(_Type _ObjInCtx, const _ContextCallback & /* _Ctx */, bool /* _RuntimeAggregate */)
_Type            1370 modules/highgui/src/ppltasks_winrt.h     template<typename _Type, size_t N = 0, bool bIsArray = std::is_array<_Type>::value>
_Type            1374 modules/highgui/src/ppltasks_winrt.h     template<typename _Type, size_t N>
_Type            1375 modules/highgui/src/ppltasks_winrt.h     struct _MarshalHelper<_Type, N, true>
_Type            1377 modules/highgui/src/ppltasks_winrt.h         static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx)
_Type            1379 modules/highgui/src/ppltasks_winrt.h             static_assert(__is_valid_winrt_type(_Type*), "must be a WinRT array compatible type");
_Type            1392 modules/highgui/src/ppltasks_winrt.h                 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
_Type            1399 modules/highgui/src/ppltasks_winrt.h             _Type* _Proxy;
_Type            1403 modules/highgui/src/ppltasks_winrt.h             _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
_Type            1411 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1412 modules/highgui/src/ppltasks_winrt.h     struct _MarshalHelper<_Type, 0, false>
_Type            1414 modules/highgui/src/ppltasks_winrt.h         static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1416 modules/highgui/src/ppltasks_winrt.h             static_assert(std::is_base_of<IUnknown, _Type>::value || __is_valid_winrt_type(_Type), "must be a COM or WinRT type");
_Type            1428 modules/highgui/src/ppltasks_winrt.h                 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx);
_Type            1429 modules/highgui/src/ppltasks_winrt.h                 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
_Type            1436 modules/highgui/src/ppltasks_winrt.h             _Type* _Proxy;
_Type            1440 modules/highgui/src/ppltasks_winrt.h             _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
_Type            1460 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1461 modules/highgui/src/ppltasks_winrt.h     _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1463 modules/highgui/src/ppltasks_winrt.h         return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx);
_Type            1466 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1469 modules/highgui/src/ppltasks_winrt.h         static _Type _Get(_Type _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1475 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1476 modules/highgui/src/ppltasks_winrt.h     struct _InContext<_Type*>
_Type            1478 modules/highgui/src/ppltasks_winrt.h         static _Type* _Get(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1489 modules/highgui/src/ppltasks_winrt.h             return _Marshal<_Type>(_ObjInCtx, _Ctx);
_Type            1493 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1494 modules/highgui/src/ppltasks_winrt.h     struct _ResultContext<_Type*>
_Type            1496 modules/highgui/src/ppltasks_winrt.h         static _Type* _GetValue(_Type* _ObjInCtx, const _ContextCallback& _Ctx, bool /* _RuntimeAggregate */)
_Type            1498 modules/highgui/src/ppltasks_winrt.h             return _InContext<_Type*>::_Get(_ObjInCtx, _Ctx);
_Type            1510 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1511 modules/highgui/src/ppltasks_winrt.h     struct _ResultContext<std::vector<_Type*>>
_Type            1513 modules/highgui/src/ppltasks_winrt.h         static std::vector<_Type*> _GetValue(std::vector<_Type*> _ObjInCtx, const _ContextCallback& _Ctx, bool _RuntimeAggregate)
_Type            1528 modules/highgui/src/ppltasks_winrt.h                 *_It = _Marshal<_Type>(*_It, _Ctx);
_Type            1547 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            1548 modules/highgui/src/ppltasks_winrt.h     struct _ResultContext<std::pair<_Type*, size_t>>
_Type            1550 modules/highgui/src/ppltasks_winrt.h         static std::pair<_Type*, size_t> _GetValue(std::pair<_Type*, size_t> _ObjInCtx, const _ContextCallback& _Ctx, bool _RuntimeAggregate)
_Type            1563 modules/highgui/src/ppltasks_winrt.h             return std::pair<_Type*, size_t>(_Marshal<_Type>(_ObjInCtx.first, _Ctx), _ObjInCtx.second);
_Type            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); }
_Type            2232 modules/highgui/src/ppltasks_winrt.h         static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); }
_Type            2435 modules/highgui/src/ppltasks_winrt.h         _PPLTaskHandle(const typename _Task_ptr<_ReturnType>::_Type & _PTask) : _M_pTask(_PTask)
_Type            2511 modules/highgui/src/ppltasks_winrt.h         typename _Task_ptr<_ReturnType>::_Type _M_pTask;
_Type            3164 modules/highgui/src/ppltasks_winrt.h         static void _AsyncInit(const typename _Task_ptr<_ReturnType>::_Type & _OuterTask,
_Type            3201 modules/highgui/src/ppltasks_winrt.h                     _NormalizeVoidToUnitType<_Result_abi>::_Type results;
_Type            3210 modules/highgui/src/ppltasks_winrt.h                 const_cast<_Task_ptr<_ReturnType>::_Type &>(_OuterTask).reset();
_Type            3216 modules/highgui/src/ppltasks_winrt.h         static void _AsyncInit(const typename _Task_ptr<_ReturnType>::_Type& _OuterTask, const task<_InternalReturnType> & _UnwrappedTask)
_Type            3592 modules/highgui/src/ppltasks_winrt.h         typedef std::vector<typename _Task_ptr<_ResultType>::_Type> _TaskList;
_Type            3632 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type            3633 modules/highgui/src/ppltasks_winrt.h     std::function<HRESULT(_Unit_type, _Type*)> _MakeUnitToTFunc(const std::function<HRESULT(_Type*)>& _Func)
_Type            3635 modules/highgui/src/ppltasks_winrt.h         return [=](_Unit_type, _Type* retVal) -> HRESULT { HRESULT hr = _Func(retVal); return hr;  };
_Type            3638 modules/highgui/src/ppltasks_winrt.h     template <typename _Type>
_Type            3639 modules/highgui/src/ppltasks_winrt.h     std::function<HRESULT(_Type, _Unit_type*)> _MakeTToUnitFunc(const std::function<HRESULT(_Type)>& _Func)
_Type            3641 modules/highgui/src/ppltasks_winrt.h         return[=](_Type t, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(t); *retVal = _Unit_type(); return hr;  };
_Type            3928 modules/highgui/src/ppltasks_winrt.h     void _RegisterTask(const typename details::_Task_ptr<_ResultType>::_Type & _TaskParam)
_Type            4062 modules/highgui/src/ppltasks_winrt.h     void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam)
_Type            4727 modules/highgui/src/ppltasks_winrt.h     const typename details::_Task_ptr<_ReturnType>::_Type & _GetImpl() const
_Type            4735 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(const typename details::_Task_ptr<_ReturnType>::_Type & _Impl)
_Type            4744 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(typename details::_Task_ptr<_ReturnType>::_Type && _Impl)
_Type            4826 modules/highgui/src/ppltasks_winrt.h         _InitialTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl)
_Type            5004 modules/highgui/src/ppltasks_winrt.h         details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type,
_Type            5007 modules/highgui/src/ppltasks_winrt.h         typedef typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type _NormalizedContinuationReturnType;
_Type            5009 modules/highgui/src/ppltasks_winrt.h         typename details::_Task_ptr<_ReturnType>::_Type _M_ancestorTaskImpl;
_Type            5012 modules/highgui/src/ppltasks_winrt.h         _ContinuationTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _AncestorImpl,
_Type            5013 modules/highgui/src/ppltasks_winrt.h             const typename details::_Task_ptr<_NormalizedContinuationReturnType>::_Type & _ContinuationImpl,
_Type            5016 modules/highgui/src/ppltasks_winrt.h             details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type,
_Type            5472 modules/highgui/src/ppltasks_winrt.h     typename details::_Task_ptr<_ReturnType>::_Type _M_Impl;
_Type            5980 modules/highgui/src/ppltasks_winrt.h     const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const
_Type            5988 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl)
_Type            5996 modules/highgui/src/ppltasks_winrt.h     void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl)
_Type            6179 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param, task_options _TaskOptions = task_options()) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6181 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6184 modules/highgui/src/ppltasks_winrt.h     static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value,
_Type            6189 modules/highgui/src/ppltasks_winrt.h     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _TaskOptions);
_Type            6191 modules/highgui/src/ppltasks_winrt.h     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param);
_Type            6242 modules/highgui/src/ppltasks_winrt.h auto create_task(_Ty _Param, Concurrency::cancellation_token _Token) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6244 modules/highgui/src/ppltasks_winrt.h     static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value,
_Type            6247 modules/highgui/src/ppltasks_winrt.h     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _Token);
_Type            8014 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            8038 modules/highgui/src/ppltasks_winrt.h         _ResultHolder<std::vector<_Type> >      _M_vector;
_Type            8039 modules/highgui/src/ppltasks_winrt.h         _ResultHolder<_Type>                    _M_mergeVal;
_Type            8041 modules/highgui/src/ppltasks_winrt.h         std::vector<_Type>                      _M_vector;
_Type            8043 modules/highgui/src/ppltasks_winrt.h         _Type                                   _M_mergeVal;
_Type            8049 modules/highgui/src/ppltasks_winrt.h     template<typename _Type>
_Type            8050 modules/highgui/src/ppltasks_winrt.h     struct _RunAllParam<std::vector<_Type> >
_Type            8067 modules/highgui/src/ppltasks_winrt.h         std::vector<_ResultHolder<std::vector<_Type> > >  _M_vector;
_Type            1207 modules/python/src2/cv2.cpp #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return NULL;
_Type            1209 modules/python/src2/cv2.cpp #define MKTYPE2(NAME) pyopencv_##NAME##_specials(); if (!to_ok(&pyopencv_##NAME##_Type)) return
_Type              16 modules/videoio/src/cap_msmf.hpp template<typename _Type, bool bUnknown = std::is_base_of<IUnknown, _Type>::value>
_Type              20 modules/videoio/src/cap_msmf.hpp template<typename _Type>
_Type              21 modules/videoio/src/cap_msmf.hpp struct winrt_type<_Type, true>
_Type              23 modules/videoio/src/cap_msmf.hpp     static IUnknown* create(_Type* _ObjInCtx) {
_Type              26 modules/videoio/src/cap_msmf.hpp     static IID getuuid() { return __uuidof(_Type); }
_Type              29 modules/videoio/src/cap_msmf.hpp template <typename _Type>
_Type              30 modules/videoio/src/cap_msmf.hpp struct winrt_type<_Type, false>
_Type              32 modules/videoio/src/cap_msmf.hpp     static IUnknown* create(_Type* _ObjInCtx) {
_Type              41 modules/videoio/src/cap_msmf.hpp             hr = winrt_type<_Type>::create(spPropVal.Get(), _ObjInCtx, _PObj.GetAddressOf());
_Type              69 modules/videoio/src/cap_msmf.hpp template<typename _Type>
_Type              72 modules/videoio/src/cap_msmf.hpp     static IUnknown* create(_Type* _ObjInCtx, size_t N) {
_Type              81 modules/videoio/src/cap_msmf.hpp             hr = winrt_array_type<_Type>::create(spPropVal.Get(), N, _ObjInCtx, _PObj.GetAddressOf());
_Type             162 modules/videoio/src/cap_msmf.hpp #define __is_valid_winrt_type(_Type) (std::is_void<_Type>::value || \
_Type             163 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, BYTE>::value || \
_Type             164 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT16>::value || \
_Type             165 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT16>::value || \
_Type             166 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT32>::value || \
_Type             167 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT32>::value || \
_Type             168 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT64>::value || \
_Type             169 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT64>::value || \
_Type             170 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, FLOAT>::value || \
_Type             171 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, DOUBLE>::value || \
_Type             172 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, WCHAR>::value || \
_Type             173 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, boolean>::value || \
_Type             174 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, HSTRING>::value || \
_Type             175 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, IInspectable *>::value || \
_Type             176 modules/videoio/src/cap_msmf.hpp     std::is_base_of<Microsoft::WRL::Details::RuntimeClassBase, _Type>::value || \
_Type             177 modules/videoio/src/cap_msmf.hpp     std::is_base_of<IInspectable, typename DerefHelper<_Type>::DerefType>::value || \
_Type             178 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, GUID>::value || \
_Type             179 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::DateTime>::value || \
_Type             180 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::TimeSpan>::value || \
_Type             181 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Point>::value || \
_Type             182 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Size>::value || \
_Type             183 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Rect>::value || \
_Type             184 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, BYTE*>::value || \
_Type             185 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT16*>::value || \
_Type             186 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT16*>::value || \
_Type             187 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT32*>::value || \
_Type             188 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT32*>::value || \
_Type             189 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, INT64*>::value || \
_Type             190 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, UINT64*>::value || \
_Type             191 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, FLOAT*>::value || \
_Type             192 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, DOUBLE*>::value || \
_Type             193 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, WCHAR*>::value || \
_Type             194 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, boolean*>::value || \
_Type             195 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, HSTRING*>::value || \
_Type             196 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, IInspectable **>::value || \
_Type             197 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, GUID*>::value || \
_Type             198 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::DateTime*>::value || \
_Type             199 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::TimeSpan*>::value || \
_Type             200 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Point*>::value || \
_Type             201 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Size*>::value || \
_Type             202 modules/videoio/src/cap_msmf.hpp     std::is_same<_Type, ABI::Windows::Foundation::Rect*>::value)
_Type             180 modules/videoio/src/ppltasks_winrt.hpp template <typename _Type> class task;
_Type             330 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type             333 modules/videoio/src/ppltasks_winrt.hpp         typedef _Type _Value;
_Type             336 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type             337 modules/videoio/src/ppltasks_winrt.hpp     struct _Unhat<_Type*>
_Type             339 modules/videoio/src/ppltasks_winrt.hpp         typedef _Type _Value;
_Type             344 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)>
_Type             350 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type             351 modules/videoio/src/ppltasks_winrt.hpp     struct _ValueTypeOrRefType<_Type, true>
_Type             353 modules/videoio/src/ppltasks_winrt.hpp         typedef _Type _Value;
_Type             374 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type             377 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
_Type             391 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type             394 modules/videoio/src/ppltasks_winrt.hpp         static const bool _Value = std::is_base_of<ABI::Windows::Foundation::IAsyncInfo, typename _Unhat<_Type>::_Value>::value ||
_Type             395 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             396 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             397 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
_Type             398 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value;
_Type             444 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type, bool _IsAsync = _IsIAsyncInfo<_Type>::_Value>
_Type             447 modules/videoio/src/ppltasks_winrt.hpp         typedef typename details::_UnwrapTaskType<_Type>::_Type _TaskRetType;
_Type             449 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
_Type             450 modules/videoio/src/ppltasks_winrt.hpp         typedef typename details::_NormalizeVoidToUnitType<_TaskRetType>::_Type _NormalizedTaskRetType;
_Type             456 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type             457 modules/videoio/src/ppltasks_winrt.hpp     struct _TaskTypeTraits<_Type, true>
_Type             459 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ReturnAsyncOperationKindSelector(stdx::declval<_Type>())) _TaskRetType;
_Type             460 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_GetUnwrappedType(stdx::declval<_Type>())) _TaskRetType_abi;
_Type             462 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
_Type            1273 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1276 modules/videoio/src/ppltasks_winrt.hpp         void Set(const _Type& _type)
_Type            1281 modules/videoio/src/ppltasks_winrt.hpp         _Type Get()
_Type            1286 modules/videoio/src/ppltasks_winrt.hpp         _Type _Result;
_Type            1289 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1290 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultHolder<_Type*>
_Type            1292 modules/videoio/src/ppltasks_winrt.hpp         void Set(_Type* const & _type)
_Type            1297 modules/videoio/src/ppltasks_winrt.hpp         _Type* Get()
_Type            1304 modules/videoio/src/ppltasks_winrt.hpp         Agile<_Type*> _M_Result;
_Type            1310 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1311 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultHolder<std::vector<_Type*>>
_Type            1313 modules/videoio/src/ppltasks_winrt.hpp         void Set(const std::vector<_Type*>& _type)
_Type            1323 modules/videoio/src/ppltasks_winrt.hpp         std::vector<_Type*> Get()
_Type            1326 modules/videoio/src/ppltasks_winrt.hpp             std::vector<_Type*> _Return;
_Type            1337 modules/videoio/src/ppltasks_winrt.hpp         std::vector< Agile<_Type*> > _Result;
_Type            1340 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1341 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultHolder<std::pair<_Type*, void*> >
_Type            1343 modules/videoio/src/ppltasks_winrt.hpp         void Set(const std::pair<_Type*, size_t>& _type)
_Type            1348 modules/videoio/src/ppltasks_winrt.hpp         std::pair<_Type*, size_t> Get()
_Type            1353 modules/videoio/src/ppltasks_winrt.hpp         std::pair<Agile<_Type*>, size_t> _M_Result;
_Type            1356 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1364 modules/videoio/src/ppltasks_winrt.hpp         static _Type _GetValue(_Type _ObjInCtx, const _ContextCallback & /* _Ctx */, bool /* _RuntimeAggregate */)
_Type            1370 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type, size_t N = 0, bool bIsArray = std::is_array<_Type>::value>
_Type            1374 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type, size_t N>
_Type            1375 modules/videoio/src/ppltasks_winrt.hpp     struct _MarshalHelper<_Type, N, true>
_Type            1377 modules/videoio/src/ppltasks_winrt.hpp         static _Type* _Perform(_Type(&_ObjInCtx)[N], const _ContextCallback& _Ctx)
_Type            1379 modules/videoio/src/ppltasks_winrt.hpp             static_assert(__is_valid_winrt_type(_Type*), "must be a WinRT array compatible type");
_Type            1392 modules/videoio/src/ppltasks_winrt.hpp                 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
_Type            1399 modules/videoio/src/ppltasks_winrt.hpp             _Type* _Proxy;
_Type            1403 modules/videoio/src/ppltasks_winrt.hpp             _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
_Type            1411 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1412 modules/videoio/src/ppltasks_winrt.hpp     struct _MarshalHelper<_Type, 0, false>
_Type            1414 modules/videoio/src/ppltasks_winrt.hpp         static _Type* _Perform(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1416 modules/videoio/src/ppltasks_winrt.hpp             static_assert(std::is_base_of<IUnknown, _Type>::value || __is_valid_winrt_type(_Type), "must be a COM or WinRT type");
_Type            1428 modules/videoio/src/ppltasks_winrt.hpp                 IUnknown * _PUnk = winrt_type<_Type>::create(_ObjInCtx);
_Type            1429 modules/videoio/src/ppltasks_winrt.hpp                 _Hr = CoMarshalInterThreadInterfaceInStream(winrt_type<_Type>::getuuid(), _PUnk, &_PStream);
_Type            1436 modules/videoio/src/ppltasks_winrt.hpp             _Type* _Proxy;
_Type            1440 modules/videoio/src/ppltasks_winrt.hpp             _Hr = CoGetInterfaceAndReleaseStream(_PStream, winrt_type<_Type>::getuuid(), reinterpret_cast<void**>(&_Proxy));
_Type            1460 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1461 modules/videoio/src/ppltasks_winrt.hpp     _Type* _Marshal(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1463 modules/videoio/src/ppltasks_winrt.hpp         return _MarshalHelper<_Type>::_Perform(_ObjInCtx, _Ctx);
_Type            1466 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1469 modules/videoio/src/ppltasks_winrt.hpp         static _Type _Get(_Type _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1475 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1476 modules/videoio/src/ppltasks_winrt.hpp     struct _InContext<_Type*>
_Type            1478 modules/videoio/src/ppltasks_winrt.hpp         static _Type* _Get(_Type* _ObjInCtx, const _ContextCallback& _Ctx)
_Type            1489 modules/videoio/src/ppltasks_winrt.hpp             return _Marshal<_Type>(_ObjInCtx, _Ctx);
_Type            1493 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1494 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultContext<_Type*>
_Type            1496 modules/videoio/src/ppltasks_winrt.hpp         static _Type* _GetValue(_Type* _ObjInCtx, const _ContextCallback& _Ctx, bool /* _RuntimeAggregate */)
_Type            1498 modules/videoio/src/ppltasks_winrt.hpp             return _InContext<_Type*>::_Get(_ObjInCtx, _Ctx);
_Type            1510 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1511 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultContext<std::vector<_Type*>>
_Type            1513 modules/videoio/src/ppltasks_winrt.hpp         static std::vector<_Type*> _GetValue(std::vector<_Type*> _ObjInCtx, const _ContextCallback& _Ctx, bool _RuntimeAggregate)
_Type            1528 modules/videoio/src/ppltasks_winrt.hpp                 *_It = _Marshal<_Type>(*_It, _Ctx);
_Type            1547 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            1548 modules/videoio/src/ppltasks_winrt.hpp     struct _ResultContext<std::pair<_Type*, size_t>>
_Type            1550 modules/videoio/src/ppltasks_winrt.hpp         static std::pair<_Type*, size_t> _GetValue(std::pair<_Type*, size_t> _ObjInCtx, const _ContextCallback& _Ctx, bool _RuntimeAggregate)
_Type            1563 modules/videoio/src/ppltasks_winrt.hpp             return std::pair<_Type*, size_t>(_Marshal<_Type>(_ObjInCtx.first, _Ctx), _ObjInCtx.second);
_Type            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); }
_Type            2232 modules/videoio/src/ppltasks_winrt.hpp         static _Type _Make(Concurrency::details::_CancellationTokenState * _Ct) { return std::make_shared<_Task_impl<_ReturnType>>(_Ct); }
_Type            2435 modules/videoio/src/ppltasks_winrt.hpp         _PPLTaskHandle(const typename _Task_ptr<_ReturnType>::_Type & _PTask) : _M_pTask(_PTask)
_Type            2511 modules/videoio/src/ppltasks_winrt.hpp         typename _Task_ptr<_ReturnType>::_Type _M_pTask;
_Type            3164 modules/videoio/src/ppltasks_winrt.hpp         static void _AsyncInit(const typename _Task_ptr<_ReturnType>::_Type & _OuterTask,
_Type            3201 modules/videoio/src/ppltasks_winrt.hpp                     _NormalizeVoidToUnitType<_Result_abi>::_Type results;
_Type            3210 modules/videoio/src/ppltasks_winrt.hpp                 const_cast<_Task_ptr<_ReturnType>::_Type &>(_OuterTask).reset();
_Type            3216 modules/videoio/src/ppltasks_winrt.hpp         static void _AsyncInit(const typename _Task_ptr<_ReturnType>::_Type& _OuterTask, const task<_InternalReturnType> & _UnwrappedTask)
_Type            3592 modules/videoio/src/ppltasks_winrt.hpp         typedef std::vector<typename _Task_ptr<_ResultType>::_Type> _TaskList;
_Type            3632 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type            3633 modules/videoio/src/ppltasks_winrt.hpp     std::function<HRESULT(_Unit_type, _Type*)> _MakeUnitToTFunc(const std::function<HRESULT(_Type*)>& _Func)
_Type            3635 modules/videoio/src/ppltasks_winrt.hpp         return [=](_Unit_type, _Type* retVal) -> HRESULT { HRESULT hr = _Func(retVal); return hr;  };
_Type            3638 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Type>
_Type            3639 modules/videoio/src/ppltasks_winrt.hpp     std::function<HRESULT(_Type, _Unit_type*)> _MakeTToUnitFunc(const std::function<HRESULT(_Type)>& _Func)
_Type            3641 modules/videoio/src/ppltasks_winrt.hpp         return[=](_Type t, _Unit_type* retVal) -> HRESULT { HRESULT hr = _Func(t); *retVal = _Unit_type(); return hr;  };
_Type            3928 modules/videoio/src/ppltasks_winrt.hpp     void _RegisterTask(const typename details::_Task_ptr<_ResultType>::_Type & _TaskParam)
_Type            4062 modules/videoio/src/ppltasks_winrt.hpp     void _RegisterTask(details::_Task_ptr<details::_Unit_type>::_Type _TaskParam)
_Type            4727 modules/videoio/src/ppltasks_winrt.hpp     const typename details::_Task_ptr<_ReturnType>::_Type & _GetImpl() const
_Type            4735 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(const typename details::_Task_ptr<_ReturnType>::_Type & _Impl)
_Type            4744 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(typename details::_Task_ptr<_ReturnType>::_Type && _Impl)
_Type            4826 modules/videoio/src/ppltasks_winrt.hpp         _InitialTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _TaskImpl, const _Function & _Function) : _M_function(_Function), _PPLTaskHandle(_TaskImpl)
_Type            5004 modules/videoio/src/ppltasks_winrt.hpp         details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type,
_Type            5007 modules/videoio/src/ppltasks_winrt.hpp         typedef typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type _NormalizedContinuationReturnType;
_Type            5009 modules/videoio/src/ppltasks_winrt.hpp         typename details::_Task_ptr<_ReturnType>::_Type _M_ancestorTaskImpl;
_Type            5012 modules/videoio/src/ppltasks_winrt.hpp         _ContinuationTaskHandle(const typename details::_Task_ptr<_ReturnType>::_Type & _AncestorImpl,
_Type            5013 modules/videoio/src/ppltasks_winrt.hpp             const typename details::_Task_ptr<_NormalizedContinuationReturnType>::_Type & _ContinuationImpl,
_Type            5016 modules/videoio/src/ppltasks_winrt.hpp             details::_PPLTaskHandle<typename details::_NormalizeVoidToUnitType<_ContinuationReturnType>::_Type,
_Type            5472 modules/videoio/src/ppltasks_winrt.hpp     typename details::_Task_ptr<_ReturnType>::_Type _M_Impl;
_Type            5980 modules/videoio/src/ppltasks_winrt.hpp     const details::_Task_ptr<details::_Unit_type>::_Type & _GetImpl() const
_Type            5988 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(const details::_Task_ptr<details::_Unit_type>::_Type & _Impl)
_Type            5996 modules/videoio/src/ppltasks_winrt.hpp     void _SetImpl(details::_Task_ptr<details::_Unit_type>::_Type && _Impl)
_Type            6179 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param, task_options _TaskOptions = task_options()) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6181 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6184 modules/videoio/src/ppltasks_winrt.hpp     static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value,
_Type            6189 modules/videoio/src/ppltasks_winrt.hpp     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _TaskOptions);
_Type            6191 modules/videoio/src/ppltasks_winrt.hpp     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param);
_Type            6242 modules/videoio/src/ppltasks_winrt.hpp auto create_task(_Ty _Param, Concurrency::cancellation_token _Token) -> task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type>
_Type            6244 modules/videoio/src/ppltasks_winrt.hpp     static_assert(!std::is_same<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type, details::_BadArgType>::value,
_Type            6247 modules/videoio/src/ppltasks_winrt.hpp     task<typename details::_TaskTypeFromParam<_ReturnType, _Ty>::_Type> _CreatedTask(_Param, _Token);
_Type            8014 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            8038 modules/videoio/src/ppltasks_winrt.hpp         _ResultHolder<std::vector<_Type> >      _M_vector;
_Type            8039 modules/videoio/src/ppltasks_winrt.hpp         _ResultHolder<_Type>                    _M_mergeVal;
_Type            8041 modules/videoio/src/ppltasks_winrt.hpp         std::vector<_Type>                      _M_vector;
_Type            8043 modules/videoio/src/ppltasks_winrt.hpp         _Type                                   _M_mergeVal;
_Type            8049 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Type>
_Type            8050 modules/videoio/src/ppltasks_winrt.hpp     struct _RunAllParam<std::vector<_Type> >
_Type            8067 modules/videoio/src/ppltasks_winrt.hpp         std::vector<_ResultHolder<std::vector<_Type> > >  _M_vector;