Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/json/
Djson_writer.h64 void grpc_json_writer_init(grpc_json_writer* writer, int indent,
Djson_writer.cc39 void grpc_json_writer_init(grpc_json_writer* writer, int indent, in grpc_json_writer_init() function
Djson_string.cc360 grpc_json_writer_init(&writer, indent, &writer_vtable, &state); in grpc_json_dump_to_string()
/external/grpc-grpc/test/core/json/
Djson_rewrite.cc216 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite()
Djson_rewrite_test.cc238 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite_and_compare()