Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.cc116 static const char* error_time_name(grpc_error_times key) { in error_time_name()
256 static void internal_set_time(grpc_error** err, grpc_error_times which, in internal_set_time()
653 static char* key_time(grpc_error_times which) { in key_time()
682 append_kv(kvs, key_time(static_cast<grpc_error_times>(which)), in collect_times_kvs()
Derror.h118 } grpc_error_times; typedef
/external/grpc-grpc/src/core/lib/iomgr/
Derror.cc114 static const char* error_time_name(grpc_error_times key) { in error_time_name()
262 static void internal_set_time(grpc_error** err, grpc_error_times which, in internal_set_time()
658 static char* key_time(grpc_error_times which) { in key_time()
687 append_kv(kvs, key_time(static_cast<grpc_error_times>(which)), in collect_times_kvs()
Derror.h116 } grpc_error_times; typedef