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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/
H A Dxptcall.h138 VAL_IS_IFACE = 0x4, // val.p holds interface ptr that must be released enumerator in enum:nsXPTCVariant::__anon17323
148 void SetValIsInterface() {flags |= VAL_IS_IFACE;}
156 PRBool IsValInterface() const {return 0 != (flags & VAL_IS_IFACE);}
163 | VAL_IS_IFACE

Completed in 43 milliseconds