Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dextension_dict.cc126 ScopedPyObjectPtr py_cdescriptor(reinterpret_cast<PyObject*>(cdescriptor)); in subscript() local
199 ScopedPyObjectPtr py_cdescriptor(reinterpret_cast<PyObject*>(cdescriptor)); in ass_subscript() local
222 ScopedPyObjectPtr py_cdescriptor(reinterpret_cast<PyObject*>(cdescriptor)); in ClearExtension() local
245 ScopedPyObjectPtr py_cdescriptor(reinterpret_cast<PyObject*>(cdescriptor)); in HasExtension() local
Dmessage.cc675 PyObject* py_cdescriptor = GetDescriptor(self, name); in CheckAndGetInteger() local
676 if (py_cdescriptor == NULL) { in CheckAndGetInteger()
682 reinterpret_cast<CFieldDescriptor*>(py_cdescriptor)->descriptor; in CheckAndGetInteger()
1426 ScopedPyObjectPtr py_cdescriptor(reinterpret_cast<PyObject*>(cdescriptor)); in CheckAndGetInteger() local