Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h359 extern PyObject* PickleError_class;
Dmessage.cc529 PyObject* PickleError_class; variable
3072 PickleError_class = PyObject_GetAttrString(pickle_module, "PickleError"); in CheckAndGetInteger()