Typedefs | Functions | Variables
udpa/annotations/versioning.upb.h File Reference
#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"
Include dependency graph for udpa/annotations/versioning.upb.h:

Go to the source code of this file.

Typedefs

typedef struct udpa_annotations_VersioningAnnotation udpa_annotations_VersioningAnnotation
 

Functions

UPB_INLINE void udpa_annotations_clear_versioning (struct google_protobuf_MessageOptions *msg)
 
UPB_INLINE bool udpa_annotations_has_versioning (const struct google_protobuf_MessageOptions *msg)
 
UPB_INLINE void udpa_annotations_set_versioning (struct google_protobuf_MessageOptions *msg, const udpa_annotations_VersioningAnnotation *ext, upb_Arena *arena)
 
const UPB_INLINE udpa_annotations_VersioningAnnotationudpa_annotations_versioning (const struct google_protobuf_MessageOptions *msg)
 
UPB_INLINE void udpa_annotations_VersioningAnnotation_clear_previous_message_type (const udpa_annotations_VersioningAnnotation *msg)
 
UPB_INLINE udpa_annotations_VersioningAnnotationudpa_annotations_VersioningAnnotation_new (upb_Arena *arena)
 
UPB_INLINE udpa_annotations_VersioningAnnotationudpa_annotations_VersioningAnnotation_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE udpa_annotations_VersioningAnnotationudpa_annotations_VersioningAnnotation_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE upb_StringView udpa_annotations_VersioningAnnotation_previous_message_type (const udpa_annotations_VersioningAnnotation *msg)
 
UPB_INLINE char * udpa_annotations_VersioningAnnotation_serialize (const udpa_annotations_VersioningAnnotation *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * udpa_annotations_VersioningAnnotation_serialize_ex (const udpa_annotations_VersioningAnnotation *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void udpa_annotations_VersioningAnnotation_set_previous_message_type (udpa_annotations_VersioningAnnotation *msg, upb_StringView value)
 

Variables

const upb_MiniTable google_protobuf_MessageOptions_msginit
 
const upb_MiniTable_Extension udpa_annotations_versioning_ext
 
const upb_MiniTable_File udpa_annotations_versioning_proto_upb_file_layout
 
const upb_MiniTable udpa_annotations_VersioningAnnotation_msginit
 

Typedef Documentation

◆ udpa_annotations_VersioningAnnotation

Definition at line 24 of file udpa/annotations/versioning.upb.h.

Function Documentation

◆ udpa_annotations_clear_versioning()

UPB_INLINE void udpa_annotations_clear_versioning ( struct google_protobuf_MessageOptions msg)

Definition at line 77 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_has_versioning()

UPB_INLINE bool udpa_annotations_has_versioning ( const struct google_protobuf_MessageOptions msg)

Definition at line 74 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_set_versioning()

UPB_INLINE void udpa_annotations_set_versioning ( struct google_protobuf_MessageOptions msg,
const udpa_annotations_VersioningAnnotation ext,
upb_Arena arena 
)

Definition at line 85 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_versioning()

Definition at line 80 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_clear_previous_message_type()

UPB_INLINE void udpa_annotations_VersioningAnnotation_clear_previous_message_type ( const udpa_annotations_VersioningAnnotation msg)

Definition at line 63 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_new()

UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_new ( upb_Arena arena)

Definition at line 34 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_parse()

UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 37 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_parse_ex()

UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse_ex ( const char *  buf,
size_t  size,
const upb_ExtensionRegistry extreg,
int  options,
upb_Arena arena 
)

Definition at line 45 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_previous_message_type()

UPB_INLINE upb_StringView udpa_annotations_VersioningAnnotation_previous_message_type ( const udpa_annotations_VersioningAnnotation msg)

Definition at line 66 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_serialize()

UPB_INLINE char* udpa_annotations_VersioningAnnotation_serialize ( const udpa_annotations_VersioningAnnotation msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 56 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_serialize_ex()

UPB_INLINE char* udpa_annotations_VersioningAnnotation_serialize_ex ( const udpa_annotations_VersioningAnnotation msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 59 of file udpa/annotations/versioning.upb.h.

◆ udpa_annotations_VersioningAnnotation_set_previous_message_type()

UPB_INLINE void udpa_annotations_VersioningAnnotation_set_previous_message_type ( udpa_annotations_VersioningAnnotation msg,
upb_StringView  value 
)

Definition at line 70 of file udpa/annotations/versioning.upb.h.

Variable Documentation

◆ google_protobuf_MessageOptions_msginit

const upb_MiniTable google_protobuf_MessageOptions_msginit

Definition at line 301 of file descriptor.upb.c.

◆ udpa_annotations_versioning_ext

const upb_MiniTable_Extension udpa_annotations_versioning_ext

Definition at line 32 of file udpa/annotations/versioning.upb.c.

◆ udpa_annotations_versioning_proto_upb_file_layout

const upb_MiniTable_File udpa_annotations_versioning_proto_upb_file_layout

Definition at line 43 of file udpa/annotations/versioning.upb.c.

◆ udpa_annotations_VersioningAnnotation_msginit

const upb_MiniTable udpa_annotations_VersioningAnnotation_msginit

Definition at line 20 of file udpa/annotations/versioning.upb.c.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:37