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

Go to the source code of this file.

Typedefs

typedef struct envoy_config_core_v3_GrpcMethodList envoy_config_core_v3_GrpcMethodList
 
typedef struct envoy_config_core_v3_GrpcMethodList_Service envoy_config_core_v3_GrpcMethodList_Service
 

Functions

UPB_INLINE struct envoy_config_core_v3_GrpcMethodList_Serviceenvoy_config_core_v3_GrpcMethodList_add_services (envoy_config_core_v3_GrpcMethodList *msg, upb_Arena *arena)
 
UPB_INLINE void envoy_config_core_v3_GrpcMethodList_clear_services (const envoy_config_core_v3_GrpcMethodList *msg)
 
UPB_INLINE bool envoy_config_core_v3_GrpcMethodList_has_services (const envoy_config_core_v3_GrpcMethodList *msg)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service ** envoy_config_core_v3_GrpcMethodList_mutable_services (envoy_config_core_v3_GrpcMethodList *msg, size_t *len)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodListenvoy_config_core_v3_GrpcMethodList_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodListenvoy_config_core_v3_GrpcMethodList_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodListenvoy_config_core_v3_GrpcMethodList_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service ** envoy_config_core_v3_GrpcMethodList_resize_services (envoy_config_core_v3_GrpcMethodList *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_core_v3_GrpcMethodList_serialize (const envoy_config_core_v3_GrpcMethodList *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_GrpcMethodList_serialize_ex (const envoy_config_core_v3_GrpcMethodList *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE bool envoy_config_core_v3_GrpcMethodList_Service_add_method_names (envoy_config_core_v3_GrpcMethodList_Service *msg, upb_StringView val, upb_Arena *arena)
 
UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_clear_method_names (const envoy_config_core_v3_GrpcMethodList_Service *msg)
 
UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_clear_name (const envoy_config_core_v3_GrpcMethodList_Service *msg)
 
UPB_INLINE upb_StringView constenvoy_config_core_v3_GrpcMethodList_Service_method_names (const envoy_config_core_v3_GrpcMethodList_Service *msg, size_t *len)
 
UPB_INLINE upb_StringViewenvoy_config_core_v3_GrpcMethodList_Service_mutable_method_names (envoy_config_core_v3_GrpcMethodList_Service *msg, size_t *len)
 
UPB_INLINE upb_StringView envoy_config_core_v3_GrpcMethodList_Service_name (const envoy_config_core_v3_GrpcMethodList_Service *msg)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodList_Serviceenvoy_config_core_v3_GrpcMethodList_Service_new (upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodList_Serviceenvoy_config_core_v3_GrpcMethodList_Service_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_config_core_v3_GrpcMethodList_Serviceenvoy_config_core_v3_GrpcMethodList_Service_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE upb_StringViewenvoy_config_core_v3_GrpcMethodList_Service_resize_method_names (envoy_config_core_v3_GrpcMethodList_Service *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * envoy_config_core_v3_GrpcMethodList_Service_serialize (const envoy_config_core_v3_GrpcMethodList_Service *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_config_core_v3_GrpcMethodList_Service_serialize_ex (const envoy_config_core_v3_GrpcMethodList_Service *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_set_name (envoy_config_core_v3_GrpcMethodList_Service *msg, upb_StringView value)
 
const UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service *constenvoy_config_core_v3_GrpcMethodList_services (const envoy_config_core_v3_GrpcMethodList *msg, size_t *len)
 

Variables

const upb_MiniTable_File envoy_config_core_v3_grpc_method_list_proto_upb_file_layout
 
const upb_MiniTable envoy_config_core_v3_GrpcMethodList_msginit
 
const upb_MiniTable envoy_config_core_v3_GrpcMethodList_Service_msginit
 

Typedef Documentation

◆ envoy_config_core_v3_GrpcMethodList

Definition at line 25 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service

Definition at line 26 of file grpc_method_list.upb.h.

Function Documentation

◆ envoy_config_core_v3_GrpcMethodList_add_services()

UPB_INLINE struct envoy_config_core_v3_GrpcMethodList_Service* envoy_config_core_v3_GrpcMethodList_add_services ( envoy_config_core_v3_GrpcMethodList msg,
upb_Arena arena 
)

Definition at line 79 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_clear_services()

UPB_INLINE void envoy_config_core_v3_GrpcMethodList_clear_services ( const envoy_config_core_v3_GrpcMethodList msg)

Definition at line 66 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_has_services()

UPB_INLINE bool envoy_config_core_v3_GrpcMethodList_has_services ( const envoy_config_core_v3_GrpcMethodList msg)

Definition at line 63 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_mutable_services()

UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service** envoy_config_core_v3_GrpcMethodList_mutable_services ( envoy_config_core_v3_GrpcMethodList msg,
size_t *  len 
)

Definition at line 73 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_new()

UPB_INLINE envoy_config_core_v3_GrpcMethodList* envoy_config_core_v3_GrpcMethodList_new ( upb_Arena arena)

Definition at line 34 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_parse()

UPB_INLINE envoy_config_core_v3_GrpcMethodList* envoy_config_core_v3_GrpcMethodList_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 37 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_parse_ex()

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

Definition at line 45 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_resize_services()

UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service** envoy_config_core_v3_GrpcMethodList_resize_services ( envoy_config_core_v3_GrpcMethodList msg,
size_t  len,
upb_Arena arena 
)

Definition at line 76 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_serialize()

UPB_INLINE char* envoy_config_core_v3_GrpcMethodList_serialize ( const envoy_config_core_v3_GrpcMethodList msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 56 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_GrpcMethodList_serialize_ex ( const envoy_config_core_v3_GrpcMethodList msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 59 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_add_method_names()

UPB_INLINE bool envoy_config_core_v3_GrpcMethodList_Service_add_method_names ( envoy_config_core_v3_GrpcMethodList_Service msg,
upb_StringView  val,
upb_Arena arena 
)

Definition at line 139 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_clear_method_names()

UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_clear_method_names ( const envoy_config_core_v3_GrpcMethodList_Service msg)

Definition at line 123 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_clear_name()

UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_clear_name ( const envoy_config_core_v3_GrpcMethodList_Service msg)

Definition at line 117 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_method_names()

UPB_INLINE upb_StringView const* envoy_config_core_v3_GrpcMethodList_Service_method_names ( const envoy_config_core_v3_GrpcMethodList_Service msg,
size_t *  len 
)

Definition at line 126 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_mutable_method_names()

UPB_INLINE upb_StringView* envoy_config_core_v3_GrpcMethodList_Service_mutable_method_names ( envoy_config_core_v3_GrpcMethodList_Service msg,
size_t *  len 
)

Definition at line 133 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_name()

UPB_INLINE upb_StringView envoy_config_core_v3_GrpcMethodList_Service_name ( const envoy_config_core_v3_GrpcMethodList_Service msg)

Definition at line 120 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_new()

UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service* envoy_config_core_v3_GrpcMethodList_Service_new ( upb_Arena arena)

Definition at line 88 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_parse()

UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service* envoy_config_core_v3_GrpcMethodList_Service_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 91 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_parse_ex()

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

Definition at line 99 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_resize_method_names()

UPB_INLINE upb_StringView* envoy_config_core_v3_GrpcMethodList_Service_resize_method_names ( envoy_config_core_v3_GrpcMethodList_Service msg,
size_t  len,
upb_Arena arena 
)

Definition at line 136 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_serialize()

UPB_INLINE char* envoy_config_core_v3_GrpcMethodList_Service_serialize ( const envoy_config_core_v3_GrpcMethodList_Service msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 110 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_serialize_ex()

UPB_INLINE char* envoy_config_core_v3_GrpcMethodList_Service_serialize_ex ( const envoy_config_core_v3_GrpcMethodList_Service msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 113 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_Service_set_name()

UPB_INLINE void envoy_config_core_v3_GrpcMethodList_Service_set_name ( envoy_config_core_v3_GrpcMethodList_Service msg,
upb_StringView  value 
)

Definition at line 130 of file grpc_method_list.upb.h.

◆ envoy_config_core_v3_GrpcMethodList_services()

const UPB_INLINE envoy_config_core_v3_GrpcMethodList_Service* const* envoy_config_core_v3_GrpcMethodList_services ( const envoy_config_core_v3_GrpcMethodList msg,
size_t *  len 
)

Definition at line 69 of file grpc_method_list.upb.h.

Variable Documentation

◆ envoy_config_core_v3_grpc_method_list_proto_upb_file_layout

const upb_MiniTable_File envoy_config_core_v3_grpc_method_list_proto_upb_file_layout

Definition at line 48 of file grpc_method_list.upb.c.

◆ envoy_config_core_v3_GrpcMethodList_msginit

const upb_MiniTable envoy_config_core_v3_GrpcMethodList_msginit

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

◆ envoy_config_core_v3_GrpcMethodList_Service_msginit

const upb_MiniTable envoy_config_core_v3_GrpcMethodList_Service_msginit

Definition at line 37 of file grpc_method_list.upb.c.



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