Searched refs:decoded_req (Results 1 – 1 of 1) sorted by relevance
37 grpc_gcp_handshaker_req* decoded_req = in main() local43 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()44 GPR_ASSERT(grpc_gcp_handshaker_req_equals(req, decoded_req)); in main()46 grpc_gcp_handshaker_req_destroy(decoded_req); in main()51 decoded_req = grpc_gcp_handshaker_decoded_req_create(CLIENT_START_REQ); in main()74 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()75 GPR_ASSERT(grpc_gcp_handshaker_req_equals(req, decoded_req)); in main()77 grpc_gcp_handshaker_req_destroy(decoded_req); in main()82 decoded_req = grpc_gcp_handshaker_decoded_req_create(SERVER_START_REQ); in main()106 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()[all …]