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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/
H A Dxptcall.h137 VAL_IS_ALLOCD = 0x2, // val.p holds alloc'd ptr that must be freed enumerator in enum:nsXPTCVariant::__anon17323
147 void SetValIsAllocated() {flags |= VAL_IS_ALLOCD;}
155 PRBool IsValAllocated() const {return 0 != (flags & VAL_IS_ALLOCD);}
162 PRBool MustFreeVal() const {return 0 != (flags & ( VAL_IS_ALLOCD

Completed in 45 milliseconds