Searched refs:m_num_array (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp1020 m_num_array = 0;
1031 for (int i=0;i<m_num_array;i++) {
1089 m_num_array = PySequence_Length(typedescs);
1095 m_python_type_desc_array = new PythonTypeDescriptor[m_num_array];
1099 for (i=0;i<m_num_array;i++) {
1113 total_params_needed = ProcessPythonTypeDescriptors(m_python_type_desc_array, m_num_array);
1128 m_var_array = new nsXPTCVariant[m_num_array];
1130 memset(m_var_array, 0, m_num_array * sizeof(m_var_array[0]));
1132 m_buffer_array = new void *[m_num_array];
1134 memset(m_buffer_array, 0, m_num_array * sizeo
[all...]
H A DPyXPCOM.h445 int m_num_array; member in class:PyXPCOM_InterfaceVariantHelper
/vbox/src/libs/xpcom18a4/python/src/module/
H A D_xpcom.cpp266 r = XPTC_InvokeByIndex(pis, index, arg_helper.m_num_array, arg_helper.m_var_array);

Completed in 49 milliseconds