Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc265 PyObject* well_known_class = PyDict_GetItemString( in New() local
267 if (well_known_class == NULL) { in New()
272 PythonMessage_class, well_known_class, dict)); in New()