Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h32 void json_writer_double(JSONWriter *, const char *name, double val);
/openbmc/qemu/qobject/
H A Dqjson.c169 json_writer_double(writer, name, val->u.dbl); in to_json()
H A Djson-writer.c227 void json_writer_double(JSONWriter *writer, const char *name, double val) in json_writer_double() function