Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Derror_test.cc35 GPR_ASSERT(!grpc_error_get_int(error, GRPC_ERROR_INT_ERRNO, &i)); in test_set_get_int()
39 error = grpc_error_set_int(error, GRPC_ERROR_INT_ERRNO, errnumber); in test_set_get_int()
40 GPR_ASSERT(grpc_error_get_int(error, GRPC_ERROR_INT_ERRNO, &i)); in test_set_get_int()
180 GPR_ASSERT(grpc_error_get_int(error, GRPC_ERROR_INT_ERRNO, &i)); in test_os_error()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.h44 GRPC_ERROR_INT_ERRNO, enumerator
Dresolve_address_posix.cc109 GRPC_ERROR_INT_ERRNO, s), in posix_blocking_resolve_address()
Derror.cc46 case GRPC_ERROR_INT_ERRNO: in error_int_name()
789 GRPC_ERROR_INT_ERRNO, err), in grpc_os_error()