Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc229 static PyObject* _NewKey_ByIndex(PyContainer* self, Py_ssize_t index) { in _NewKey_ByIndex() function
398 ScopedPyObjectPtr key(_NewKey_ByIndex(self, index)); in DescriptorMapping_Equal()
482 PyObject* key = _NewKey_ByIndex(self, index); in Keys()
518 PyObject* key = _NewKey_ByIndex(self, index); in Items()
857 return _NewKey_ByIndex(self->container, index); in Iterator_Next()
868 PyObject* key = _NewKey_ByIndex(self->container, index); in Iterator_Next()