Home
last modified time | relevance | path

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

/external/bluetooth/glib/gobject/
Dgtype.c706 check_collect_format_I (const gchar *collect_format) in check_collect_format_I() argument
708 const gchar *p = collect_format; in check_collect_format_I()
716 return p - collect_format <= G_VALUE_COLLECT_FORMAT_MAX_LENGTH; in check_collect_format_I()
729 value_table->collect_format || value_table->collect_value || in check_value_table_I()
749 if ((value_table->collect_format || value_table->collect_value) && in check_value_table_I()
750 (!value_table->collect_format || !value_table->collect_value)) in check_value_table_I()
756 if (value_table->collect_format && !check_collect_format_I (value_table->collect_format)) in check_value_table_I()
1000 if (value_table->collect_format) in type_data_make_W()
1001 vtable_size += strlen (value_table->collect_format); in type_data_make_W()
1080 vtable->collect_format = p; in type_data_make_W()
[all …]
Dgvaluecollector.h90 gchar *_collect_format = _vtable->collect_format; \
Dgvalue.c355 g_return_if_fail (strcmp (value_table->collect_format, "p") == 0); in g_value_set_instance()
Dgtype.h1174 gchar *collect_format; member
DChangeLog3167 * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
3169 called only once per value, collect_format/lcopy_format are strings