Home
last modified time | relevance | path

Searched refs:GRPC_ERROR_INT_STREAM_ID (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_data.cc57 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()
Dparsing.cc378 } 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/
Dframe_data.cc51 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()
Dparsing.cc384 } 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/
Derror.h49 GRPC_ERROR_INT_STREAM_ID, enumerator
Derror.cc50 case GRPC_ERROR_INT_STREAM_ID: in error_int_name()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Derror.h49 GRPC_ERROR_INT_STREAM_ID, enumerator
Derror.cc50 case GRPC_ERROR_INT_STREAM_ID: in error_int_name()