Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h32 struct grpc_gcp_HandshakerResult;
44 typedef struct grpc_gcp_HandshakerResult grpc_gcp_HandshakerResult; typedef
564 UPB_INLINE grpc_gcp_HandshakerResult *grpc_gcp_HandshakerResult_new(upb_arena *arena) { in grpc_gcp_HandshakerResult_new()
565 return (grpc_gcp_HandshakerResult *)_upb_msg_new(&grpc_gcp_HandshakerResult_msginit, arena); in grpc_gcp_HandshakerResult_new()
567 UPB_INLINE grpc_gcp_HandshakerResult *grpc_gcp_HandshakerResult_parse(const char *buf, size_t size, in grpc_gcp_HandshakerResult_parse()
569 grpc_gcp_HandshakerResult *ret = grpc_gcp_HandshakerResult_new(arena); in grpc_gcp_HandshakerResult_parse()
572 UPB_INLINE grpc_gcp_HandshakerResult *grpc_gcp_HandshakerResult_parse_ex(const char *buf, size_t si… in grpc_gcp_HandshakerResult_parse_ex()
574 grpc_gcp_HandshakerResult *ret = grpc_gcp_HandshakerResult_new(arena); in grpc_gcp_HandshakerResult_parse_ex()
578 UPB_INLINE char *grpc_gcp_HandshakerResult_serialize(const grpc_gcp_HandshakerResult *msg, upb_aren… in grpc_gcp_HandshakerResult_serialize()
582 …pb_strview grpc_gcp_HandshakerResult_application_protocol(const grpc_gcp_HandshakerResult *msg) { … in grpc_gcp_HandshakerResult_application_protocol()
[all …]
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.h47 const grpc_gcp_HandshakerResult* l_result,
48 const grpc_gcp_HandshakerResult* r_result);
Dalts_handshaker_service_api_test_lib.cc35 grpc_gcp_HandshakerResult* result = in grpc_gcp_handshaker_resp_set_peer_rpc_versions()
121 const grpc_gcp_HandshakerResult* l_result, in grpc_gcp_handshaker_resp_result_equals()
122 const grpc_gcp_HandshakerResult* r_result) { in grpc_gcp_handshaker_resp_result_equals()
Dalts_tsi_handshaker_test.cc128 grpc_gcp_HandshakerResult* result; in generate_handshaker_response()
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc261 const grpc_gcp_HandshakerResult* hresult = in alts_tsi_handshaker_result_create()