Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc527 PyObject* EncodeError_class; variable
3063 EncodeError_class = PyObject_GetAttrString(message_module, "EncodeError"); in CheckAndGetInteger()