Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/json/
Djson_writer.h50 typedef struct grpc_json_writer { struct
57 } grpc_json_writer; typedef
64 void grpc_json_writer_init(grpc_json_writer* writer, int indent,
68 void grpc_json_writer_container_begins(grpc_json_writer* writer,
71 void grpc_json_writer_container_ends(grpc_json_writer* writer,
74 void grpc_json_writer_object_key(grpc_json_writer* writer, const char* string);
76 void grpc_json_writer_value_raw(grpc_json_writer* writer, const char* string);
78 void grpc_json_writer_value_raw_with_len(grpc_json_writer* writer,
81 void grpc_json_writer_value_string(grpc_json_writer* writer,
Djson_writer.cc25 static void json_writer_output_char(grpc_json_writer* writer, char c) { in json_writer_output_char()
29 static void json_writer_output_string(grpc_json_writer* writer, in json_writer_output_string()
34 static void json_writer_output_string_with_len(grpc_json_writer* writer, in json_writer_output_string_with_len()
39 void grpc_json_writer_init(grpc_json_writer* writer, int indent, in grpc_json_writer_init()
48 static void json_writer_output_indent(grpc_json_writer* writer) { in json_writer_output_indent()
76 static void json_writer_value_end(grpc_json_writer* writer) { in json_writer_value_end()
88 static void json_writer_escape_utf16(grpc_json_writer* writer, uint16_t utf16) { in json_writer_escape_utf16()
98 static void json_writer_escape_string(grpc_json_writer* writer, in json_writer_escape_string()
195 void grpc_json_writer_container_begins(grpc_json_writer* writer, in grpc_json_writer_container_begins()
205 void grpc_json_writer_container_ends(grpc_json_writer* writer, in grpc_json_writer_container_ends()
[all …]
Djson_string.cc314 static void json_dump_recursive(grpc_json_writer* writer, grpc_json* json, in json_dump_recursive()
355 grpc_json_writer writer; in grpc_json_dump_to_string()
/external/grpc-grpc/test/core/json/
Djson_rewrite.cc40 grpc_json_writer* writer;
200 grpc_json_writer writer; in rewrite()
Djson_rewrite_test.cc41 grpc_json_writer* writer;
218 grpc_json_writer writer; in rewrite_and_compare()