Searched refs:grpc_json_writer_init (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/core/lib/json/ |
D | json_writer.h | 64 void grpc_json_writer_init(grpc_json_writer* writer, int indent,
|
D | json_writer.cc | 39 void grpc_json_writer_init(grpc_json_writer* writer, int indent, in grpc_json_writer_init() function
|
D | json_string.cc | 360 grpc_json_writer_init(&writer, indent, &writer_vtable, &state); in grpc_json_dump_to_string()
|
/external/grpc-grpc/test/core/json/ |
D | json_rewrite.cc | 216 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite()
|
D | json_rewrite_test.cc | 238 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite_and_compare()
|