Searched defs:json_writer (Results 1 – 9 of 9) sorted by relevance
25 struct json_writer { struct33 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
21 struct json_writer { struct29 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
25 void emit_obj_refs_json(struct hashmap *map, __u32 id, json_writer_t *json_writer) {} in emit_obj_refs_json()201 json_writer_t *json_writer) in emit_obj_refs_json()
1098 def json_writer(): function
1134 def json_writer(): function
102 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream() local
1263 std::unique_ptr<Json::StreamWriter> const json_writer(factory.newStreamWriter()); in main() local