Searched refs:GRPC_ERROR_INT_STREAM_ID (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 57 GRPC_ERROR_CREATE_FROM_COPIED_STRING(msg), GRPC_ERROR_INT_STREAM_ID, in grpc_chttp2_data_parser_begin_frame() 143 p->error = grpc_error_set_int(p->error, GRPC_ERROR_INT_STREAM_ID, in grpc_deframe_unprocessed_incoming_frames()
|
D | parsing.cc | 378 } else if (grpc_error_get_int(err, GRPC_ERROR_INT_STREAM_ID, nullptr)) { in init_data_frame_parser() 730 } else if (grpc_error_get_int(err, GRPC_ERROR_INT_STREAM_ID, nullptr)) { in parse_frame_slice()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_data.cc | 51 GRPC_ERROR_INT_STREAM_ID, static_cast<intptr_t>(stream_id)); in grpc_chttp2_data_parser_begin_frame() 134 p->error = grpc_error_set_int(p->error, GRPC_ERROR_INT_STREAM_ID, in grpc_deframe_unprocessed_incoming_frames()
|
D | parsing.cc | 384 } else if (grpc_error_get_int(err, GRPC_ERROR_INT_STREAM_ID, &unused)) { in init_data_frame_parser() 765 } else if (grpc_error_get_int(err, GRPC_ERROR_INT_STREAM_ID, &unused)) { in parse_frame_slice()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | error.h | 49 GRPC_ERROR_INT_STREAM_ID, enumerator
|
D | error.cc | 50 case GRPC_ERROR_INT_STREAM_ID: in error_int_name()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | error.h | 49 GRPC_ERROR_INT_STREAM_ID, enumerator
|
D | error.cc | 50 case GRPC_ERROR_INT_STREAM_ID: in error_int_name()
|