Home
last modified time | relevance | path

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

/third_party/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()
/third_party/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()