Searched refs:collect_format (Results 1 – 5 of 5) sorted by relevance
706 check_collect_format_I (const gchar *collect_format) in check_collect_format_I() argument708 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 …]
90 gchar *_collect_format = _vtable->collect_format; \
355 g_return_if_fail (strcmp (value_table->collect_format, "p") == 0); in g_value_set_instance()
1174 gchar *collect_format; member
3167 * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,3169 called only once per value, collect_format/lcopy_format are strings