Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/iomgr/
Derror_test.cc44 error = grpc_error_set_int(error, GRPC_ERROR_INT_HTTP2_ERROR, http); in test_set_get_int()
45 GPR_ASSERT(grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &i)); in test_set_get_int()
126 GRPC_ERROR_INT_HTTP2_ERROR, 5); in test_create_referencing_many()
198 error = grpc_error_set_int(error, GRPC_ERROR_INT_HTTP2_ERROR, 5); in test_overflow()
205 GPR_ASSERT(grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &i)); in test_overflow()
209 error = grpc_error_set_int(error, GRPC_ERROR_INT_HTTP2_ERROR, 10); in test_overflow()
210 GPR_ASSERT(grpc_error_get_int(error, GRPC_ERROR_INT_HTTP2_ERROR, &i)); in test_overflow()
/external/grpc-grpc/src/core/lib/transport/
Derror_utils.cc58 recursively_find_error_with_field(error, GRPC_ERROR_INT_HTTP2_ERROR); in grpc_error_get_status()
69 } else if (grpc_error_get_int(found_error, GRPC_ERROR_INT_HTTP2_ERROR, in grpc_error_get_status()
81 if (grpc_error_get_int(found_error, GRPC_ERROR_INT_HTTP2_ERROR, &integer)) { in grpc_error_get_status()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_error.cc73 GRPC_ERROR_INT_HTTP2_ERROR, (intptr_t)0), in BM_ErrorCreateAndSetIntAndStr()
207 GRPC_ERROR_CREATE_FROM_STATIC_STRING("Error"), GRPC_ERROR_INT_HTTP2_ERROR,
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.cc105 GRPC_ERROR_INT_HTTP2_ERROR, static_cast<intptr_t>(reason)); in grpc_chttp2_rst_stream_parser_parse()
Dchttp2_transport.cc1125 GRPC_ERROR_INT_HTTP2_ERROR, static_cast<intptr_t>(goaway_error)), in grpc_chttp2_add_incoming_goaway()
1782 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_ENHANCE_YOUR_CALM)); in grpc_chttp2_add_ping_strike()
3036 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_ENHANCE_YOUR_CALM)); in benign_reclaimer_locked()
3065 GRPC_ERROR_INT_HTTP2_ERROR, in destructive_reclaimer_locked()
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc260 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_NO_ERROR); in close_max_idle_channel()
322 GRPC_ERROR_INT_HTTP2_ERROR, GRPC_HTTP2_NO_ERROR); in close_max_age_channel()
/external/grpc-grpc/src/core/lib/iomgr/
Derror.h60 GRPC_ERROR_INT_HTTP2_ERROR, enumerator
Derror.cc60 case GRPC_ERROR_INT_HTTP2_ERROR: in error_int_name()