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

/vbox/src/libs/xpcom18a4/python/server/
H A Dpolicy.py49 XPT_MD_IS_GETTER = xpcom_consts.XPT_MD_IS_GETTER variable
252 if XPT_MD_IS_GETTER(flags):
/vbox/src/libs/xpcom18a4/python/
H A Dxpcom_consts.py209 def XPT_MD_IS_GETTER(flags): return (flags & XPT_MD_GETTER) function
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h513 #define XPT_MD_IS_GETTER(flags) (flags & XPT_MD_GETTER) macro

Completed in 69 milliseconds