#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_RpcProtocolVersions | grpc_gcp_RpcProtocolVersions |
typedef struct grpc_gcp_RpcProtocolVersions_Version | grpc_gcp_RpcProtocolVersions_Version |
Enumerations | |
enum | grpc_gcp_SecurityLevel { grpc_gcp_SECURITY_NONE = 0, grpc_gcp_INTEGRITY_ONLY = 1, grpc_gcp_INTEGRITY_AND_PRIVACY = 2 } |
typedef struct grpc_gcp_RpcProtocolVersions grpc_gcp_RpcProtocolVersions |
Definition at line 25 of file transport_security_common.upb.h.
Definition at line 26 of file transport_security_common.upb.h.
Enumerator | |
---|---|
grpc_gcp_SECURITY_NONE | |
grpc_gcp_INTEGRITY_ONLY | |
grpc_gcp_INTEGRITY_AND_PRIVACY |
Definition at line 30 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_clear_max_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 72 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_clear_min_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 81 of file transport_security_common.upb.h.
UPB_INLINE bool grpc_gcp_RpcProtocolVersions_has_max_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 69 of file transport_security_common.upb.h.
UPB_INLINE bool grpc_gcp_RpcProtocolVersions_has_min_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 78 of file transport_security_common.upb.h.
const UPB_INLINE grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_max_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 75 of file transport_security_common.upb.h.
const UPB_INLINE grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_min_rpc_version | ( | const grpc_gcp_RpcProtocolVersions * | msg | ) |
Definition at line 84 of file transport_security_common.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_mutable_max_rpc_version | ( | grpc_gcp_RpcProtocolVersions * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 92 of file transport_security_common.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_mutable_min_rpc_version | ( | grpc_gcp_RpcProtocolVersions * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 105 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions* grpc_gcp_RpcProtocolVersions_new | ( | upb_Arena * | arena | ) |
Definition at line 40 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions* grpc_gcp_RpcProtocolVersions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 43 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions* grpc_gcp_RpcProtocolVersions_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 51 of file transport_security_common.upb.h.
UPB_INLINE char* grpc_gcp_RpcProtocolVersions_serialize | ( | const grpc_gcp_RpcProtocolVersions * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 62 of file transport_security_common.upb.h.
UPB_INLINE char* grpc_gcp_RpcProtocolVersions_serialize_ex | ( | const grpc_gcp_RpcProtocolVersions * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 65 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_set_max_rpc_version | ( | grpc_gcp_RpcProtocolVersions * | msg, |
grpc_gcp_RpcProtocolVersions_Version * | value | ||
) |
Definition at line 88 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_set_min_rpc_version | ( | grpc_gcp_RpcProtocolVersions * | msg, |
grpc_gcp_RpcProtocolVersions_Version * | value | ||
) |
Definition at line 101 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_Version_clear_major | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg | ) |
Definition at line 146 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_Version_clear_minor | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg | ) |
Definition at line 152 of file transport_security_common.upb.h.
UPB_INLINE uint32_t grpc_gcp_RpcProtocolVersions_Version_major | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg | ) |
Definition at line 149 of file transport_security_common.upb.h.
UPB_INLINE uint32_t grpc_gcp_RpcProtocolVersions_Version_minor | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg | ) |
Definition at line 155 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_Version_new | ( | upb_Arena * | arena | ) |
Definition at line 117 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_Version_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 120 of file transport_security_common.upb.h.
UPB_INLINE grpc_gcp_RpcProtocolVersions_Version* grpc_gcp_RpcProtocolVersions_Version_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 128 of file transport_security_common.upb.h.
UPB_INLINE char* grpc_gcp_RpcProtocolVersions_Version_serialize | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 139 of file transport_security_common.upb.h.
UPB_INLINE char* grpc_gcp_RpcProtocolVersions_Version_serialize_ex | ( | const grpc_gcp_RpcProtocolVersions_Version * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 142 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_Version_set_major | ( | grpc_gcp_RpcProtocolVersions_Version * | msg, |
uint32_t | value | ||
) |
Definition at line 159 of file transport_security_common.upb.h.
UPB_INLINE void grpc_gcp_RpcProtocolVersions_Version_set_minor | ( | grpc_gcp_RpcProtocolVersions_Version * | msg, |
uint32_t | value | ||
) |
Definition at line 162 of file transport_security_common.upb.h.
const upb_MiniTable grpc_gcp_RpcProtocolVersions_msginit |
Definition at line 25 of file transport_security_common.upb.c.
const upb_MiniTable grpc_gcp_RpcProtocolVersions_Version_msginit |
Definition at line 36 of file transport_security_common.upb.c.
const upb_MiniTable_File src_proto_grpc_gcp_transport_security_common_proto_upb_file_layout |
Definition at line 47 of file transport_security_common.upb.c.