Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc103 static int InsertEmptyWeakref(PyTypeObject* base);
286 if (InsertEmptyWeakref( in New()
288 InsertEmptyWeakref(&CMessage_Type) < 0) { in New()
335 static int InsertEmptyWeakref(PyTypeObject *base_type) { in InsertEmptyWeakref() function