Searched refs:qstring_get_str (Results 1 - 8 of 8) sorted by relevance

/external/qemu/include/qapi/qmp/
H A Dqstring.h30 const char *qstring_get_str(const QString *qstring);
/external/qemu/qobject/
H A Djson-streamer.c30 switch (qstring_get_str(token)[0]) {
H A Dqerror.c78 error_report("%s", qstring_get_str(qstring));
H A Dqstring.c127 * qstring_get_str(): Return a pointer to the stored string
132 const char *qstring_get_str(const QString *qstring) function
H A Dqdict.c288 return qstring_get_str(qobject_to_qstring(obj));
344 return qstring_get_str(qobject_to_qstring(obj));
H A Dqjson.c143 ptr = qstring_get_str(val);
/external/qemu/util/
H A Dqemu-option.c862 value = qstring_get_str(qobject_to_qstring(obj));
/external/qemu/qom/
H A Dobject.c831 retval = g_strdup(qstring_get_str(qstring));

Completed in 167 milliseconds