Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2081 static PyObject* GetExtensionDict(CMessage* self, void *closure); in CheckAndGetInteger()
2120 ScopedPyObjectPtr extensions(GetExtensionDict(self, NULL)); in CheckAndGetInteger()
2544 static PyObject* GetExtensionDict(CMessage* self, void *closure) { in CheckAndGetInteger() function
2568 {"Extensions", (getter)GetExtensionDict, NULL, "Extension dict"}, in CheckAndGetInteger()