Lines Matching defs:json
105 _serialize_flags_default (GString * json, GType gtype, GValue * value) in _serialize_flags_default()
116 _serialize_flags (GString * json, GType gtype) in _serialize_flags()
144 _serialize_enum_default (GString * json, GType gtype, GValue * value) in _serialize_enum_default()
169 _serialize_enum (GString * json, GType gtype, GstPluginAPIFlags api_flags) in _serialize_enum()
209 _serialize_object (GString * json, GHashTable * seen_other_types, GType gtype, in _serialize_object()
235 _add_signals (GString * json, GString * other_types, in _add_signals()
331 _add_properties (GString * json, GString * other_types, in _add_properties()
652 _add_element_pad_templates (GString * json, GString * other_types, in _add_element_pad_templates()
744 _add_factory_details (GString * json, GstElementFactory * factory) in _add_factory_details()
766 _add_object_details (GString * json, GString * other_types, in _add_object_details()
819 _add_element_details (GString * json, GString * other_types, in _add_element_details()
849 GString *json; in main() local