Home
last modified time | relevance | path

Searched refs:GHashFunc (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/glib/deprecated/
Dgcache.h51 GHashFunc hash_key_func,
52 GHashFunc hash_value_func,
Dgcache.c177 GHashFunc hash_key_func, in g_cache_new()
178 GHashFunc hash_value_func, in g_cache_new()
Dgrel.h74 GHashFunc hash_func,
Dgrel.c159 static GHashFunc
275 GHashFunc hash_func, in g_relation_index()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.in.h55 GHashTable* g_hash_table_new (GHashFunc hash_func,
57 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
Dghash.c73 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()
Dgtypes.in.h98 typedef guint (*GHashFunc) (gconstpointer key); typedef
/third_party/glib/glib/
Dghash.h57 GHashTable* g_hash_table_new (GHashFunc hash_func,
60 GHashTable* g_hash_table_new_full (GHashFunc hash_func,
Dghash.c271 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()
Dgtypes.h116 typedef guint (*GHashFunc) (gconstpointer key); typedef
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c1553 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()
Dmxfmetadata.c6625 return g_hash_table_new_full ((GHashFunc) mxf_uuid_hash, in mxf_metadata_hash_table_new()
/third_party/glib/gio/
Dgdbuserror.c380 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/
Dhash.c506 …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/
Dgstfrei0r.c681 g_hash_table_new_full ((GHashFunc) g_str_hash, (GEqualFunc) g_str_equal, in plugin_init()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt2786 GHashFunc