true_type         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(); }
true_type         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(); }
true_type         470 modules/highgui/src/ppltasks_winrt.h     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, ...) -> decltype(_Func(), std::true_type()) { (void)_Func; return std::true_type(); }
true_type         913 modules/highgui/src/ppltasks_winrt.h     template <typename _Function> auto _IsVoidConversionHelper(_Function _Func, int) -> typename decltype(_Func(_To_task()), std::true_type());
true_type         916 modules/highgui/src/ppltasks_winrt.h     template <typename T> std::true_type _VoidIsTaskHelper(task<T> _Arg, int);
true_type         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>
true_type        4080 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, int, int) -> typename decltype(_Param(), std::true_type());
true_type        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());
true_type        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());
true_type        4092 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param->GetResults(), std::true_type());
true_type        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());
true_type        4100 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, int, ...) -> typename decltype(_Param.set(stdx::declval<_ReturnType>()), std::true_type());
true_type        4103 modules/highgui/src/ppltasks_winrt.h     auto _IsValidTaskCtor(_Ty _Param, int, ...) -> typename decltype(_Param.set(), std::true_type());
true_type        4113 modules/highgui/src/ppltasks_winrt.h         static_assert(std::is_same<decltype(details::_IsValidTaskCtor<_ReturnType>(_Param, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value,
true_type        4123 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, int, int) -> typename decltype(_Param(), std::true_type());
true_type        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());
true_type        4131 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, ...) -> typename decltype(_Param(Concurrency::cancellation_token::none()), std::true_type());
true_type        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());
true_type        4139 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType()), std::true_type());
true_type        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());
true_type        4147 modules/highgui/src/ppltasks_winrt.h     static auto _IsValidCreateAsync(_Ty _Param, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none()), std::true_type());
true_type        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());
true_type        5193 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorNoAsync) const
true_type        5217 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorAsyncTask) const
true_type        5231 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorAsyncOperation) const
true_type        5253 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorAsyncAction) const
true_type        5276 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorAsyncOperationWithProgress) const
true_type        5301 modules/highgui/src/ppltasks_winrt.h         void _Continue(std::true_type, details::_TypeSelectorAsyncActionWithProgress) const
true_type        5381 modules/highgui/src/ppltasks_winrt.h     void _TaskInitMaybeFunctor(_Function & _Func, std::true_type)
true_type        6076 modules/highgui/src/ppltasks_winrt.h     void _TaskInitMaybeFunctor(_Function & _Func, std::true_type)
true_type        6128 modules/highgui/src/ppltasks_winrt.h     auto _GetTaskType(_Ty _Func, std::true_type) -> decltype(_GetUnwrappedReturnType(stdx::declval<_FunctionTypeTraits<_Ty, void>::_FuncRetType>(), 0));
true_type        6131 modules/highgui/src/ppltasks_winrt.h     void _GetTaskType(std::function<HRESULT()>, std::true_type);
true_type        7996 modules/highgui/src/ppltasks_winrt.h     static_assert(std::is_same<decltype(details::_IsValidCreateAsync<_ReturnType>(_Func, 0, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value,
true_type        2782 modules/ts/include/opencv2/ts/ts_gtest.h struct is_pointer<T*> : public true_type {};
true_type        3329 modules/ts/include/opencv2/ts/ts_gtest.h   inline void StreamHelper(internal::true_type /*is_pointer*/, T* pointer) {
true_type        9556 modules/ts/include/opencv2/ts/ts_gtest.h                     true_type /* is a pointer */,
true_type         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(); }
true_type         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(); }
true_type         470 modules/videoio/src/ppltasks_winrt.hpp     template <typename _ReturnType, typename _Function> auto _IsCallable(_Function _Func, int, ...) -> decltype(_Func(), std::true_type()) { (void)_Func; return std::true_type(); }
true_type         913 modules/videoio/src/ppltasks_winrt.hpp     template <typename _Function> auto _IsVoidConversionHelper(_Function _Func, int) -> typename decltype(_Func(_To_task()), std::true_type());
true_type         916 modules/videoio/src/ppltasks_winrt.hpp     template <typename T> std::true_type _VoidIsTaskHelper(task<T> _Arg, int);
true_type         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>
true_type        4080 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, int, int, int) -> typename decltype(_Param(), std::true_type());
true_type        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());
true_type        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());
true_type        4092 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param->GetResults(), std::true_type());
true_type        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());
true_type        4100 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, int, ...) -> typename decltype(_Param.set(stdx::declval<_ReturnType>()), std::true_type());
true_type        4103 modules/videoio/src/ppltasks_winrt.hpp     auto _IsValidTaskCtor(_Ty _Param, int, ...) -> typename decltype(_Param.set(), std::true_type());
true_type        4113 modules/videoio/src/ppltasks_winrt.hpp         static_assert(std::is_same<decltype(details::_IsValidTaskCtor<_ReturnType>(_Param, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value,
true_type        4123 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, int, int) -> typename decltype(_Param(), std::true_type());
true_type        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());
true_type        4131 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, int, int, ...) -> typename decltype(_Param(Concurrency::cancellation_token::none()), std::true_type());
true_type        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());
true_type        4139 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType()), std::true_type());
true_type        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());
true_type        4147 modules/videoio/src/ppltasks_winrt.hpp     static auto _IsValidCreateAsync(_Ty _Param, int, int, ...) -> typename decltype(_Param(details::_ProgressReporterCtorArgType(), Concurrency::cancellation_token::none()), std::true_type());
true_type        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());
true_type        5193 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorNoAsync) const
true_type        5217 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorAsyncTask) const
true_type        5231 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorAsyncOperation) const
true_type        5253 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorAsyncAction) const
true_type        5276 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorAsyncOperationWithProgress) const
true_type        5301 modules/videoio/src/ppltasks_winrt.hpp         void _Continue(std::true_type, details::_TypeSelectorAsyncActionWithProgress) const
true_type        5381 modules/videoio/src/ppltasks_winrt.hpp     void _TaskInitMaybeFunctor(_Function & _Func, std::true_type)
true_type        6076 modules/videoio/src/ppltasks_winrt.hpp     void _TaskInitMaybeFunctor(_Function & _Func, std::true_type)
true_type        6128 modules/videoio/src/ppltasks_winrt.hpp     auto _GetTaskType(_Ty _Func, std::true_type) -> decltype(_GetUnwrappedReturnType(stdx::declval<_FunctionTypeTraits<_Ty, void>::_FuncRetType>(), 0));
true_type        6131 modules/videoio/src/ppltasks_winrt.hpp     void _GetTaskType(std::function<HRESULT()>, std::true_type);
true_type        7996 modules/videoio/src/ppltasks_winrt.hpp     static_assert(std::is_same<decltype(details::_IsValidCreateAsync<_ReturnType>(_Func, 0, 0, 0, 0, 0, 0, 0, 0)), std::true_type>::value,