Searched defs:STATIC_CAST (Results 1 – 3 of 3) sorted by relevance
19 #define STATIC_CAST(type,value) static_cast<type>(value) macro22 #define STATIC_CAST(type,value) (type) (value) macro
57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, memb… macro