Searched defs:GetType (Results 1 – 1 of 1) sorted by relevance
1085 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function1086 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function1087 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function1088 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function1089 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function1090 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function1091 inline static type_t GetType(float*) { return FLOAT; } in GetType() function1092 inline static type_t GetType(char*) { return STRING; } in GetType() function1093 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function1097 inline static type_t GetType(T*) { in GetType() function[all …]