Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc98 static PyObject* kEmptyWeakref; variable
344 return PyList_Append(subclasses, kEmptyWeakref); in InsertEmptyWeakref()
2854 kEmptyWeakref = PyWeakref_NewRef(dummy_obj, NULL); in CheckAndGetInteger()