Home
last modified time | relevance | path

Searched defs:weakref (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/compute/skc/
Dweakref.c72 skc_weakref_init(skc_weakref_t * const weakref, in skc_weakref_init()
80 skc_weakref_is_invalid(skc_weakref_t const * const weakref, in skc_weakref_is_invalid()
87 skc_weakref_index(skc_weakref_t const * const weakref) in skc_weakref_index()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c241 PyObject* weakref; in pysqlite_do_all_statements() local
306 PyObject* weakref; in pysqlite_connection_register_cursor() local
802 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
833 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1194 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Modules/_sqlite/
Dconnection.c214 PyObject* weakref; in pysqlite_do_all_statements() local
271 PyObject* weakref; in pysqlite_connection_register_cursor() local
746 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
777 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1221 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Doc/whatsnew/
D3.8.rst1407 weakref section in Improved Modules
D3.4.rst1748 weakref section in Improved Modules
/external/python/pybind11/include/pybind11/
Dpytypes.h1164 PYBIND11_OBJECT_DEFAULT(weakref, object, PyWeakref_Check) in PYBIND11_OBJECT_DEFAULT() argument