Home
last modified time | relevance | path

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

/external/bluetooth/glib/gobject/
Dglib-genmarshal.c120 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()
Dgmarshal.list25 # standard VOID return marshallers
44 # GRuntime specific marshallers
DChangeLog3339 * gmarshal.[hc]: new files with GRuntime standard marshallers.
3342 marshallers, suport G_TYPE_PARAM, come with extern "C" and
/external/bluetooth/glib/
DChangeLog.pre-2-1485 Created marshallers that don't throw gcc warnings when compiling with
DNEWS1279 359165 marshallers can throw warnings with -Wunused
DChangeLog.pre-2-01819 can use them to figure out closure callbacks/marshallers
/external/dbus/
DChangeLog4239 * 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/
DChangeLog-2008-08-1068681 the header. This way we can use the marshallers from more than one