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

Go to the source code of this file.

Typedefs

typedef struct google_api_HttpBody google_api_HttpBody
 

Functions

UPB_INLINE struct google_protobuf_Anygoogle_api_HttpBody_add_extensions (google_api_HttpBody *msg, upb_Arena *arena)
 
UPB_INLINE void google_api_HttpBody_clear_content_type (const google_api_HttpBody *msg)
 
UPB_INLINE void google_api_HttpBody_clear_data (const google_api_HttpBody *msg)
 
UPB_INLINE void google_api_HttpBody_clear_extensions (const google_api_HttpBody *msg)
 
UPB_INLINE upb_StringView google_api_HttpBody_content_type (const google_api_HttpBody *msg)
 
UPB_INLINE upb_StringView google_api_HttpBody_data (const google_api_HttpBody *msg)
 
UPB_INLINE const struct google_protobuf_Any *constgoogle_api_HttpBody_extensions (const google_api_HttpBody *msg, size_t *len)
 
UPB_INLINE bool google_api_HttpBody_has_extensions (const google_api_HttpBody *msg)
 
UPB_INLINE struct google_protobuf_Any ** google_api_HttpBody_mutable_extensions (google_api_HttpBody *msg, size_t *len)
 
UPB_INLINE google_api_HttpBodygoogle_api_HttpBody_new (upb_Arena *arena)
 
UPB_INLINE google_api_HttpBodygoogle_api_HttpBody_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_HttpBodygoogle_api_HttpBody_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE struct google_protobuf_Any ** google_api_HttpBody_resize_extensions (google_api_HttpBody *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * google_api_HttpBody_serialize (const google_api_HttpBody *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_HttpBody_serialize_ex (const google_api_HttpBody *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_HttpBody_set_content_type (google_api_HttpBody *msg, upb_StringView value)
 
UPB_INLINE void google_api_HttpBody_set_data (google_api_HttpBody *msg, upb_StringView value)
 

Variables

const upb_MiniTable google_api_HttpBody_msginit
 
const upb_MiniTable_File google_api_httpbody_proto_upb_file_layout
 
const upb_MiniTable google_protobuf_Any_msginit
 

Typedef Documentation

◆ google_api_HttpBody

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

Function Documentation

◆ google_api_HttpBody_add_extensions()

UPB_INLINE struct google_protobuf_Any* google_api_HttpBody_add_extensions ( google_api_HttpBody msg,
upb_Arena arena 
)

Definition at line 96 of file httpbody.upb.h.

◆ google_api_HttpBody_clear_content_type()

UPB_INLINE void google_api_HttpBody_clear_content_type ( const google_api_HttpBody msg)

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

◆ google_api_HttpBody_clear_data()

UPB_INLINE void google_api_HttpBody_clear_data ( const google_api_HttpBody msg)

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

◆ google_api_HttpBody_clear_extensions()

UPB_INLINE void google_api_HttpBody_clear_extensions ( const google_api_HttpBody msg)

Definition at line 77 of file httpbody.upb.h.

◆ google_api_HttpBody_content_type()

UPB_INLINE upb_StringView google_api_HttpBody_content_type ( const google_api_HttpBody msg)

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

◆ google_api_HttpBody_data()

UPB_INLINE upb_StringView google_api_HttpBody_data ( const google_api_HttpBody msg)

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

◆ google_api_HttpBody_extensions()

UPB_INLINE const struct google_protobuf_Any* const* google_api_HttpBody_extensions ( const google_api_HttpBody msg,
size_t *  len 
)

Definition at line 80 of file httpbody.upb.h.

◆ google_api_HttpBody_has_extensions()

UPB_INLINE bool google_api_HttpBody_has_extensions ( const google_api_HttpBody msg)

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

◆ google_api_HttpBody_mutable_extensions()

UPB_INLINE struct google_protobuf_Any** google_api_HttpBody_mutable_extensions ( google_api_HttpBody msg,
size_t *  len 
)

Definition at line 90 of file httpbody.upb.h.

◆ google_api_HttpBody_new()

UPB_INLINE google_api_HttpBody* google_api_HttpBody_new ( upb_Arena arena)

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

◆ google_api_HttpBody_parse()

UPB_INLINE google_api_HttpBody* google_api_HttpBody_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

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

◆ google_api_HttpBody_parse_ex()

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

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

◆ google_api_HttpBody_resize_extensions()

UPB_INLINE struct google_protobuf_Any** google_api_HttpBody_resize_extensions ( google_api_HttpBody msg,
size_t  len,
upb_Arena arena 
)

Definition at line 93 of file httpbody.upb.h.

◆ google_api_HttpBody_serialize()

UPB_INLINE char* google_api_HttpBody_serialize ( const google_api_HttpBody msg,
upb_Arena arena,
size_t *  len 
)

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

◆ google_api_HttpBody_serialize_ex()

UPB_INLINE char* google_api_HttpBody_serialize_ex ( const google_api_HttpBody msg,
int  options,
upb_Arena arena,
size_t *  len 
)

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

◆ google_api_HttpBody_set_content_type()

UPB_INLINE void google_api_HttpBody_set_content_type ( google_api_HttpBody msg,
upb_StringView  value 
)

Definition at line 84 of file httpbody.upb.h.

◆ google_api_HttpBody_set_data()

UPB_INLINE void google_api_HttpBody_set_data ( google_api_HttpBody msg,
upb_StringView  value 
)

Definition at line 87 of file httpbody.upb.h.

Variable Documentation

◆ google_api_HttpBody_msginit

const upb_MiniTable google_api_HttpBody_msginit

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

◆ google_api_httpbody_proto_upb_file_layout

const upb_MiniTable_File google_api_httpbody_proto_upb_file_layout

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

◆ google_protobuf_Any_msginit

const upb_MiniTable google_protobuf_Any_msginit

Definition at line 20 of file any.upb.c.



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