Home
last modified time | relevance | path

Searched refs:IterItems (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc541 static PyObject* IterItems(PyContainer* self, PyObject* args) { in IterItems() function
552 { "iteritems", (PyCFunction)IterItems, METH_NOARGS, },