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

/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp938 class PythonTypeDescriptor { class
940 PythonTypeDescriptor() { function in class:PythonTypeDescriptor
947 ~PythonTypeDescriptor() {
966 static int ProcessPythonTypeDescriptors(PythonTypeDescriptor *pdescs, int num)
973 PythonTypeDescriptor &ptd = pdescs[i];
1095 m_python_type_desc_array = new PythonTypeDescriptor[m_num_array];
1105 PythonTypeDescriptor &ptd = m_python_type_desc_array[i];
1151 PythonTypeDescriptor &ptd = m_python_type_desc_array[i];
1169 PythonTypeDescriptor &ptd = m_python_type_desc_array[i];
1187 PythonTypeDescriptor
[all...]

Completed in 46 milliseconds