Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/json/
Djson_writer.cc48 static void json_writer_output_indent(grpc_json_writer* writer) { in json_writer_output_indent() function
198 json_writer_output_indent(writer); in grpc_json_writer_container_begins()
210 if (!writer->container_empty) json_writer_output_indent(writer); in grpc_json_writer_container_ends()
218 json_writer_output_indent(writer); in grpc_json_writer_object_key()
226 json_writer_output_indent(writer); in grpc_json_writer_value_raw()
234 json_writer_output_indent(writer); in grpc_json_writer_value_raw_with_len()
242 json_writer_output_indent(writer); in grpc_json_writer_value_string()