Searched refs:internal_set_int (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.cc | 227 static void internal_set_int(grpc_error** err, grpc_error_ints which, in internal_set_int() function 355 internal_set_int(&err, GRPC_ERROR_INT_FILE_LINE, line); in grpc_error_create() 403 internal_set_int(&out, GRPC_ERROR_INT_GRPC_STATUS, GRPC_STATUS_OK); in copy_error_and_unref() 410 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()
|
/external/rust/crates/grpcio-sys/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()
|