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

  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 344 template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)>
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 344 template <typename _Type, bool _IsValueTypeOrRefType = __is_valid_winrt_type(_Type)>
    [all...]
cap_msmf.hpp 162 #define __is_valid_winrt_type(_Type) (std::is_void<_Type>::value || \ macro
    [all...]

Completed in 97 milliseconds