Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/json/
Djson_rewrite.cc65 grpc_json_writer_vtable writer_vtable = {json_writer_output_char, variable
216 grpc_json_writer_init(&writer, indent, &writer_vtable, &writer_user); in rewrite()
Djson_rewrite_test.cc76 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/
Djson_string.cc350 static grpc_json_writer_vtable writer_vtable = { variable
360 grpc_json_writer_init(&writer, indent, &writer_vtable, &state); in grpc_json_dump_to_string()