Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc225 static PyObject* _NewKey_ByIndex(PyContainer* self, Py_ssize_t index) { in _NewKey_ByIndex() function
394 ScopedPyObjectPtr key(_NewKey_ByIndex(self, index)); in DescriptorMapping_Equal()
478 PyObject* key = _NewKey_ByIndex(self, index); in Keys()
514 PyObject* key = _NewKey_ByIndex(self, index); in Items()
828 return _NewKey_ByIndex(self->container, index); in Iterator_Next()
839 PyObject* key = _NewKey_ByIndex(self->container, index); in Iterator_Next()