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.cc527 PyObject* EncodeError_class; variable
3062 EncodeError_class = PyObject_GetAttrString(message_module, "EncodeError"); in CheckAndGetInteger()