Home | History | Annotate | Download | only in gobject

Lines Matching refs:hash_table

853   GHashTable  *hash_table;
901 pool->hash_table = g_hash_table_new (param_spec_pool_hash, param_spec_pool_equals);
936 g_hash_table_insert (pool->hash_table, pspec, pspec);
962 if (g_hash_table_remove (pool->hash_table, pspec))
976 param_spec_ht_lookup (GHashTable *hash_table,
988 pspec = g_hash_table_lookup (hash_table, &key);
995 pspec = g_hash_table_lookup (hash_table, &key);
1007 pspec = g_hash_table_lookup (hash_table, &key);
1017 pspec = g_hash_table_lookup (hash_table, &key);
1058 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors);
1087 pspec = param_spec_ht_lookup (pool->hash_table, param_name, owner_type, walk_ancestors);
1136 g_hash_table_foreach (pool->hash_table, pool_list, &data);
1280 g_hash_table_foreach (pool->hash_table,
1287 slists[i] = pspec_list_remove_overridden_and_redirected (slists[i], pool->hash_table, owner_type, n_pspecs_p);