GetType            56 modules/core/include/opencv2/core/cuda/detail/reduce.hpp         template <typename T> struct GetType;
GetType            91 modules/core/include/opencv2/core/cuda/detail/reduce.hpp                 typename GetType<typename thrust::tuple_element<I, PointerTuple>::type>::type reg = thrust::get<I>(smem)[tid + delta];
GetType            99 modules/core/include/opencv2/core/cuda/detail/reduce.hpp                 typename GetType<typename thrust::tuple_element<I, ValTuple>::type>::type reg = shfl_down(thrust::get<I>(val), delta, width);
GetType            56 modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp         template <typename T> struct GetType;
GetType           106 modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp                 typename GetType<typename thrust::tuple_element<I, KeyReferenceTuple>::type>::type reg = shfl_down(thrust::get<I>(key), delta, width);
GetType           122 modules/core/include/opencv2/core/cuda/detail/reduce_key_val.hpp                 typename GetType<typename thrust::tuple_element<I, KeyPointerTuple>::type>::type reg = thrust::get<I>(skeys)[tid + delta];
GetType            61 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp     template <typename T> struct GetType;
GetType           101 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp             typename GetType<typename tuple_element<I, PointerTuple>::type>::type reg = get<I>(smem)[tid + delta];
GetType           111 modules/cudev/include/opencv2/cudev/block/detail/reduce.hpp             typename GetType<typename tuple_element<I, ValTuple>::type>::type reg = shfl_down(get<I>(val), delta, width);
GetType            60 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp     template <typename T> struct GetType;
GetType           111 modules/cudev/include/opencv2/cudev/block/detail/reduce_key_val.hpp             typename GetType<typename tuple_element<I, KeyPointerTuple>::type>::type reg = get<I>(skeys)[tid + delta];
GetType            59 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp     template <typename T> struct GetType;
GetType            91 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp             typename GetType<typename tuple_element<I, PointerTuple>::type>::type reg = get<I>(smem)[tid + delta];
GetType           101 modules/cudev/include/opencv2/cudev/warp/detail/reduce.hpp             typename GetType<typename tuple_element<I, ValTuple>::type>::type reg = shfl_down(get<I>(val), delta, width);
GetType            58 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp     template <typename T> struct GetType;
GetType           101 modules/cudev/include/opencv2/cudev/warp/detail/reduce_key_val.hpp             typename GetType<typename tuple_element<I, KeyPointerTuple>::type>::type reg = get<I>(skeys)[tid + delta];
GetType          1499 modules/videoio/src/cap_msmf.cpp         hr = pEvent->GetType(&met);
GetType          1508 modules/videoio/src/cap_msmf.hpp         if (SUCCEEDED(hr) && SUCCEEDED((*ppEvent)->GetType(&meType)) && meType == MEStreamSinkStopped) {
GetType          1551 modules/videoio/src/cap_msmf.hpp         if (SUCCEEDED(hr) && SUCCEEDED((*ppEvent)->GetType(&meType)) && meType == MEStreamSinkStopped) {