Searched refs:decoded_resp (Results 1 – 2 of 2) sorted by relevance
49 grpc_gcp_handshaker_resp* decoded_resp = in deserialize_response_test() local51 GPR_ASSERT(grpc_gcp_handshaker_resp_equals(resp, decoded_resp)); in deserialize_response_test()65 grpc_gcp_handshaker_resp_destroy(decoded_resp); in deserialize_response_test()
114 grpc_gcp_handshaker_resp* decoded_resp = grpc_gcp_handshaker_resp_create(); in main() local136 GPR_ASSERT(grpc_gcp_handshaker_resp_decode(encoded_resp, decoded_resp)); in main()137 GPR_ASSERT(grpc_gcp_handshaker_resp_equals(resp, decoded_resp)); in main()139 grpc_gcp_handshaker_resp_destroy(decoded_resp); in main()