Searched defs:STATIC_CAST (Results 1 – 4 of 4) sorted by relevance
136 #define STATIC_CAST(s) static_cast<s> macro138 #define STATIC_CAST(s) (s) macro
1 #define STATIC_CAST static_cast macro
27 #define STATIC_CAST(type, expr) static_cast<type>(expr) macro
25 #define STATIC_CAST(type, expr) static_cast<type>(expr) macro