Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test.cc41 grpc_slice encoded_req; in main() local
42 GPR_ASSERT(grpc_gcp_handshaker_req_encode(req, &encoded_req)); in main()
43 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
47 grpc_slice_unref(encoded_req); in main()
73 GPR_ASSERT(grpc_gcp_handshaker_req_encode(req, &encoded_req)); in main()
74 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
78 grpc_slice_unref(encoded_req); in main()
105 GPR_ASSERT(grpc_gcp_handshaker_req_encode(req, &encoded_req)); in main()
106 GPR_ASSERT(grpc_gcp_handshaker_req_decode(encoded_req, decoded_req)); in main()
110 grpc_slice_unref(encoded_req); in main()