#include "upb/msg_internal.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
Typedefs | |
typedef struct grpc_gcp_Endpoint | grpc_gcp_Endpoint |
typedef struct grpc_gcp_HandshakerReq | grpc_gcp_HandshakerReq |
typedef struct grpc_gcp_HandshakerResp | grpc_gcp_HandshakerResp |
typedef struct grpc_gcp_HandshakerResult | grpc_gcp_HandshakerResult |
typedef struct grpc_gcp_HandshakerStatus | grpc_gcp_HandshakerStatus |
typedef struct grpc_gcp_Identity | grpc_gcp_Identity |
typedef struct grpc_gcp_Identity_AttributesEntry | grpc_gcp_Identity_AttributesEntry |
typedef struct grpc_gcp_NextHandshakeMessageReq | grpc_gcp_NextHandshakeMessageReq |
typedef struct grpc_gcp_ServerHandshakeParameters | grpc_gcp_ServerHandshakeParameters |
typedef struct grpc_gcp_StartClientHandshakeReq | grpc_gcp_StartClientHandshakeReq |
typedef struct grpc_gcp_StartServerHandshakeReq | grpc_gcp_StartServerHandshakeReq |
typedef struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry |
typedef struct grpc_gcp_Endpoint grpc_gcp_Endpoint |
Definition at line 35 of file handshaker.upb.h.
typedef struct grpc_gcp_HandshakerReq grpc_gcp_HandshakerReq |
Definition at line 43 of file handshaker.upb.h.
typedef struct grpc_gcp_HandshakerResp grpc_gcp_HandshakerResp |
Definition at line 46 of file handshaker.upb.h.
typedef struct grpc_gcp_HandshakerResult grpc_gcp_HandshakerResult |
Definition at line 44 of file handshaker.upb.h.
typedef struct grpc_gcp_HandshakerStatus grpc_gcp_HandshakerStatus |
Definition at line 45 of file handshaker.upb.h.
typedef struct grpc_gcp_Identity grpc_gcp_Identity |
Definition at line 36 of file handshaker.upb.h.
Definition at line 37 of file handshaker.upb.h.
typedef struct grpc_gcp_NextHandshakeMessageReq grpc_gcp_NextHandshakeMessageReq |
Definition at line 42 of file handshaker.upb.h.
Definition at line 39 of file handshaker.upb.h.
typedef struct grpc_gcp_StartClientHandshakeReq grpc_gcp_StartClientHandshakeReq |
Definition at line 38 of file handshaker.upb.h.
typedef struct grpc_gcp_StartServerHandshakeReq grpc_gcp_StartServerHandshakeReq |
Definition at line 40 of file handshaker.upb.h.
typedef struct grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry |
Definition at line 41 of file handshaker.upb.h.
Enumerator | |
---|---|
grpc_gcp_HANDSHAKE_PROTOCOL_UNSPECIFIED | |
grpc_gcp_TLS | |
grpc_gcp_ALTS |
Definition at line 62 of file handshaker.upb.h.
Enumerator | |
---|---|
grpc_gcp_HandshakerReq_req_oneof_client_start | |
grpc_gcp_HandshakerReq_req_oneof_server_start | |
grpc_gcp_HandshakerReq_req_oneof_next | |
grpc_gcp_HandshakerReq_req_oneof_NOT_SET |
Definition at line 761 of file handshaker.upb.h.
Enumerator | |
---|---|
grpc_gcp_Identity_identity_oneof_service_account | |
grpc_gcp_Identity_identity_oneof_hostname | |
grpc_gcp_Identity_identity_oneof_NOT_SET |
Definition at line 167 of file handshaker.upb.h.
Enumerator | |
---|---|
grpc_gcp_NETWORK_PROTOCOL_UNSPECIFIED | |
grpc_gcp_TCP | |
grpc_gcp_UDP |
Definition at line 68 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_clear_ip_address | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 107 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_clear_port | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 113 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_clear_protocol | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 119 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_Endpoint_ip_address | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 110 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_new | ( | upb_Arena * | arena | ) |
Definition at line 78 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 81 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_Endpoint_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 89 of file handshaker.upb.h.
UPB_INLINE int32_t grpc_gcp_Endpoint_port | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 116 of file handshaker.upb.h.
UPB_INLINE int32_t grpc_gcp_Endpoint_protocol | ( | const grpc_gcp_Endpoint * | msg | ) |
Definition at line 122 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_Endpoint_serialize | ( | const grpc_gcp_Endpoint * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 100 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_Endpoint_serialize_ex | ( | const grpc_gcp_Endpoint * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 103 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_set_ip_address | ( | grpc_gcp_Endpoint * | msg, |
upb_StringView | value | ||
) |
Definition at line 126 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_set_port | ( | grpc_gcp_Endpoint * | msg, |
int32_t | value | ||
) |
Definition at line 129 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Endpoint_set_protocol | ( | grpc_gcp_Endpoint * | msg, |
int32_t | value | ||
) |
Definition at line 132 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_clear_client_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 773 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_clear_next | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 791 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_clear_server_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 782 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_client_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 776 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerReq_has_client_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 770 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerReq_has_next | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 788 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerReq_has_server_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 779 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_StartClientHandshakeReq* grpc_gcp_HandshakerReq_mutable_client_start | ( | grpc_gcp_HandshakerReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 801 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_mutable_next | ( | grpc_gcp_HandshakerReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 825 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_mutable_server_start | ( | grpc_gcp_HandshakerReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 813 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_new | ( | upb_Arena * | arena | ) |
Definition at line 732 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_HandshakerReq_next | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 794 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 735 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerReq* grpc_gcp_HandshakerReq_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 743 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerReq_req_oneof_oneofcases grpc_gcp_HandshakerReq_req_oneof_case | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 767 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerReq_serialize | ( | const grpc_gcp_HandshakerReq * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 754 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerReq_serialize_ex | ( | const grpc_gcp_HandshakerReq * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 757 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_HandshakerReq_server_start | ( | const grpc_gcp_HandshakerReq * | msg | ) |
Definition at line 785 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_set_client_start | ( | grpc_gcp_HandshakerReq * | msg, |
grpc_gcp_StartClientHandshakeReq * | value | ||
) |
Definition at line 798 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_set_next | ( | grpc_gcp_HandshakerReq * | msg, |
grpc_gcp_NextHandshakeMessageReq * | value | ||
) |
Definition at line 822 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerReq_set_server_start | ( | grpc_gcp_HandshakerReq * | msg, |
grpc_gcp_StartServerHandshakeReq * | value | ||
) |
Definition at line 810 of file handshaker.upb.h.
UPB_INLINE uint32_t grpc_gcp_HandshakerResp_bytes_consumed | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1070 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_clear_bytes_consumed | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1067 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_clear_out_frames | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1061 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_clear_result | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1076 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_clear_status | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1085 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResp_has_result | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1073 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResp_has_status | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1082 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_mutable_result | ( | grpc_gcp_HandshakerResp * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1102 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_mutable_status | ( | grpc_gcp_HandshakerResp * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 1115 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_new | ( | upb_Arena * | arena | ) |
Definition at line 1032 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_HandshakerResp_out_frames | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1064 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 1035 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResp* grpc_gcp_HandshakerResp_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 1043 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResp_result | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1079 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerResp_serialize | ( | const grpc_gcp_HandshakerResp * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1054 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerResp_serialize_ex | ( | const grpc_gcp_HandshakerResp * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1057 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_set_bytes_consumed | ( | grpc_gcp_HandshakerResp * | msg, |
uint32_t | value | ||
) |
Definition at line 1095 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_set_out_frames | ( | grpc_gcp_HandshakerResp * | msg, |
upb_StringView | value | ||
) |
Definition at line 1092 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_set_result | ( | grpc_gcp_HandshakerResp * | msg, |
grpc_gcp_HandshakerResult * | value | ||
) |
Definition at line 1098 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResp_set_status | ( | grpc_gcp_HandshakerResp * | msg, |
grpc_gcp_HandshakerStatus * | value | ||
) |
Definition at line 1111 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerResp_status | ( | const grpc_gcp_HandshakerResp * | msg | ) |
Definition at line 1088 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_application_protocol | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 869 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_application_protocol | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 866 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_keep_channel_open | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 902 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_key_data | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 878 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_local_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 896 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_max_frame_size | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 917 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_peer_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 887 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_peer_rpc_versions | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 911 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_clear_record_protocol | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 872 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResult_has_local_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 893 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResult_has_peer_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 884 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResult_has_peer_rpc_versions | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 908 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_HandshakerResult_keep_channel_open | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 905 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_key_data | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 881 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity* grpc_gcp_HandshakerResult_local_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 899 of file handshaker.upb.h.
UPB_INLINE uint32_t grpc_gcp_HandshakerResult_max_frame_size | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 920 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_local_identity | ( | grpc_gcp_HandshakerResult * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 950 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_HandshakerResult_mutable_peer_identity | ( | grpc_gcp_HandshakerResult * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 937 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_mutable_peer_rpc_versions | ( | grpc_gcp_HandshakerResult * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 966 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_new | ( | upb_Arena * | arena | ) |
Definition at line 837 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 840 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerResult* grpc_gcp_HandshakerResult_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 848 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity* grpc_gcp_HandshakerResult_peer_identity | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 890 of file handshaker.upb.h.
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_HandshakerResult_peer_rpc_versions | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 914 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_HandshakerResult_record_protocol | ( | const grpc_gcp_HandshakerResult * | msg | ) |
Definition at line 875 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerResult_serialize | ( | const grpc_gcp_HandshakerResult * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 859 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerResult_serialize_ex | ( | const grpc_gcp_HandshakerResult * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 862 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_application_protocol | ( | grpc_gcp_HandshakerResult * | msg, |
upb_StringView | value | ||
) |
Definition at line 924 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_keep_channel_open | ( | grpc_gcp_HandshakerResult * | msg, |
bool | value | ||
) |
Definition at line 959 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_key_data | ( | grpc_gcp_HandshakerResult * | msg, |
upb_StringView | value | ||
) |
Definition at line 930 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_local_identity | ( | grpc_gcp_HandshakerResult * | msg, |
grpc_gcp_Identity * | value | ||
) |
Definition at line 946 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_max_frame_size | ( | grpc_gcp_HandshakerResult * | msg, |
uint32_t | value | ||
) |
Definition at line 975 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_identity | ( | grpc_gcp_HandshakerResult * | msg, |
grpc_gcp_Identity * | value | ||
) |
Definition at line 933 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_peer_rpc_versions | ( | grpc_gcp_HandshakerResult * | msg, |
struct grpc_gcp_RpcProtocolVersions * | value | ||
) |
Definition at line 962 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerResult_set_record_protocol | ( | grpc_gcp_HandshakerResult * | msg, |
upb_StringView | value | ||
) |
Definition at line 927 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerStatus_clear_code | ( | const grpc_gcp_HandshakerStatus * | msg | ) |
Definition at line 1010 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerStatus_clear_details | ( | const grpc_gcp_HandshakerStatus * | msg | ) |
Definition at line 1016 of file handshaker.upb.h.
UPB_INLINE uint32_t grpc_gcp_HandshakerStatus_code | ( | const grpc_gcp_HandshakerStatus * | msg | ) |
Definition at line 1013 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_HandshakerStatus_details | ( | const grpc_gcp_HandshakerStatus * | msg | ) |
Definition at line 1019 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_new | ( | upb_Arena * | arena | ) |
Definition at line 981 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 984 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_HandshakerStatus* grpc_gcp_HandshakerStatus_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 992 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerStatus_serialize | ( | const grpc_gcp_HandshakerStatus * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1003 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_HandshakerStatus_serialize_ex | ( | const grpc_gcp_HandshakerStatus * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1006 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerStatus_set_code | ( | grpc_gcp_HandshakerStatus * | msg, |
uint32_t | value | ||
) |
Definition at line 1023 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_HandshakerStatus_set_details | ( | grpc_gcp_HandshakerStatus * | msg, |
upb_StringView | value | ||
) |
Definition at line 1026 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_attributes_clear | ( | grpc_gcp_Identity * | msg | ) |
Definition at line 215 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_attributes_delete | ( | grpc_gcp_Identity * | msg, |
upb_StringView | key | ||
) |
Definition at line 219 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_attributes_get | ( | const grpc_gcp_Identity * | msg, |
upb_StringView | key, | ||
upb_StringView * | val | ||
) |
Definition at line 202 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_attributes_next | ( | const grpc_gcp_Identity * | msg, |
size_t * | iter | ||
) |
Definition at line 205 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity_AttributesEntry* grpc_gcp_Identity_attributes_nextmutable | ( | grpc_gcp_Identity * | msg, |
size_t * | iter | ||
) |
Definition at line 222 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_attributes_set | ( | grpc_gcp_Identity * | msg, |
upb_StringView | key, | ||
upb_StringView | val, | ||
upb_Arena * | a | ||
) |
Definition at line 216 of file handshaker.upb.h.
UPB_INLINE size_t grpc_gcp_Identity_attributes_size | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 199 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_Identity_AttributesEntry_key | ( | const grpc_gcp_Identity_AttributesEntry * | msg | ) |
Definition at line 228 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_AttributesEntry_set_value | ( | grpc_gcp_Identity_AttributesEntry * | msg, |
upb_StringView | value | ||
) |
Definition at line 239 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_Identity_AttributesEntry_value | ( | const grpc_gcp_Identity_AttributesEntry * | msg | ) |
Definition at line 233 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_clear_attributes | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 196 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_clear_hostname | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 187 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_clear_service_account | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 178 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_has_attributes | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 193 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_has_hostname | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 184 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_Identity_has_service_account | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 175 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_Identity_hostname | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 190 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity_identity_oneof_oneofcases grpc_gcp_Identity_identity_oneof_case | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 172 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_new | ( | upb_Arena * | arena | ) |
Definition at line 138 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 141 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity* grpc_gcp_Identity_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 149 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_Identity_serialize | ( | const grpc_gcp_Identity * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 160 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_Identity_serialize_ex | ( | const grpc_gcp_Identity * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 163 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_Identity_service_account | ( | const grpc_gcp_Identity * | msg | ) |
Definition at line 181 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_set_hostname | ( | grpc_gcp_Identity * | msg, |
upb_StringView | value | ||
) |
Definition at line 212 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_Identity_set_service_account | ( | grpc_gcp_Identity * | msg, |
upb_StringView | value | ||
) |
Definition at line 209 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_clear_in_bytes | ( | const grpc_gcp_NextHandshakeMessageReq * | msg | ) |
Definition at line 719 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_NextHandshakeMessageReq_in_bytes | ( | const grpc_gcp_NextHandshakeMessageReq * | msg | ) |
Definition at line 722 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_new | ( | upb_Arena * | arena | ) |
Definition at line 690 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 693 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_NextHandshakeMessageReq* grpc_gcp_NextHandshakeMessageReq_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 701 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_NextHandshakeMessageReq_serialize | ( | const grpc_gcp_NextHandshakeMessageReq * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 712 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_NextHandshakeMessageReq_serialize_ex | ( | const grpc_gcp_NextHandshakeMessageReq * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 715 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_NextHandshakeMessageReq_set_in_bytes | ( | grpc_gcp_NextHandshakeMessageReq * | msg, |
upb_StringView | value | ||
) |
Definition at line 726 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_ServerHandshakeParameters_add_local_identities | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 504 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_add_record_protocols | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
upb_StringView | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 495 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_ServerHandshakeParameters_clear_local_identities | ( | const grpc_gcp_ServerHandshakeParameters * | msg | ) |
Definition at line 482 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_ServerHandshakeParameters_clear_record_protocols | ( | const grpc_gcp_ServerHandshakeParameters * | msg | ) |
Definition at line 473 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_ServerHandshakeParameters_has_local_identities | ( | const grpc_gcp_ServerHandshakeParameters * | msg | ) |
Definition at line 479 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity* const* grpc_gcp_ServerHandshakeParameters_local_identities | ( | const grpc_gcp_ServerHandshakeParameters * | msg, |
size_t * | len | ||
) |
Definition at line 485 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_mutable_local_identities | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
size_t * | len | ||
) |
Definition at line 498 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_ServerHandshakeParameters_mutable_record_protocols | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
size_t * | len | ||
) |
Definition at line 489 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_new | ( | upb_Arena * | arena | ) |
Definition at line 444 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 447 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_ServerHandshakeParameters_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 455 of file handshaker.upb.h.
UPB_INLINE upb_StringView const* grpc_gcp_ServerHandshakeParameters_record_protocols | ( | const grpc_gcp_ServerHandshakeParameters * | msg, |
size_t * | len | ||
) |
Definition at line 476 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity** grpc_gcp_ServerHandshakeParameters_resize_local_identities | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 501 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_ServerHandshakeParameters_resize_record_protocols | ( | grpc_gcp_ServerHandshakeParameters * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 492 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_ServerHandshakeParameters_serialize | ( | const grpc_gcp_ServerHandshakeParameters * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 466 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_ServerHandshakeParameters_serialize_ex | ( | const grpc_gcp_ServerHandshakeParameters * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 469 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_application_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_StringView | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 359 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_add_record_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_StringView | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 368 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_add_target_identities | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 377 of file handshaker.upb.h.
UPB_INLINE upb_StringView const* grpc_gcp_StartClientHandshakeReq_application_protocols | ( | const grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 283 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_application_protocols | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 280 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_handshake_security_protocol | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 274 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_local_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 313 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_local_identity | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 304 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_max_frame_size | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 343 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_record_protocols | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 286 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_remote_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 322 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_rpc_versions | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 337 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_target_identities | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 295 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_clear_target_name | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 328 of file handshaker.upb.h.
UPB_INLINE int32_t grpc_gcp_StartClientHandshakeReq_handshake_security_protocol | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 277 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_local_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 310 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_local_identity | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 301 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_remote_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 319 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_rpc_versions | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 334 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartClientHandshakeReq_has_target_identities | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 292 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_local_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 316 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_local_identity | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 307 of file handshaker.upb.h.
UPB_INLINE uint32_t grpc_gcp_StartClientHandshakeReq_max_frame_size | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 346 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_mutable_application_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 353 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_local_endpoint | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 400 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Identity* grpc_gcp_StartClientHandshakeReq_mutable_local_identity | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 387 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_mutable_record_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 362 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_mutable_remote_endpoint | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 413 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_mutable_rpc_versions | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 429 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_mutable_target_identities | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 371 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_new | ( | upb_Arena * | arena | ) |
Definition at line 245 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 248 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartClientHandshakeReq* grpc_gcp_StartClientHandshakeReq_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 256 of file handshaker.upb.h.
UPB_INLINE upb_StringView const* grpc_gcp_StartClientHandshakeReq_record_protocols | ( | const grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 289 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_StartClientHandshakeReq_remote_endpoint | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 325 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_resize_application_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 356 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartClientHandshakeReq_resize_record_protocols | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 365 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_Identity** grpc_gcp_StartClientHandshakeReq_resize_target_identities | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 374 of file handshaker.upb.h.
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartClientHandshakeReq_rpc_versions | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 340 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_StartClientHandshakeReq_serialize | ( | const grpc_gcp_StartClientHandshakeReq * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 267 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_StartClientHandshakeReq_serialize_ex | ( | const grpc_gcp_StartClientHandshakeReq * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 270 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_handshake_security_protocol | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
int32_t | value | ||
) |
Definition at line 350 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_endpoint | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
grpc_gcp_Endpoint * | value | ||
) |
Definition at line 396 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_local_identity | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
grpc_gcp_Identity * | value | ||
) |
Definition at line 383 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_max_frame_size | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
uint32_t | value | ||
) |
Definition at line 438 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_remote_endpoint | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
grpc_gcp_Endpoint * | value | ||
) |
Definition at line 409 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_rpc_versions | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
struct grpc_gcp_RpcProtocolVersions * | value | ||
) |
Definition at line 425 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartClientHandshakeReq_set_target_name | ( | grpc_gcp_StartClientHandshakeReq * | msg, |
upb_StringView | value | ||
) |
Definition at line 422 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Identity* const* grpc_gcp_StartClientHandshakeReq_target_identities | ( | const grpc_gcp_StartClientHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 298 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_StartClientHandshakeReq_target_name | ( | const grpc_gcp_StartClientHandshakeReq * | msg | ) |
Definition at line 331 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_add_application_protocols | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
upb_StringView | val, | ||
upb_Arena * | arena | ||
) |
Definition at line 609 of file handshaker.upb.h.
UPB_INLINE upb_StringView const* grpc_gcp_StartServerHandshakeReq_application_protocols | ( | const grpc_gcp_StartServerHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 545 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_application_protocols | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 542 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_handshake_parameters | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 551 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_in_bytes | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 563 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_local_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 572 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_max_frame_size | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 596 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_remote_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 581 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_clear_rpc_versions | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 590 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_handshake_parameters_clear | ( | grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 612 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_delete | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
int32_t | key | ||
) |
Definition at line 616 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_get | ( | const grpc_gcp_StartServerHandshakeReq * | msg, |
int32_t | key, | ||
grpc_gcp_ServerHandshakeParameters ** | val | ||
) |
Definition at line 557 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_handshake_parameters_next | ( | const grpc_gcp_StartServerHandshakeReq * | msg, |
size_t * | iter | ||
) |
Definition at line 560 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry* grpc_gcp_StartServerHandshakeReq_handshake_parameters_nextmutable | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
size_t * | iter | ||
) |
Definition at line 619 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_handshake_parameters_set | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
int32_t | key, | ||
grpc_gcp_ServerHandshakeParameters * | val, | ||
upb_Arena * | a | ||
) |
Definition at line 613 of file handshaker.upb.h.
UPB_INLINE size_t grpc_gcp_StartServerHandshakeReq_handshake_parameters_size | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 554 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_has_value | ( | const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | msg | ) |
Definition at line 675 of file handshaker.upb.h.
UPB_INLINE int32_t grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_key | ( | const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | msg | ) |
Definition at line 670 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_set_value | ( | grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | msg, |
grpc_gcp_ServerHandshakeParameters * | value | ||
) |
Definition at line 684 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_ServerHandshakeParameters* grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_value | ( | const grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry * | msg | ) |
Definition at line 678 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_handshake_parameters | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 548 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_local_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 569 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_remote_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 578 of file handshaker.upb.h.
UPB_INLINE bool grpc_gcp_StartServerHandshakeReq_has_rpc_versions | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 587 of file handshaker.upb.h.
UPB_INLINE upb_StringView grpc_gcp_StartServerHandshakeReq_in_bytes | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 566 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_local_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 575 of file handshaker.upb.h.
UPB_INLINE uint32_t grpc_gcp_StartServerHandshakeReq_max_frame_size | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 599 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartServerHandshakeReq_mutable_application_protocols | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
size_t * | len | ||
) |
Definition at line 603 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_local_endpoint | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 629 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_mutable_remote_endpoint | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 642 of file handshaker.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_mutable_rpc_versions | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 655 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_new | ( | upb_Arena * | arena | ) |
Definition at line 513 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 516 of file handshaker.upb.h.
UPB_INLINE grpc_gcp_StartServerHandshakeReq* grpc_gcp_StartServerHandshakeReq_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 524 of file handshaker.upb.h.
const UPB_INLINE grpc_gcp_Endpoint* grpc_gcp_StartServerHandshakeReq_remote_endpoint | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 584 of file handshaker.upb.h.
UPB_INLINE upb_StringView* grpc_gcp_StartServerHandshakeReq_resize_application_protocols | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
size_t | len, | ||
upb_Arena * | arena | ||
) |
Definition at line 606 of file handshaker.upb.h.
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_StartServerHandshakeReq_rpc_versions | ( | const grpc_gcp_StartServerHandshakeReq * | msg | ) |
Definition at line 593 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_serialize | ( | const grpc_gcp_StartServerHandshakeReq * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 535 of file handshaker.upb.h.
UPB_INLINE char* grpc_gcp_StartServerHandshakeReq_serialize_ex | ( | const grpc_gcp_StartServerHandshakeReq * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 538 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_in_bytes | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
upb_StringView | value | ||
) |
Definition at line 622 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_local_endpoint | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
grpc_gcp_Endpoint * | value | ||
) |
Definition at line 625 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_max_frame_size | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
uint32_t | value | ||
) |
Definition at line 664 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_remote_endpoint | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
grpc_gcp_Endpoint * | value | ||
) |
Definition at line 638 of file handshaker.upb.h.
UPB_INLINE void grpc_gcp_StartServerHandshakeReq_set_rpc_versions | ( | grpc_gcp_StartServerHandshakeReq * | msg, |
struct grpc_gcp_RpcProtocolVersions * | value | ||
) |
Definition at line 651 of file handshaker.upb.h.
const upb_MiniTable grpc_gcp_Endpoint_msginit |
Definition at line 22 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_HandshakerReq_msginit |
Definition at line 157 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_HandshakerResp_msginit |
Definition at line 209 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_HandshakerResult_msginit |
Definition at line 180 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_HandshakerStatus_msginit |
Definition at line 191 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_Identity_AttributesEntry_msginit |
Definition at line 49 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_Identity_msginit |
Definition at line 38 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_NextHandshakeMessageReq_msginit |
Definition at line 139 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_RpcProtocolVersions_msginit |
Definition at line 25 of file transport_security_common.upb.c.
const upb_MiniTable grpc_gcp_ServerHandshakeParameters_msginit |
Definition at line 91 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_StartClientHandshakeReq_msginit |
Definition at line 76 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_StartServerHandshakeReq_HandshakeParametersEntry_msginit |
Definition at line 129 of file handshaker.upb.c.
const upb_MiniTable grpc_gcp_StartServerHandshakeReq_msginit |
Definition at line 114 of file handshaker.upb.c.
const upb_MiniTable_File src_proto_grpc_gcp_handshaker_proto_upb_file_layout |
Definition at line 230 of file handshaker.upb.c.