Searched defs:array_type (Results 1 - 1 of 1) sorted by relevance
| /vbox/src/libs/xpcom18a4/python/src/ |
| H A D | VariantUtils.cpp | 296 void FreeSingleArray(void *array_ptr, PRUint32 sequence_size, PRUint8 array_type) argument 302 switch(array_type & XPT_TDP_TAGMASK) { 347 PRUint32 array_element_size, PRUint8 array_type, nsIID *pIID) 355 if ( array_type == nsXPTType::T_U8 && 379 switch(array_type) { 534 PyXPCOM_LogWarning("Converting Python object for an array element - The object type (0x%x) is unknown - leaving param alone!\n", array_type); 544 PRUint32 sequence_size, PRUint8 array_type, nsIID *iid) 550 if (array_type == nsXPTType::T_U8) 553 PRUint32 array_element_size = GetArrayElementSize(array_type); 558 switch(array_type) { 346 FillSingleArray(void *array_ptr, PyObject *sequence_ob, PRUint32 sequence_size, PRUint32 array_element_size, PRUint8 array_type, nsIID *pIID) argument 543 UnpackSingleArray(Py_nsISupports *parent, void *array_ptr, PRUint32 sequence_size, PRUint8 array_type, nsIID *iid) argument 766 int array_type = BestVariantTypeForPyObject(first); local 1053 PRUint8 array_type = (PRUint8)PyInt_AsLong(m_python_type_desc_array[i].extra); local [all...] |
Completed in 54 milliseconds