Searched defs:TypeTraits (Results 1 - 5 of 5) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dtype_traits.hpp62 template <typename T> struct TypeTraits struct in namespace:cv::cuda::device
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.hpp68 struct TypeTraits;
78 typedef typename TypeTraits<WsiType>::NativeDisplayType NativeType;
94 typedef typename TypeTraits<WsiType>::NativeWindowType NativeType;
109 struct TypeTraits<TYPE_XLIB> struct in namespace:vk::wsi
121 struct TypeTraits<TYPE_XCB> struct in namespace:vk::wsi
133 struct TypeTraits<TYPE_WAYLAND> struct in namespace:vk::wsi
145 struct TypeTraits<TYPE_MIR> struct in namespace:vk::wsi
157 struct TypeTraits<TYPE_ANDROID> struct in namespace:vk::wsi
167 struct TypeTraits<TYPE_WIN32> struct in namespace:vk::wsi
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
H A Dtype_traits.hpp126 // TypeTraits
128 template <typename T> struct TypeTraits struct in namespace:cv::cudev
/external/opencv3/modules/cudev/include/opencv2/cudev/functional/
H A Dfunctional.hpp79 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
80 typename TypeTraits<T>::parameter_type b) const
88 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
89 typename TypeTraits<T>::parameter_type b) const
97 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
98 typename TypeTraits<T>::parameter_type b) const
106 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
107 typename TypeTraits<T>::parameter_type b) const
115 __device__ __forceinline__ T operator ()(typename TypeTraits<T>::parameter_type a,
116 typename TypeTraits<
301 operator ()(typename TypeTraits<T1>::parameter_type, typename TypeTraits<T2>::parameter_type rhs) const argument
[all...]
/external/protobuf/src/google/protobuf/
H A Dextension_set.h621 // class TypeTraits {
625 // // TypeTraits for singular fields and repeated fields will define the
628 // // extensions and repeated extensions. If the TypeTraits for the passed
1048 typedef TypeTraitsType TypeTraits; typedef in class:google::protobuf::internal::ExtensionIdentifier
1051 ExtensionIdentifier(int number, typename TypeTraits::ConstType default_value)
1054 typename TypeTraits::ConstType default_value() const {
1060 typename TypeTraits::ConstType default_value_;
1069 // We use "_proto_TypeTraits" as a type name below because "TypeTraits"

Completed in 216 milliseconds