Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc252 static PyObject* _NewObj_ByIndex(PyContainer* self, Py_ssize_t index) { in _NewObj_ByIndex() function
350 ScopedPyObjectPtr value1(_NewObj_ByIndex(self, index)); in DescriptorSequence_Equal()
398 ScopedPyObjectPtr value1(_NewObj_ByIndex(self, index)); in DescriptorMapping_Equal()
494 PyObject* value = _NewObj_ByIndex(self, index); in Values()
519 PyObject* value = _NewObj_ByIndex(self, index); in Items()
608 return _NewObj_ByIndex(self, index); in GetItem()
830 return _NewObj_ByIndex(self->container, index); in Iterator_Next()
832 return _NewObj_ByIndex(self->container, count - index - 1); in Iterator_Next()
845 PyObject* value = _NewObj_ByIndex(self->container, index); in Iterator_Next()