Searched defs:NS_STATIC_CAST (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/base/ | ||
H A D | nscore.h | 377 #define NS_STATIC_CAST(__type, __ptr) static_cast< __type >(__ptr) macro 385 #define NS_STATIC_CAST(__type, __ptr) ((__type)(__ptr)) macro |
Completed in 32 milliseconds