Home
last modified time | relevance | path

Searched refs:_PyDict_Next (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Ddictobject.h45 PyAPI_FUNC(int) _PyDict_Next(
/third_party/python/Objects/
H A Ddictobject.c2119 _PyDict_Next(PyObject *op, Py_ssize_t *ppos, PyObject **pkey, in _PyDict_Next() function
2202 return _PyDict_Next(op, ppos, pkey, pvalue, NULL); in PyDict_Next()
2291 while (_PyDict_Next(iterable, &pos, &key, &oldvalue, &hash)) { in _PyDict_FromKeys()
2561 while (_PyDict_Next((PyObject*)mp, &pos, &key, NULL, NULL)) { in dict_keys()
2593 while (_PyDict_Next((PyObject*)mp, &pos, NULL, &value, NULL)) { in dict_values()
2638 while (_PyDict_Next((PyObject*)mp, &pos, &key, &value, NULL)) { in dict_items()
2890 while (_PyDict_Next((PyObject*)other, &pos, &key, &value, &hash)) { in dict_merge()
4920 while (_PyDict_Next(d2, &pos, &key, &val2, &hash)) { in dictitems_xor()
H A Dsetobject.c904 while (_PyDict_Next(other, &pos, &key, &value, &hash)) { in set_update_internal()
1631 while (_PyDict_Next(other, &pos, &key, &value, &hash)) { in set_symmetric_difference_update()
/third_party/python/Modules/_sre/
H A Dsre.c2215 while (_PyDict_Next(self->pattern->groupindex, &pos, &key, &value, &hash)) { in _sre_SRE_Match_groupdict_impl()

Completed in 15 milliseconds