Home
last modified time | relevance | path

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

/openbmc/qemu/include/qobject/
H A Djson-writer.h24 void json_writer_start_object(JSONWriter *, const char *name);
/openbmc/qemu/qobject/
H A Dqjson.c186 json_writer_start_object(writer, name); in to_json()
H A Djson-writer.c175 void json_writer_start_object(JSONWriter *writer, const char *name) in json_writer_start_object() function