Searched refs:StatsEntryType (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_lsprof.c536 static PyTypeObject StatsEntryType; variable
591 info = PyObject_CallFunction((PyObject*) &StatsEntryType,
879 PyStructSequence_InitType(&StatsEntryType,
884 Py_INCREF((PyObject*) &StatsEntryType);
887 (PyObject*) &StatsEntryType);
/external/python/cpython3/Modules/
H A D_lsprof.c533 static PyTypeObject StatsEntryType; variable
588 info = PyObject_CallFunction((PyObject*) &StatsEntryType,
875 if (PyStructSequence_InitType2(&StatsEntryType,
882 Py_INCREF((PyObject*) &StatsEntryType);
885 (PyObject*) &StatsEntryType);

Completed in 88 milliseconds