Home
last modified time | relevance | path

Searched refs:json_writer_output_string_with_len (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/json/
Djson_writer.cc34 static void json_writer_output_string_with_len(grpc_json_writer* writer, in json_writer_output_string_with_len() function
65 json_writer_output_string_with_len(writer, spacesstr, in json_writer_output_indent()
72 json_writer_output_string_with_len( in json_writer_output_indent()
91 json_writer_output_string_with_len(writer, "\\u", 2); in json_writer_escape_utf16()
112 json_writer_output_string_with_len(writer, "\\b", 2); in json_writer_escape_string()
115 json_writer_output_string_with_len(writer, "\\f", 2); in json_writer_escape_string()
118 json_writer_output_string_with_len(writer, "\\n", 2); in json_writer_escape_string()
121 json_writer_output_string_with_len(writer, "\\r", 2); in json_writer_escape_string()
124 json_writer_output_string_with_len(writer, "\\t", 2); in json_writer_escape_string()
235 json_writer_output_string_with_len(writer, string, len); in grpc_json_writer_value_raw_with_len()
Djson_string.cc87 static void json_writer_output_string_with_len(void* userdata, const char* str, in json_writer_output_string_with_len() function
98 json_writer_output_string_with_len(userdata, str, len); in json_writer_output_string()
352 json_writer_output_string_with_len};
/external/grpc-grpc/test/core/json/
Djson_rewrite.cc59 static void json_writer_output_string_with_len(void* userdata, const char* str, in json_writer_output_string_with_len() function
67 json_writer_output_string_with_len};
Djson_rewrite_test.cc68 static void json_writer_output_string_with_len(void* userdata, const char* str, in json_writer_output_string_with_len() function
78 json_writer_output_string_with_len};