#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_AltsContext | grpc_gcp_AltsContext |
typedef struct grpc_gcp_AltsContext_PeerAttributesEntry | grpc_gcp_AltsContext_PeerAttributesEntry |
typedef struct grpc_gcp_AltsContext grpc_gcp_AltsContext |
Definition at line 25 of file altscontext.upb.h.
Definition at line 26 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_application_protocol | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 68 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_application_protocol | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 65 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_local_service_account | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 89 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_peer_attributes | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 107 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_peer_rpc_versions | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 98 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_peer_service_account | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 83 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_record_protocol | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 71 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_clear_security_level | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 77 of file altscontext.upb.h.
UPB_INLINE bool grpc_gcp_AltsContext_has_peer_attributes | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 104 of file altscontext.upb.h.
UPB_INLINE bool grpc_gcp_AltsContext_has_peer_rpc_versions | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 95 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_local_service_account | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 92 of file altscontext.upb.h.
UPB_INLINE struct grpc_gcp_RpcProtocolVersions* grpc_gcp_AltsContext_mutable_peer_rpc_versions | ( | grpc_gcp_AltsContext * | msg, |
upb_Arena * | arena | ||
) |
Definition at line 139 of file altscontext.upb.h.
UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_new | ( | upb_Arena * | arena | ) |
Definition at line 36 of file altscontext.upb.h.
UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse | ( | const char * | buf, |
size_t | size, | ||
upb_Arena * | arena | ||
) |
Definition at line 39 of file altscontext.upb.h.
UPB_INLINE grpc_gcp_AltsContext* grpc_gcp_AltsContext_parse_ex | ( | const char * | buf, |
size_t | size, | ||
const upb_ExtensionRegistry * | extreg, | ||
int | options, | ||
upb_Arena * | arena | ||
) |
Definition at line 47 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_peer_attributes_clear | ( | grpc_gcp_AltsContext * | msg | ) |
Definition at line 148 of file altscontext.upb.h.
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_delete | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | key | ||
) |
Definition at line 152 of file altscontext.upb.h.
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_get | ( | const grpc_gcp_AltsContext * | msg, |
upb_StringView | key, | ||
upb_StringView * | val | ||
) |
Definition at line 113 of file altscontext.upb.h.
const UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_peer_attributes_next | ( | const grpc_gcp_AltsContext * | msg, |
size_t * | iter | ||
) |
Definition at line 116 of file altscontext.upb.h.
UPB_INLINE grpc_gcp_AltsContext_PeerAttributesEntry* grpc_gcp_AltsContext_peer_attributes_nextmutable | ( | grpc_gcp_AltsContext * | msg, |
size_t * | iter | ||
) |
Definition at line 155 of file altscontext.upb.h.
UPB_INLINE bool grpc_gcp_AltsContext_peer_attributes_set | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | key, | ||
upb_StringView | val, | ||
upb_Arena * | a | ||
) |
Definition at line 149 of file altscontext.upb.h.
UPB_INLINE size_t grpc_gcp_AltsContext_peer_attributes_size | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 110 of file altscontext.upb.h.
UPB_INLINE const struct grpc_gcp_RpcProtocolVersions* grpc_gcp_AltsContext_peer_rpc_versions | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 101 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_peer_service_account | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 86 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_PeerAttributesEntry_key | ( | const grpc_gcp_AltsContext_PeerAttributesEntry * | msg | ) |
Definition at line 161 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_PeerAttributesEntry_set_value | ( | grpc_gcp_AltsContext_PeerAttributesEntry * | msg, |
upb_StringView | value | ||
) |
Definition at line 172 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_PeerAttributesEntry_value | ( | const grpc_gcp_AltsContext_PeerAttributesEntry * | msg | ) |
Definition at line 166 of file altscontext.upb.h.
UPB_INLINE upb_StringView grpc_gcp_AltsContext_record_protocol | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 74 of file altscontext.upb.h.
UPB_INLINE int32_t grpc_gcp_AltsContext_security_level | ( | const grpc_gcp_AltsContext * | msg | ) |
Definition at line 80 of file altscontext.upb.h.
UPB_INLINE char* grpc_gcp_AltsContext_serialize | ( | const grpc_gcp_AltsContext * | msg, |
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 58 of file altscontext.upb.h.
UPB_INLINE char* grpc_gcp_AltsContext_serialize_ex | ( | const grpc_gcp_AltsContext * | msg, |
int | options, | ||
upb_Arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 61 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_application_protocol | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | value | ||
) |
Definition at line 120 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_local_service_account | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | value | ||
) |
Definition at line 132 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_peer_rpc_versions | ( | grpc_gcp_AltsContext * | msg, |
struct grpc_gcp_RpcProtocolVersions * | value | ||
) |
Definition at line 135 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_peer_service_account | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | value | ||
) |
Definition at line 129 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_record_protocol | ( | grpc_gcp_AltsContext * | msg, |
upb_StringView | value | ||
) |
Definition at line 123 of file altscontext.upb.h.
UPB_INLINE void grpc_gcp_AltsContext_set_security_level | ( | grpc_gcp_AltsContext * | msg, |
int32_t | value | ||
) |
Definition at line 126 of file altscontext.upb.h.
const upb_MiniTable grpc_gcp_AltsContext_msginit |
Definition at line 31 of file altscontext.upb.c.
const upb_MiniTable grpc_gcp_AltsContext_PeerAttributesEntry_msginit |
Definition at line 42 of file altscontext.upb.c.
const upb_MiniTable grpc_gcp_RpcProtocolVersions_msginit |
Definition at line 25 of file transport_security_common.upb.c.
const upb_MiniTable_File src_proto_grpc_gcp_altscontext_proto_upb_file_layout |
Definition at line 53 of file altscontext.upb.c.