Searched refs:key_destroy_func (Results 1 – 12 of 12) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | ghash.c | 76 GDestroyNotify key_destroy_func; member 96 GDestroyNotify key_destroy_func, 99 GDestroyNotify key_destroy_func, 154 GDestroyNotify key_destroy_func, in g_hash_table_new_full() argument 165 hash_table->key_destroy_func = key_destroy_func; in g_hash_table_new_full() 218 hash_table->key_destroy_func, 373 if (hash_table->key_destroy_func) in g_hash_table_insert() 374 hash_table->key_destroy_func (key); in g_hash_table_insert() 418 if (hash_table->key_destroy_func) 419 hash_table->key_destroy_func ((*node)->key); [all …]
|
D | ghash.in.h | 59 GDestroyNotify key_destroy_func,
|
/third_party/glib/glib/deprecated/ |
D | gcache.c | 88 GCacheDestroyFunc key_destroy_func; member 176 GCacheDestroyFunc key_destroy_func, in g_cache_new() argument 186 g_return_val_if_fail (key_destroy_func != NULL, NULL); in g_cache_new() 195 cache->key_destroy_func = key_destroy_func; in g_cache_new() 298 (* cache->key_destroy_func) (key); in g_cache_remove()
|
D | gcache.h | 50 GCacheDestroyFunc key_destroy_func,
|
/third_party/glib/glib/ |
D | gtree.c | 82 GDestroyNotify key_destroy_func; member 210 GDestroyNotify key_destroy_func, in g_tree_new_full() argument 220 tree->key_destroy_func = key_destroy_func; in g_tree_new_full() 355 if (tree->key_destroy_func) in g_tree_remove_all() 356 tree->key_destroy_func (node->key); in g_tree_remove_all() 599 if (tree->key_destroy_func) in g_tree_insert_internal() 600 tree->key_destroy_func (node->key); in g_tree_insert_internal() 607 if (tree->key_destroy_func) in g_tree_insert_internal() 608 tree->key_destroy_func (key); in g_tree_insert_internal() 956 if (tree->key_destroy_func) in g_tree_remove_internal() [all …]
|
D | ghash.c | 282 GDestroyNotify key_destroy_func; member 551 if (notify && hash_table->key_destroy_func) in g_hash_table_remove_node() 552 hash_table->key_destroy_func (key); in g_hash_table_remove_node() 636 (hash_table->key_destroy_func == NULL && in g_hash_table_remove_all_nodes() 702 if (hash_table->key_destroy_func != NULL) in g_hash_table_remove_all_nodes() 703 hash_table->key_destroy_func (key); in g_hash_table_remove_all_nodes() 1066 GDestroyNotify key_destroy_func, in g_hash_table_new_full() argument 1080 hash_table->key_destroy_func = key_destroy_func; in g_hash_table_new_full() 1351 if (hash_table->key_destroy_func && !reusing_key) in g_hash_table_insert_node() 1352 (* hash_table->key_destroy_func) (key_to_free); in g_hash_table_insert_node()
|
D | gtree.h | 79 GDestroyNotify key_destroy_func,
|
D | ghash.h | 62 GDestroyNotify key_destroy_func,
|
/third_party/python/Python/ |
D | hashtable.c | 318 _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/ |
D | pycore_hashtable.h | 68 _Py_hashtable_destroy_func key_destroy_func; member 88 _Py_hashtable_destroy_func key_destroy_func,
|
/third_party/python/Modules/ |
D | _tracemalloc.c | 241 _Py_hashtable_destroy_func key_destroy_func, in hashtable_new() argument 246 key_destroy_func, value_destroy_func, in hashtable_new()
|
/third_party/glib/glib/tests/ |
D | hash.c | 1370 GDestroyNotify key_destroy_func; member
|