HomeSort by relevance Sort by last modified time
    Searched refs:qobject_to_qstring (Results 1 - 5 of 5) sorted by null

  /external/qemu/
qstring.h 33 QString *qobject_to_qstring(const QObject *obj);
qstring.c 108 * qobject_to_qstring(): Convert a QObject to a QString
110 QString *qobject_to_qstring(const QObject *obj) function
138 qs = qobject_to_qstring(obj);
qdict.c 288 return qstring_get_str(qobject_to_qstring(obj));
344 return qstring_get_str(qobject_to_qstring(obj));
qjson.c 137 QString *val = qobject_to_qstring(obj);
qemu-option.c 862 value = qstring_get_str(qobject_to_qstring(obj));

Completed in 105 milliseconds