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

/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py50 XPT_MD_IS_SETTER = xpcom_consts.XPT_MD_IS_SETTER variable
261 elif XPT_MD_IS_SETTER(flags):
/vbox/src/libs/xpcom18a4/python/
H A Dxpcom_consts.py210 def XPT_MD_IS_SETTER(flags): return (flags & XPT_MD_SETTER) function
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h514 #define XPT_MD_IS_SETTER(flags) (flags & XPT_MD_SETTER) macro

Completed in 3750 milliseconds