Home
last modified time | relevance | path

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

/openbmc/qemu/include/qapi/qmp/
H A Djson-writer.h31 void json_writer_uint64(JSONWriter *, const char *name, uint64_t val);
/openbmc/qemu/qobject/
H A Dqjson.c166 json_writer_uint64(writer, name, val->u.u64); in to_json()
H A Djson-writer.c221 void json_writer_uint64(JSONWriter *writer, const char *name, uint64_t val) in json_writer_uint64() function