Home
last modified time | relevance | path

Searched defs:GetType (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/
H A Dreduce.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
H A Dreduce_key_val.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/
H A Dreduce.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
H A Dreduce_key_val.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/
H A Dreduce.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
H A Dreduce_key_val.hpp57 template <typename T> struct GetType<T*> struct
59 typedef T type;
61 template <typename T> struct GetType<volatile T*> struct
63 typedef T type;
65 template <typename T> struct GetType<T&> struct
67 typedef T type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodedstream.h153 UTFType GetType() const { return type_; } in GetType() function
258 UTFType GetType() const { return type_; } in GetType() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.h67 mems_sensor_type_t GetType() const { return type_; }; in GetType() function
H A Dimu_service.cpp40 mems_sensor_type_t EisImuData::GetType() const { return type_; } in GetType() function in RkCam::EisImuData