Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/upb-generated/src/proto/grpc/gcp/
Dhandshaker.upb.h28 struct grpc_gcp_StartServerHandshakeReq;
40 typedef struct grpc_gcp_StartServerHandshakeReq grpc_gcp_StartServerHandshakeReq; typedef
354 UPB_INLINE grpc_gcp_StartServerHandshakeReq *grpc_gcp_StartServerHandshakeReq_new(upb_arena *arena)… in grpc_gcp_StartServerHandshakeReq_new()
355 …return (grpc_gcp_StartServerHandshakeReq *)_upb_msg_new(&grpc_gcp_StartServerHandshakeReq_msginit,… in grpc_gcp_StartServerHandshakeReq_new()
357 UPB_INLINE grpc_gcp_StartServerHandshakeReq *grpc_gcp_StartServerHandshakeReq_parse(const char *buf… in grpc_gcp_StartServerHandshakeReq_parse()
359 grpc_gcp_StartServerHandshakeReq *ret = grpc_gcp_StartServerHandshakeReq_new(arena); in grpc_gcp_StartServerHandshakeReq_parse()
362 UPB_INLINE grpc_gcp_StartServerHandshakeReq *grpc_gcp_StartServerHandshakeReq_parse_ex(const char *… in grpc_gcp_StartServerHandshakeReq_parse_ex()
364 grpc_gcp_StartServerHandshakeReq *ret = grpc_gcp_StartServerHandshakeReq_new(arena); in grpc_gcp_StartServerHandshakeReq_parse_ex()
368 UPB_INLINE char *grpc_gcp_StartServerHandshakeReq_serialize(const grpc_gcp_StartServerHandshakeReq in grpc_gcp_StartServerHandshakeReq_serialize()
372 …rpc_gcp_StartServerHandshakeReq_application_protocols(const grpc_gcp_StartServerHandshakeReq *msg,… in grpc_gcp_StartServerHandshakeReq_application_protocols()
[all …]
/third_party/grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc228 const grpc_gcp_StartServerHandshakeReq* server_start = in check_server_start_success()
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc555 grpc_gcp_StartServerHandshakeReq* start_server = in get_serialized_start_server()