Searched refs:options_obj (Results 1 – 1 of 1) sorted by relevance
2012 QObject *options_obj; in parse_json_filename() local2020 options_obj = qobject_from_json(filename, errp); in parse_json_filename()2021 if (!options_obj) { in parse_json_filename()2026 options = qobject_to(QDict, options_obj); in parse_json_filename()2028 qobject_unref(options_obj); in parse_json_filename()