Searched refs:json_writer_bool (Results 1 – 3 of 3) sorted by relevance
28 void json_writer_bool(JSONWriter *, const char *name, bool val);
213 json_writer_bool(writer, name, qbool_get_bool(val)); in to_json()
203 void json_writer_bool(JSONWriter *writer, const char *name, bool val) in json_writer_bool() function