Searched refs:GHashFunc (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/glib/deprecated/ |
D | gcache.h | 51 GHashFunc hash_key_func, 52 GHashFunc hash_value_func,
|
D | gcache.c | 177 GHashFunc hash_key_func, in g_cache_new() 178 GHashFunc hash_value_func, in g_cache_new()
|
D | grel.h | 74 GHashFunc hash_func,
|
D | grel.c | 159 static GHashFunc 275 GHashFunc hash_func, in g_relation_index()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | ghash.in.h | 55 GHashTable* g_hash_table_new (GHashFunc hash_func, 57 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
|
D | ghash.c | 73 GHashFunc hash_func; 127 g_hash_table_new (GHashFunc hash_func, in g_hash_table_new() 152 g_hash_table_new_full (GHashFunc hash_func, in g_hash_table_new_full()
|
D | gtypes.in.h | 98 typedef guint (*GHashFunc) (gconstpointer key); typedef
|
/third_party/glib/glib/ |
D | ghash.h | 57 GHashTable* g_hash_table_new (GHashFunc hash_func, 60 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
|
D | ghash.c | 271 GHashFunc hash_func; 1031 g_hash_table_new (GHashFunc hash_func, in g_hash_table_new() 1064 g_hash_table_new_full (GHashFunc hash_func, in g_hash_table_new_full()
|
D | gtypes.h | 116 typedef guint (*GHashFunc) (gconstpointer key); typedef
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxftypes.c | 1553 primer->reverse_mappings = g_hash_table_new_full ((GHashFunc) mxf_ul_hash, in mxf_primer_pack_add_mapping() 1689 g_hash_table_new_full ((GHashFunc) mxf_ul_hash, in mxf_local_tag_add_to_hash_table() 1732 g_hash_table_new_full ((GHashFunc) mxf_ul_hash, in mxf_local_tag_insert()
|
D | mxfmetadata.c | 6625 return g_hash_table_new_full ((GHashFunc) mxf_uuid_hash, in mxf_metadata_hash_table_new()
|
/third_party/glib/gio/ |
D | gdbuserror.c | 380 quark_code_pair_to_re = g_hash_table_new ((GHashFunc) quark_code_pair_hash_func, in g_dbus_error_register_error()
|
/third_party/glib/glib/tests/ |
D | hash.c | 506 …h = g_hash_table_new_full ((GHashFunc)g_string_hash, (GEqualFunc)g_string_equal, string_free, NULL… in string_hash_test() 1363 GHashFunc hash_func;
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.c | 681 g_hash_table_new_full ((GHashFunc) g_str_hash, (GEqualFunc) g_str_equal, in plugin_init()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 2786 GHashFunc
|