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

/vbox/src/libs/xpcom18a4/python/
H A Dxpcom_consts.py212 def XPT_MD_IS_CTOR(flags): return (flags & XPT_MD_CTOR) function
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h516 #define XPT_MD_IS_CTOR(flags) (flags & XPT_MD_CTOR) macro

Completed in 80 milliseconds