Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h223 extern const pb_field_t grpc_gcp_HandshakerReq_fields[4];
Dalts_handshaker_service_api.cc444 if (!pb_encode(&size_stream, grpc_gcp_HandshakerReq_fields, req)) { in grpc_gcp_handshaker_req_encode()
452 if (!pb_encode(&output_stream, grpc_gcp_HandshakerReq_fields, req) != 0) { in grpc_gcp_handshaker_req_encode()
Dhandshaker.pb.c65 const pb_field_t grpc_gcp_HandshakerReq_fields[4] = { variable
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc313 if (!pb_decode(&stream, grpc_gcp_HandshakerReq_fields, req)) { in grpc_gcp_handshaker_req_decode()