Searched defs:NS_REINTERPRET_NONPOINTER_CAST (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/base/
H A Dnscore.h381 #define NS_REINTERPRET_NONPOINTER_CAST(__type, __obj) reinterpret_cast< __type >(__obj) macro
389 #define NS_REINTERPRET_NONPOINTER_CAST(__type, __obj) ((__type)(__obj)) macro

Completed in 62 milliseconds