Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h242 int InitAttributes(CMessage* self, PyObject* args, PyObject* kwargs);
Drepeated_composite_container.cc149 if (cmessage::InitAttributes(cmsg, args, kwargs) < 0) { in AddToAttached()
Dmessage.cc1044 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()