Home
last modified time | relevance | path

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

/openbmc/qemu/include/qobject/
H A Djson-writer.h26 void json_writer_start_array(JSONWriter *, const char *name);
/openbmc/qemu/qobject/
H A Dqjson.c201 json_writer_start_array(writer, name); in to_json()
H A Djson-writer.c189 void json_writer_start_array(JSONWriter *writer, const char *name) in json_writer_start_array() function