Searched refs:append_kv (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | error.cc | 598 static void append_kv(kv_pairs* kvs, char* key, char* value) { in append_kv() function 623 append_kv(kvs, key_int(static_cast<grpc_error_ints>(which)), in collect_ints_kvs() 647 append_kv(kvs, key_str(static_cast<grpc_error_strs>(which)), in collect_strs_kvs() 682 append_kv(kvs, key_time(static_cast<grpc_error_times>(which)), in collect_times_kvs() 762 append_kv(&kvs, gpr_strdup("referenced_errors"), errs_string(err)); in grpc_error_string()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.cc | 603 static void append_kv(kv_pairs* kvs, char* key, char* value) { in append_kv() function 628 append_kv(kvs, key_int(static_cast<grpc_error_ints>(which)), in collect_ints_kvs() 652 append_kv(kvs, key_str(static_cast<grpc_error_strs>(which)), in collect_strs_kvs() 687 append_kv(kvs, key_time(static_cast<grpc_error_times>(which)), in collect_times_kvs() 766 append_kv(&kvs, gpr_strdup("referenced_errors"), errs_string(err)); in grpc_error_string()
|