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

/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/public/
H A Dxptcall.h139 VAL_IS_ARRAY = 0x8, // val.p holds a pointer to an array needing cleanup enumerator in enum:nsXPTCVariant::__anon17323
149 void SetValIsArray() {flags |= VAL_IS_ARRAY;}
157 PRBool IsValArray() const {return 0 != (flags & VAL_IS_ARRAY);}

Completed in 42 milliseconds