Searched refs:writer_vtable (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/json/ |
D | json_rewrite.cc | 65 grpc_json_writer_vtable writer_vtable = {json_writer_output_char, variable 216 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite()
|
D | json_rewrite_test.cc | 76 grpc_json_writer_vtable writer_vtable = {json_writer_output_char, variable 238 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite_and_compare()
|
/external/grpc-grpc/src/core/lib/json/ |
D | json_string.cc | 350 static grpc_json_writer_vtable writer_vtable = { variable 360 grpc_json_writer_init(&writer, indent, &writer_vtable, &state); in grpc_json_dump_to_string()
|