Searched defs:NS_CONST_CAST (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/base/ | ||
H A D | nscore.h | 378 #define NS_CONST_CAST(__type, __ptr) const_cast< __type >(__ptr) macro 386 #define NS_CONST_CAST(__type, __ptr) ((__type)(__ptr)) macro |
Completed in 91 milliseconds