Searched defs:GetType (Results 1 – 9 of 9) sorted by relevance
57 template <typename T> struct GetType<T*> struct59 typedef T type;61 template <typename T> struct GetType<volatile T*> struct63 typedef T type;65 template <typename T> struct GetType<T&> struct67 typedef T type;
153 UTFType GetType() const { return type_; } in GetType() function258 UTFType GetType() const { return type_; } in GetType() function
67 mems_sensor_type_t GetType() const { return type_; }; in GetType() function
40 mems_sensor_type_t EisImuData::GetType() const { return type_; } in GetType() function in RkCam::EisImuData