Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/json/
Djson_writer.cc76 static void json_writer_value_end(grpc_json_writer* writer) { in json_writer_value_end() function
197 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_container_begins()
217 json_writer_value_end(writer); in grpc_json_writer_object_key()
225 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_raw()
233 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_raw_with_len()
241 if (!writer->got_key) json_writer_value_end(writer); in grpc_json_writer_value_string()