Home
last modified time | relevance | path

Searched refs:_Py_hashtable_destroy_func (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_hashtable.h46 typedef void (*_Py_hashtable_destroy_func) (void *key); typedef
68 _Py_hashtable_destroy_func key_destroy_func;
69 _Py_hashtable_destroy_func value_destroy_func;
88 _Py_hashtable_destroy_func key_destroy_func,
89 _Py_hashtable_destroy_func value_destroy_func,
/third_party/python/Python/
H A Dhashtable.c318 _Py_hashtable_destroy_func key_destroy_func, in _Py_hashtable_new_full()
319 _Py_hashtable_destroy_func value_destroy_func, in _Py_hashtable_new_full()
/third_party/python/Modules/
H A D_tracemalloc.c247 _Py_hashtable_destroy_func key_destroy_func, in hashtable_new()
248 _Py_hashtable_destroy_func value_destroy_func) in hashtable_new()
489 (_Py_hashtable_destroy_func)_Py_hashtable_destroy); in tracemalloc_create_domains_table()

Completed in 6 milliseconds