Searched refs:internal_set_int (Results 1 – 1 of 1) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | error.cc | 220 static void internal_set_int(grpc_error** err, grpc_error_ints which, in internal_set_int() function 353 internal_set_int(&err, GRPC_ERROR_INT_FILE_LINE, line); in grpc_error_create() 401 internal_set_int(&out, GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_OK); in copy_error_and_unref() 408 internal_set_int(&out, GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_CANCELLED); in copy_error_and_unref() 448 internal_set_int(&new_err, which, value); in grpc_error_set_int()
|