Home
last modified time | relevance | path

Searched defs:json_writer (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/lib/
Djson_writer.c25 struct json_writer { struct
33 static void jsonw_indent(json_writer_t *self) in jsonw_indent() argument
/external/protobuf/src/google/protobuf/util/
Djson_util.cc98 converter::JsonObjectWriter json_writer(options.add_whitespace ? " " : "", in BinaryToJsonStream() local