Typedefs | Functions | Variables
cookie.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 cookie.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_type_http_v3_Cookie envoy_type_http_v3_Cookie
 

Functions

UPB_INLINE void envoy_type_http_v3_Cookie_clear_name (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE void envoy_type_http_v3_Cookie_clear_path (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE void envoy_type_http_v3_Cookie_clear_ttl (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE bool envoy_type_http_v3_Cookie_has_ttl (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE struct google_protobuf_Durationenvoy_type_http_v3_Cookie_mutable_ttl (envoy_type_http_v3_Cookie *msg, upb_Arena *arena)
 
UPB_INLINE upb_StringView envoy_type_http_v3_Cookie_name (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE envoy_type_http_v3_Cookieenvoy_type_http_v3_Cookie_new (upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_Cookieenvoy_type_http_v3_Cookie_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE envoy_type_http_v3_Cookieenvoy_type_http_v3_Cookie_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE upb_StringView envoy_type_http_v3_Cookie_path (const envoy_type_http_v3_Cookie *msg)
 
UPB_INLINE char * envoy_type_http_v3_Cookie_serialize (const envoy_type_http_v3_Cookie *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * envoy_type_http_v3_Cookie_serialize_ex (const envoy_type_http_v3_Cookie *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void envoy_type_http_v3_Cookie_set_name (envoy_type_http_v3_Cookie *msg, upb_StringView value)
 
UPB_INLINE void envoy_type_http_v3_Cookie_set_path (envoy_type_http_v3_Cookie *msg, upb_StringView value)
 
UPB_INLINE void envoy_type_http_v3_Cookie_set_ttl (envoy_type_http_v3_Cookie *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE const struct google_protobuf_Durationenvoy_type_http_v3_Cookie_ttl (const envoy_type_http_v3_Cookie *msg)
 

Variables

const upb_MiniTable envoy_type_http_v3_Cookie_msginit
 
const upb_MiniTable_File envoy_type_http_v3_cookie_proto_upb_file_layout
 
const upb_MiniTable google_protobuf_Duration_msginit
 

Typedef Documentation

◆ envoy_type_http_v3_Cookie

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

Function Documentation

◆ envoy_type_http_v3_Cookie_clear_name()

UPB_INLINE void envoy_type_http_v3_Cookie_clear_name ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_clear_path()

UPB_INLINE void envoy_type_http_v3_Cookie_clear_path ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_clear_ttl()

UPB_INLINE void envoy_type_http_v3_Cookie_clear_ttl ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_has_ttl()

UPB_INLINE bool envoy_type_http_v3_Cookie_has_ttl ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_mutable_ttl()

UPB_INLINE struct google_protobuf_Duration* envoy_type_http_v3_Cookie_mutable_ttl ( envoy_type_http_v3_Cookie msg,
upb_Arena arena 
)

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

◆ envoy_type_http_v3_Cookie_name()

UPB_INLINE upb_StringView envoy_type_http_v3_Cookie_name ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_new()

UPB_INLINE envoy_type_http_v3_Cookie* envoy_type_http_v3_Cookie_new ( upb_Arena arena)

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

◆ envoy_type_http_v3_Cookie_parse()

UPB_INLINE envoy_type_http_v3_Cookie* envoy_type_http_v3_Cookie_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

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

◆ envoy_type_http_v3_Cookie_parse_ex()

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

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

◆ envoy_type_http_v3_Cookie_path()

UPB_INLINE upb_StringView envoy_type_http_v3_Cookie_path ( const envoy_type_http_v3_Cookie msg)

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

◆ envoy_type_http_v3_Cookie_serialize()

UPB_INLINE char* envoy_type_http_v3_Cookie_serialize ( const envoy_type_http_v3_Cookie msg,
upb_Arena arena,
size_t *  len 
)

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

◆ envoy_type_http_v3_Cookie_serialize_ex()

UPB_INLINE char* envoy_type_http_v3_Cookie_serialize_ex ( const envoy_type_http_v3_Cookie msg,
int  options,
upb_Arena arena,
size_t *  len 
)

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

◆ envoy_type_http_v3_Cookie_set_name()

UPB_INLINE void envoy_type_http_v3_Cookie_set_name ( envoy_type_http_v3_Cookie msg,
upb_StringView  value 
)

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

◆ envoy_type_http_v3_Cookie_set_path()

UPB_INLINE void envoy_type_http_v3_Cookie_set_path ( envoy_type_http_v3_Cookie msg,
upb_StringView  value 
)

Definition at line 100 of file cookie.upb.h.

◆ envoy_type_http_v3_Cookie_set_ttl()

UPB_INLINE void envoy_type_http_v3_Cookie_set_ttl ( envoy_type_http_v3_Cookie msg,
struct google_protobuf_Duration value 
)

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

◆ envoy_type_http_v3_Cookie_ttl()

UPB_INLINE const struct google_protobuf_Duration* envoy_type_http_v3_Cookie_ttl ( const envoy_type_http_v3_Cookie msg)

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

Variable Documentation

◆ envoy_type_http_v3_Cookie_msginit

const upb_MiniTable envoy_type_http_v3_Cookie_msginit

Definition at line 28 of file cookie.upb.c.

◆ envoy_type_http_v3_cookie_proto_upb_file_layout

const upb_MiniTable_File envoy_type_http_v3_cookie_proto_upb_file_layout

Definition at line 38 of file cookie.upb.c.

◆ google_protobuf_Duration_msginit

const upb_MiniTable google_protobuf_Duration_msginit

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



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