Home
last modified time | relevance | path

Searched defs:grpc_error (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror_internal.h41 struct grpc_error { struct
44 struct atomics {
47 } atomics;
50 uint8_t ints[GRPC_ERROR_INT_MAX];
51 uint8_t strs[GRPC_ERROR_STR_MAX];
52 uint8_t times[GRPC_ERROR_TIME_MAX];
55 uint8_t first_err;
56 uint8_t last_err;
58 uint8_t arena_size;
59 uint8_t arena_capacity;
[all …]
Derror.h47 typedef struct grpc_error grpc_error; typedef
/external/grpc-grpc/src/core/lib/iomgr/
Derror_internal.h39 struct grpc_error { struct
61 bool grpc_error_is_special(struct grpc_error* err); argument
Derror.h38 typedef struct grpc_error grpc_error; typedef