Searched refs:InitAttributes (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_composite_container.cc | 237 if (cmessage::InitAttributes(cmsg, NULL, NULL) < 0) { in UpdateChildMessages() 273 if (cmessage::InitAttributes(cmsg, NULL, kwargs) < 0) { in AddToAttached() 291 if (cmessage::InitAttributes(cmsg, NULL, kwargs) < 0) { in AddToReleased()
|
D | message.h | 196 int InitAttributes(CMessage* self, PyObject* descriptor, PyObject* kwargs);
|
D | message.cc | 630 int InitAttributes(CMessage* self, PyObject* arg, PyObject* kwargs) { in CheckAndGetInteger() function 771 if (InitAttributes(self, descriptor, kwargs) < 0) { in CheckAndGetInteger() 1736 if (InitAttributes(cmsg, NULL, NULL) < 0) { in CheckAndGetInteger() 1841 if (InitAttributes(cmsg, NULL, NULL) < 0) { in CheckAndGetInteger() 2042 if (InitAttributes(reinterpret_cast<CMessage*>(clone), NULL, NULL) < 0) { in CheckAndGetInteger()
|