Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h355 extern PyObject* PickleError_class;
Drepeated_scalar_container.cc595 PickleError_class, in Reduce()
Dmessage.cc529 PyObject* PickleError_class; variable
3071 PickleError_class = PyObject_GetAttrString(pickle_module, "PickleError"); in CheckAndGetInteger()