stdx              129 modules/highgui/src/ppltasks_winrt.h namespace stdx
stdx              377 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
stdx              395 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              396 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              397 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              398 modules/highgui/src/ppltasks_winrt.h             std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value;
stdx              421 modules/highgui/src/ppltasks_winrt.h     auto _GetUnwrappedType(ABI::Windows::Foundation::IAsyncOperation<_Ty>*) -> typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Ty>*>()))>::type;
stdx              426 modules/highgui/src/ppltasks_winrt.h     auto _GetUnwrappedType(ABI::Windows::Foundation::IAsyncOperationWithProgress<_Ty, _Progress>*) -> typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Ty, _Progress>*>()))>::type;
stdx              449 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
stdx              459 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ReturnAsyncOperationKindSelector(stdx::declval<_Type>())) _TaskRetType;
stdx              460 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_GetUnwrappedType(stdx::declval<_Type>())) _TaskRetType_abi;
stdx              462 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
stdx              468 modules/highgui/src/ppltasks_winrt.h     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, int, int) -> decltype(_Func(stdx::declval<task<_ReturnType>*>()), std::true_type()) { (void)_Func; return std::true_type(); }
stdx              469 modules/highgui/src/ppltasks_winrt.h     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, int, ...) -> decltype(_Func(stdx::declval<_ReturnType*>()), std::true_type()) { (void)_Func; return std::true_type(); }
stdx              902 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ArgumentCountHelper(stdx::declval<_T*>())) _ArgumentCountType;
stdx              905 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_ReturnTypePFNHelperThunk(stdx::declval<_T*>())) _ReturnType;
stdx              906 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg1PFNHelperThunk(stdx::declval<_T*>())) _Argument1Type;
stdx              907 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg2PFNHelperThunk(stdx::declval<_T*>())) _Argument2Type;
stdx              908 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_Arg3PFNHelperThunk(stdx::declval<_T*>())) _Argument3Type;
stdx              919 modules/highgui/src/ppltasks_winrt.h     template<typename _Function, typename _ExpectedParameterType, const bool _IsVoidConversion = std::is_same<decltype(_IsVoidConversionHelper(stdx::declval<_Function>(), 0)), std::true_type>::value, const size_t _Count = _FunctorTypeTraits<_Function>::_ArgumentCount>
stdx              926 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx              937 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx              946 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx             1811 modules/highgui/src/ppltasks_winrt.h         typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type>
stdx             1813 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type _Result_abi;
stdx             1841 modules/highgui/src/ppltasks_winrt.h         typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))>::type>
stdx             1843 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))>::type _Result_abi;
stdx             3167 modules/highgui/src/ppltasks_winrt.h             typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_GetUnwrappedType(stdx::declval<_OpType*>()))>::type _Result_abi;
stdx             4084 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<task<_ReturnType>*>()), std::true_type());
stdx             4088 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<_ReturnType*>()), std::true_type());
stdx             4096 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, int, ...) -> typename decltype(_Param->GetResults(stdx::declval<decltype(_GetUnwrappedType(stdx::declval<_Ty>()))*>()), std::true_type());
stdx             4100 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, ...) -> typename decltype(_Param.set(stdx::declval<_ReturnType>()), std::true_type());
stdx             4127 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<_ReturnType*>()), std::true_type());
stdx             4135 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, ...) -> typename decltype(_Param(Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             4143 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             4151 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             6128 modules/highgui/src/ppltasks_winrt.h     auto _GetTaskType(_Ty _Func, std::true_type) -> decltype(_GetUnwrappedReturnType(stdx::declval<_FunctionTypeTraits<_Ty, void>::_FuncRetType>(), 0));
stdx             6143 modules/highgui/src/ppltasks_winrt.h         typedef decltype(_FilterValidTaskType<_ReturnType>(stdx::declval<_Ty>(), 0)) _Type;
stdx             6259 modules/highgui/src/ppltasks_winrt.h     task<typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_T>*>()))>::type> _To_task_helper(ABI::Windows::Foundation::IAsyncOperation<_T>* op)
stdx             6265 modules/highgui/src/ppltasks_winrt.h     task<typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_T, _Progress>*>()))>::type> _To_task_helper(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T, _Progress>* op)
stdx             7123 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ReturnType_abi;
stdx             7125 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ProgressType_abi;
stdx             7154 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<_AsyncBaseType*>()))>::type _ReturnType_abi;
stdx             7185 modules/highgui/src/ppltasks_winrt.h         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncActionWithProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ProgressType_abi;
stdx              377 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ProgressTypeSelector(stdx::declval<_Type>())) _Value;
stdx              395 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncAction, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              396 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncOperation, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              397 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncOperationWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value ||
stdx              398 modules/videoio/src/ppltasks_winrt.hpp             std::is_same<_TypeSelectorAsyncActionWithProgress, decltype(details::_AsyncOperationKindSelector(stdx::declval<_Type>()))>::value;
stdx              421 modules/videoio/src/ppltasks_winrt.hpp     auto _GetUnwrappedType(ABI::Windows::Foundation::IAsyncOperation<_Ty>*) -> typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Ty>*>()))>::type;
stdx              426 modules/videoio/src/ppltasks_winrt.hpp     auto _GetUnwrappedType(ABI::Windows::Foundation::IAsyncOperationWithProgress<_Ty, _Progress>*) -> typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Ty, _Progress>*>()))>::type;
stdx              449 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
stdx              459 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ReturnAsyncOperationKindSelector(stdx::declval<_Type>())) _TaskRetType;
stdx              460 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_GetUnwrappedType(stdx::declval<_Type>())) _TaskRetType_abi;
stdx              462 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
stdx              468 modules/videoio/src/ppltasks_winrt.hpp     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, int, int) -> decltype(_Func(stdx::declval<task<_ReturnType>*>()), std::true_type()) { (void)_Func; return std::true_type(); }
stdx              469 modules/videoio/src/ppltasks_winrt.hpp     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, int, ...) -> decltype(_Func(stdx::declval<_ReturnType*>()), std::true_type()) { (void)_Func; return std::true_type(); }
stdx              902 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ArgumentCountHelper(stdx::declval<_T*>())) _ArgumentCountType;
stdx              905 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_ReturnTypePFNHelperThunk(stdx::declval<_T*>())) _ReturnType;
stdx              906 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_Arg1PFNHelperThunk(stdx::declval<_T*>())) _Argument1Type;
stdx              907 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_Arg2PFNHelperThunk(stdx::declval<_T*>())) _Argument2Type;
stdx              908 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_Arg3PFNHelperThunk(stdx::declval<_T*>())) _Argument3Type;
stdx              919 modules/videoio/src/ppltasks_winrt.hpp     template<typename _Function, typename _ExpectedParameterType, const bool _IsVoidConversion = std::is_same<decltype(_IsVoidConversionHelper(stdx::declval<_Function>(), 0)), std::true_type>::value, const size_t _Count = _FunctorTypeTraits<_Function>::_ArgumentCount>
stdx              926 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx              937 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx              946 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_VoidIsTaskHelper(stdx::declval<_FunctorTypeTraits<_Function>::_Argument1Type>(), 0)) _Takes_task;
stdx             1811 modules/videoio/src/ppltasks_winrt.hpp         typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type>
stdx             1813 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_Result>*>()))>::type _Result_abi;
stdx             1841 modules/videoio/src/ppltasks_winrt.hpp         typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))>::type>
stdx             1843 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_Result, _Progress>*>()))>::type _Result_abi;
stdx             3167 modules/videoio/src/ppltasks_winrt.hpp             typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_GetUnwrappedType(stdx::declval<_OpType*>()))>::type _Result_abi;
stdx             4084 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<task<_ReturnType>*>()), std::true_type());
stdx             4088 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<_ReturnType*>()), std::true_type());
stdx             4096 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, int, ...) -> typename decltype(_Param->GetResults(stdx::declval<decltype(_GetUnwrappedType(stdx::declval<_Ty>()))*>()), std::true_type());
stdx             4100 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, ...) -> typename decltype(_Param.set(stdx::declval<_ReturnType>()), std::true_type());
stdx             4127 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, int, ...) -> typename decltype(_Param(stdx::declval<_ReturnType*>()), std::true_type());
stdx             4135 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, ...) -> typename decltype(_Param(Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             4143 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             4151 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none(), stdx::declval<_ReturnType*>()), std::true_type());
stdx             6128 modules/videoio/src/ppltasks_winrt.hpp     auto _GetTaskType(_Ty _Func, std::true_type) -> decltype(_GetUnwrappedReturnType(stdx::declval<_FunctionTypeTraits<_Ty, void>::_FuncRetType>(), 0));
stdx             6143 modules/videoio/src/ppltasks_winrt.hpp         typedef decltype(_FilterValidTaskType<_ReturnType>(stdx::declval<_Ty>(), 0)) _Type;
stdx             6259 modules/videoio/src/ppltasks_winrt.hpp     task<typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperation<_T>*>()))>::type> _To_task_helper(ABI::Windows::Foundation::IAsyncOperation<_T>* op)
stdx             6265 modules/videoio/src/ppltasks_winrt.hpp     task<typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<ABI::Windows::Foundation::IAsyncOperationWithProgress<_T, _Progress>*>()))>::type> _To_task_helper(ABI::Windows::Foundation::IAsyncOperationWithProgress<_T, _Progress>* op)
stdx             7123 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ReturnType_abi;
stdx             7125 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationWithProgressProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ProgressType_abi;
stdx             7154 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncOperationSelector(stdx::declval<_AsyncBaseType*>()))>::type _ReturnType_abi;
stdx             7185 modules/videoio/src/ppltasks_winrt.hpp         typedef typename ABI::Windows::Foundation::Internal::GetAbiType<decltype(_UnwrapAsyncActionWithProgressSelector(stdx::declval<_AsyncBaseType*>()))>::type _ProgressType_abi;