Home
last modified time | relevance | path

Searched defs:weakref (Results 1 – 5 of 5) 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/skia/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.c217 PyObject* weakref; in pysqlite_do_all_statements() local
275 PyObject* weakref; in pysqlite_connection_register_cursor() local
752 PyObject* weakref; in _pysqlite_drop_unused_statement_references() local
783 PyObject* weakref; in _pysqlite_drop_unused_cursor_references() local
1193 PyObject* weakref; in pysqlite_connection_call() local
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1748 weakref section in Improved Modules