Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc188 PyObject* EncodeError_class; variable
1221 PyErr_Format(EncodeError_class, "Message %s is missing required fields: %s", in CheckAndGetInteger()
2493 google::protobuf::python::EncodeError_class = PyObject_GetAttrString(message_module, in CheckAndGetInteger()