Typedefs | Functions | Variables
expr.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 expr.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_type_Expr google_type_Expr
 

Functions

UPB_INLINE void google_type_Expr_clear_description (const google_type_Expr *msg)
 
UPB_INLINE void google_type_Expr_clear_expression (const google_type_Expr *msg)
 
UPB_INLINE void google_type_Expr_clear_location (const google_type_Expr *msg)
 
UPB_INLINE void google_type_Expr_clear_title (const google_type_Expr *msg)
 
UPB_INLINE upb_StringView google_type_Expr_description (const google_type_Expr *msg)
 
UPB_INLINE upb_StringView google_type_Expr_expression (const google_type_Expr *msg)
 
UPB_INLINE upb_StringView google_type_Expr_location (const google_type_Expr *msg)
 
UPB_INLINE google_type_Exprgoogle_type_Expr_new (upb_Arena *arena)
 
UPB_INLINE google_type_Exprgoogle_type_Expr_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_type_Exprgoogle_type_Expr_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_type_Expr_serialize (const google_type_Expr *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_type_Expr_serialize_ex (const google_type_Expr *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_type_Expr_set_description (google_type_Expr *msg, upb_StringView value)
 
UPB_INLINE void google_type_Expr_set_expression (google_type_Expr *msg, upb_StringView value)
 
UPB_INLINE void google_type_Expr_set_location (google_type_Expr *msg, upb_StringView value)
 
UPB_INLINE void google_type_Expr_set_title (google_type_Expr *msg, upb_StringView value)
 
UPB_INLINE upb_StringView google_type_Expr_title (const google_type_Expr *msg)
 

Variables

const upb_MiniTable google_type_Expr_msginit
 
const upb_MiniTable_File google_type_expr_proto_upb_file_layout
 

Typedef Documentation

◆ google_type_Expr

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

Function Documentation

◆ google_type_Expr_clear_description()

UPB_INLINE void google_type_Expr_clear_description ( const google_type_Expr msg)

Definition at line 72 of file expr.upb.h.

◆ google_type_Expr_clear_expression()

UPB_INLINE void google_type_Expr_clear_expression ( const google_type_Expr msg)

Definition at line 60 of file expr.upb.h.

◆ google_type_Expr_clear_location()

UPB_INLINE void google_type_Expr_clear_location ( const google_type_Expr msg)

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

◆ google_type_Expr_clear_title()

UPB_INLINE void google_type_Expr_clear_title ( const google_type_Expr msg)

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

◆ google_type_Expr_description()

UPB_INLINE upb_StringView google_type_Expr_description ( const google_type_Expr msg)

Definition at line 75 of file expr.upb.h.

◆ google_type_Expr_expression()

UPB_INLINE upb_StringView google_type_Expr_expression ( const google_type_Expr msg)

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

◆ google_type_Expr_location()

UPB_INLINE upb_StringView google_type_Expr_location ( const google_type_Expr msg)

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

◆ google_type_Expr_new()

UPB_INLINE google_type_Expr* google_type_Expr_new ( upb_Arena arena)

Definition at line 31 of file expr.upb.h.

◆ google_type_Expr_parse()

UPB_INLINE google_type_Expr* google_type_Expr_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

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

◆ google_type_Expr_parse_ex()

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

Definition at line 42 of file expr.upb.h.

◆ google_type_Expr_serialize()

UPB_INLINE char* google_type_Expr_serialize ( const google_type_Expr msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 53 of file expr.upb.h.

◆ google_type_Expr_serialize_ex()

UPB_INLINE char* google_type_Expr_serialize_ex ( const google_type_Expr msg,
int  options,
upb_Arena arena,
size_t *  len 
)

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

◆ google_type_Expr_set_description()

UPB_INLINE void google_type_Expr_set_description ( google_type_Expr msg,
upb_StringView  value 
)

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

◆ google_type_Expr_set_expression()

UPB_INLINE void google_type_Expr_set_expression ( google_type_Expr msg,
upb_StringView  value 
)

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

◆ google_type_Expr_set_location()

UPB_INLINE void google_type_Expr_set_location ( google_type_Expr msg,
upb_StringView  value 
)

Definition at line 94 of file expr.upb.h.

◆ google_type_Expr_set_title()

UPB_INLINE void google_type_Expr_set_title ( google_type_Expr msg,
upb_StringView  value 
)

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

◆ google_type_Expr_title()

UPB_INLINE upb_StringView google_type_Expr_title ( const google_type_Expr msg)

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

Variable Documentation

◆ google_type_Expr_msginit

const upb_MiniTable google_type_Expr_msginit

Definition at line 22 of file expr.upb.c.

◆ google_type_expr_proto_upb_file_layout

const upb_MiniTable_File google_type_expr_proto_upb_file_layout

Definition at line 32 of file expr.upb.c.



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