Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusintrospection.c1884 GHashTable *method_name_to_data; member
1897 g_hash_table_unref (cache->method_name_to_data); in info_cache_free()
1936 result = g_hash_table_lookup (cache->method_name_to_data, name); in g_dbus_interface_info_lookup_method()
2104 cache->method_name_to_data = g_hash_table_new (g_str_hash, g_str_equal); in g_dbus_interface_info_cache_build()
2108 g_hash_table_insert (cache->method_name_to_data, info->methods[n]->name, info->methods[n]); in g_dbus_interface_info_cache_build()