Searched refs:grpc_gcp_HandshakerStatus (Results 1 – 5 of 5) sorted by relevance
33 struct grpc_gcp_HandshakerStatus;45 typedef struct grpc_gcp_HandshakerStatus grpc_gcp_HandshakerStatus; typedef651 UPB_INLINE grpc_gcp_HandshakerStatus *grpc_gcp_HandshakerStatus_new(upb_arena *arena) { in grpc_gcp_HandshakerStatus_new()652 return (grpc_gcp_HandshakerStatus *)_upb_msg_new(&grpc_gcp_HandshakerStatus_msginit, arena); in grpc_gcp_HandshakerStatus_new()654 UPB_INLINE grpc_gcp_HandshakerStatus *grpc_gcp_HandshakerStatus_parse(const char *buf, size_t size, in grpc_gcp_HandshakerStatus_parse()656 grpc_gcp_HandshakerStatus *ret = grpc_gcp_HandshakerStatus_new(arena); in grpc_gcp_HandshakerStatus_parse()659 UPB_INLINE grpc_gcp_HandshakerStatus *grpc_gcp_HandshakerStatus_parse_ex(const char *buf, size_t si… in grpc_gcp_HandshakerStatus_parse_ex()661 grpc_gcp_HandshakerStatus *ret = grpc_gcp_HandshakerStatus_new(arena); in grpc_gcp_HandshakerStatus_parse_ex()665 UPB_INLINE char *grpc_gcp_HandshakerStatus_serialize(const grpc_gcp_HandshakerStatus *msg, upb_aren… in grpc_gcp_HandshakerStatus_serialize()669 UPB_INLINE uint32_t grpc_gcp_HandshakerStatus_code(const grpc_gcp_HandshakerStatus *msg) { return *… in grpc_gcp_HandshakerStatus_code()[all …]
52 const grpc_gcp_HandshakerStatus* l_status,53 const grpc_gcp_HandshakerStatus* r_status);
151 const grpc_gcp_HandshakerStatus* l_status, in grpc_gcp_handshaker_resp_status_equals()152 const grpc_gcp_HandshakerStatus* r_status) { in grpc_gcp_handshaker_resp_status_equals()
131 grpc_gcp_HandshakerStatus* status = in generate_handshaker_response()
243 const grpc_gcp_HandshakerStatus* resp_status = in alts_handshaker_client_handle_response()