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

/external/protobuf/python/google/protobuf/pyext/
H A Drepeated_composite_container.cc237 if (cmessage::InitAttributes(cmsg, NULL, NULL) < 0) {
271 // cmessage::InitAttributes must be called after cmsg->message has
273 if (cmessage::InitAttributes(cmsg, NULL, kwargs) < 0) {
291 if (cmessage::InitAttributes(cmsg, NULL, kwargs) < 0) {
H A Dmessage.h196 int InitAttributes(CMessage* self, PyObject* descriptor, PyObject* kwargs);
H A Dmessage.cc630 int InitAttributes(CMessage* self, PyObject* arg, PyObject* kwargs) { function in namespace:google::protobuf::python::cmessage
771 if (InitAttributes(self, descriptor, kwargs) < 0) {
1736 if (InitAttributes(cmsg, NULL, NULL) < 0) {
1841 if (InitAttributes(cmsg, NULL, NULL) < 0) {
2042 if (InitAttributes(reinterpret_cast<CMessage*>(clone), NULL, NULL) < 0) {

Completed in 48 milliseconds