Home
last modified time | relevance | path

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

/third_party/python/Python/
Dhashtable.c318 _Py_hashtable_destroy_func key_destroy_func, in _Py_hashtable_new_full() argument
350 ht->key_destroy_func = key_destroy_func; in _Py_hashtable_new_full()
374 if (ht->key_destroy_func) { in _Py_hashtable_destroy_entry()
375 ht->key_destroy_func(entry->key); in _Py_hashtable_destroy_entry()
/third_party/python/Include/internal/
Dpycore_hashtable.h68 _Py_hashtable_destroy_func key_destroy_func; member
88 _Py_hashtable_destroy_func key_destroy_func,
/third_party/python/Modules/
D_tracemalloc.c241 _Py_hashtable_destroy_func key_destroy_func, in hashtable_new() argument
246 key_destroy_func, value_destroy_func, in hashtable_new()