Searched refs:json_writer_output_string_with_len (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/lib/json/ |
D | json_writer.cc | 34 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()
|
D | json_string.cc | 87 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/ |
D | json_rewrite.cc | 59 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};
|
D | json_rewrite_test.cc | 68 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};
|