Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgdbusintrospection.c618 const gchar *extra_attributes, in g_dbus_arg_info_generate_xml() argument
630 if (extra_attributes != NULL) in g_dbus_arg_info_generate_xml()
631 g_string_append_printf (string_builder, " %s", extra_attributes); in g_dbus_arg_info_generate_xml()
/third_party/gn/src/gn/
Dxcode_object.cc828 const PBXAttributes& extra_attributes) { in AddNativeTarget() argument
846 PBXAttributes attributes = extra_attributes; in AddNativeTarget()
Dxcode_object.h374 const PBXAttributes& extra_attributes = PBXAttributes());