Typedefs | Functions | Variables
typed_struct.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 typed_struct.upb.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct xds_type_v3_TypedStruct xds_type_v3_TypedStruct
 

Functions

UPB_INLINE void xds_type_v3_TypedStruct_clear_type_url (const xds_type_v3_TypedStruct *msg)
 
UPB_INLINE void xds_type_v3_TypedStruct_clear_value (const xds_type_v3_TypedStruct *msg)
 
UPB_INLINE bool xds_type_v3_TypedStruct_has_value (const xds_type_v3_TypedStruct *msg)
 
UPB_INLINE struct google_protobuf_Structxds_type_v3_TypedStruct_mutable_value (xds_type_v3_TypedStruct *msg, upb_Arena *arena)
 
UPB_INLINE xds_type_v3_TypedStructxds_type_v3_TypedStruct_new (upb_Arena *arena)
 
UPB_INLINE xds_type_v3_TypedStructxds_type_v3_TypedStruct_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE xds_type_v3_TypedStructxds_type_v3_TypedStruct_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * xds_type_v3_TypedStruct_serialize (const xds_type_v3_TypedStruct *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * xds_type_v3_TypedStruct_serialize_ex (const xds_type_v3_TypedStruct *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void xds_type_v3_TypedStruct_set_type_url (xds_type_v3_TypedStruct *msg, upb_StringView value)
 
UPB_INLINE void xds_type_v3_TypedStruct_set_value (xds_type_v3_TypedStruct *msg, struct google_protobuf_Struct *value)
 
UPB_INLINE upb_StringView xds_type_v3_TypedStruct_type_url (const xds_type_v3_TypedStruct *msg)
 
UPB_INLINE const struct google_protobuf_Structxds_type_v3_TypedStruct_value (const xds_type_v3_TypedStruct *msg)
 

Variables

const upb_MiniTable google_protobuf_Struct_msginit
 
const upb_MiniTable_File xds_type_v3_typed_struct_proto_upb_file_layout
 
const upb_MiniTable xds_type_v3_TypedStruct_msginit
 

Typedef Documentation

◆ xds_type_v3_TypedStruct

Definition at line 24 of file typed_struct.upb.h.

Function Documentation

◆ xds_type_v3_TypedStruct_clear_type_url()

UPB_INLINE void xds_type_v3_TypedStruct_clear_type_url ( const xds_type_v3_TypedStruct msg)

Definition at line 62 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_clear_value()

UPB_INLINE void xds_type_v3_TypedStruct_clear_value ( const xds_type_v3_TypedStruct msg)

Definition at line 71 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_has_value()

UPB_INLINE bool xds_type_v3_TypedStruct_has_value ( const xds_type_v3_TypedStruct msg)

Definition at line 68 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_mutable_value()

UPB_INLINE struct google_protobuf_Struct* xds_type_v3_TypedStruct_mutable_value ( xds_type_v3_TypedStruct msg,
upb_Arena arena 
)

Definition at line 85 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_new()

UPB_INLINE xds_type_v3_TypedStruct* xds_type_v3_TypedStruct_new ( upb_Arena arena)

Definition at line 33 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_parse()

UPB_INLINE xds_type_v3_TypedStruct* xds_type_v3_TypedStruct_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 36 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_parse_ex()

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

Definition at line 44 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_serialize()

UPB_INLINE char* xds_type_v3_TypedStruct_serialize ( const xds_type_v3_TypedStruct msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 55 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_serialize_ex()

UPB_INLINE char* xds_type_v3_TypedStruct_serialize_ex ( const xds_type_v3_TypedStruct msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 58 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_set_type_url()

UPB_INLINE void xds_type_v3_TypedStruct_set_type_url ( xds_type_v3_TypedStruct msg,
upb_StringView  value 
)

Definition at line 78 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_set_value()

UPB_INLINE void xds_type_v3_TypedStruct_set_value ( xds_type_v3_TypedStruct msg,
struct google_protobuf_Struct value 
)

Definition at line 81 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_type_url()

UPB_INLINE upb_StringView xds_type_v3_TypedStruct_type_url ( const xds_type_v3_TypedStruct msg)

Definition at line 65 of file typed_struct.upb.h.

◆ xds_type_v3_TypedStruct_value()

UPB_INLINE const struct google_protobuf_Struct* xds_type_v3_TypedStruct_value ( const xds_type_v3_TypedStruct msg)

Definition at line 74 of file typed_struct.upb.h.

Variable Documentation

◆ google_protobuf_Struct_msginit

const upb_MiniTable google_protobuf_Struct_msginit

Definition at line 23 of file google/protobuf/struct.upb.c.

◆ xds_type_v3_typed_struct_proto_upb_file_layout

const upb_MiniTable_File xds_type_v3_typed_struct_proto_upb_file_layout

Definition at line 36 of file typed_struct.upb.c.

◆ xds_type_v3_TypedStruct_msginit

const upb_MiniTable xds_type_v3_TypedStruct_msginit

Definition at line 26 of file typed_struct.upb.c.



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