Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/json/
Djson_writer.cc59 if (writer->got_key) { in json_writer_output_indent()
197 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_container_begins()
201 writer->got_key = 0; in grpc_json_writer_container_begins()
213 writer->got_key = 0; in grpc_json_writer_container_ends()
221 writer->got_key = 1; in grpc_json_writer_object_key()
225 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_raw()
228 writer->got_key = 0; in grpc_json_writer_value_raw()
233 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_raw_with_len()
236 writer->got_key = 0; in grpc_json_writer_value_raw_with_len()
241 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_string()
[all …]
Djson_writer.h56 int got_key; member