Searched refs:InitAttributes (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message.h | 242 int InitAttributes(CMessage* self, PyObject* args, PyObject* kwargs);
|
D | repeated_composite_container.cc | 149 if (cmessage::InitAttributes(cmsg, args, kwargs) < 0) { in AddToAttached()
|
D | message.cc | 1044 int InitAttributes(CMessage* self, PyObject* args, PyObject* kwargs) { in CheckAndGetInteger() function 1175 if (InitAttributes(cmessage, NULL, value) < 0) { in CheckAndGetInteger() 1253 return InitAttributes(self, args, kwargs); in CheckAndGetInteger()
|