HomeSort by relevance Sort by last modified time
    Searched refs:_AsyncKind (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 449 typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
453 static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value;
462 typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
465 static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value;
478 typedef _TypeSelectorNoAsync _AsyncKind;
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 449 typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
453 static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value;
462 typedef decltype(_AsyncOperationKindSelector(stdx::declval<_Type>())) _AsyncKind;
465 static const bool _IsUnwrappedTaskOrAsync = details::_IsUnwrappedAsyncSelector<_AsyncKind>::_Value;
478 typedef _TypeSelectorNoAsync _AsyncKind;
    [all...]

Completed in 458 milliseconds