Searched refs:grpc_status_to_http2_status (Results 1 – 3 of 3) sorted by relevance
36 int grpc_status_to_http2_status(grpc_status_code status);
100 int grpc_status_to_http2_status(grpc_status_code status) { return 200; } in grpc_status_to_http2_status() function
32 GPR_ASSERT(grpc_status_to_http2_status(a) == (b))