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

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp342 #define FILL_SIMPLE_POINTER( type, val ) *((type *)pthis) = (type)(val)
349 PRUint8 *pthis = (PRUint8 *)array_ptr; local
350 NS_ABORT_IF_FALSE(pthis, "Don't have a valid array to fill!");
366 memcpy(pthis, PyString_AS_STRING(sequence_ob), sequence_size);
374 for (PRUint32 i=0; rc && i<sequence_size; i++,pthis += array_element_size) {
452 nsIID **pp = (nsIID **)pthis;
469 char **pp = (char **)pthis;
498 PRUnichar **pp = (PRUnichar **)pthis;
522 nsISupports **pp = (nsISupports **)pthis;
555 PRUint8 *pthis local
[all...]

Completed in 44 milliseconds