Searched refs:marshallers (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/glib/gobject/ |
D | glib-genmarshal.c | 120 static GHashTable *marshallers = NULL; variable 336 if (g_hash_table_lookup (marshallers, tmp)) in generate_marshal() 345 g_hash_table_insert (marshallers, tmp, tmp); in generate_marshal() 352 have_std_marshaller = g_hash_table_lookup (marshallers, tmp) != NULL; in generate_marshal() 518 if (gen_cheader && !g_hash_table_lookup (marshallers, tmp)) in process_signature() 522 g_hash_table_insert (marshallers, tmp, tmp); in process_signature() 627 marshallers = g_hash_table_new (g_str_hash, g_str_equal); in main() 635 g_hash_table_insert (marshallers, tmp, tmp); in main() 755 g_hash_table_foreach_remove (marshallers, string_key_destroy, NULL); in main() 756 g_hash_table_destroy (marshallers); in main()
|
D | gmarshal.list | 25 # standard VOID return marshallers 44 # GRuntime specific marshallers
|
D | ChangeLog | 3339 * gmarshal.[hc]: new files with GRuntime standard marshallers. 3342 marshallers, suport G_TYPE_PARAM, come with extern "C" and
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-14 | 85 Created marshallers that don't throw gcc warnings when compiling with
|
D | NEWS | 1279 359165 marshallers can throw warnings with -Wunused
|
D | ChangeLog.pre-2-0 | 1819 can use them to figure out closure callbacks/marshallers
|
/external/dbus/ |
D | ChangeLog | 4239 * glib/dbus-gvalue.c (dbus_g_value_types_init): Remove marshallers 4351 marshallers operate on. Also add an entry for VOID__BOXED. 4784 stores mappings from type signatures to marshallers. Change lots 4809 signatures to marshallers.
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 68681 the header. This way we can use the marshallers from more than one
|