Searched refs:got_key (Results 1 – 2 of 2) sorted by relevance
59 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 …]
56 int got_key; member