Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.cc98 static PyObject* kEmptyWeakref; variable
344 return PyList_Append(subclasses, kEmptyWeakref); in InsertEmptyWeakref()
2851 kEmptyWeakref = PyWeakref_NewRef(dummy_obj, NULL); in CheckAndGetInteger()