Typedefs | Enumerations | Functions | Variables
syntax.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 syntax.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_expr_v1alpha1_Constant google_api_expr_v1alpha1_Constant
 
typedef struct google_api_expr_v1alpha1_Expr google_api_expr_v1alpha1_Expr
 
typedef struct google_api_expr_v1alpha1_Expr_Call google_api_expr_v1alpha1_Expr_Call
 
typedef struct google_api_expr_v1alpha1_Expr_Comprehension google_api_expr_v1alpha1_Expr_Comprehension
 
typedef struct google_api_expr_v1alpha1_Expr_CreateList google_api_expr_v1alpha1_Expr_CreateList
 
typedef struct google_api_expr_v1alpha1_Expr_CreateStruct google_api_expr_v1alpha1_Expr_CreateStruct
 
typedef struct google_api_expr_v1alpha1_Expr_CreateStruct_Entry google_api_expr_v1alpha1_Expr_CreateStruct_Entry
 
typedef struct google_api_expr_v1alpha1_Expr_Ident google_api_expr_v1alpha1_Expr_Ident
 
typedef struct google_api_expr_v1alpha1_Expr_Select google_api_expr_v1alpha1_Expr_Select
 
typedef struct google_api_expr_v1alpha1_ParsedExpr google_api_expr_v1alpha1_ParsedExpr
 
typedef struct google_api_expr_v1alpha1_SourceInfo google_api_expr_v1alpha1_SourceInfo
 
typedef struct google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry
 
typedef struct google_api_expr_v1alpha1_SourceInfo_PositionsEntry google_api_expr_v1alpha1_SourceInfo_PositionsEntry
 
typedef struct google_api_expr_v1alpha1_SourcePosition google_api_expr_v1alpha1_SourcePosition
 

Enumerations

enum  google_api_expr_v1alpha1_Constant_constant_kind_oneofcases {
  google_api_expr_v1alpha1_Constant_constant_kind_null_value = 1, google_api_expr_v1alpha1_Constant_constant_kind_bool_value = 2, google_api_expr_v1alpha1_Constant_constant_kind_int64_value = 3, google_api_expr_v1alpha1_Constant_constant_kind_uint64_value = 4,
  google_api_expr_v1alpha1_Constant_constant_kind_double_value = 5, google_api_expr_v1alpha1_Constant_constant_kind_string_value = 6, google_api_expr_v1alpha1_Constant_constant_kind_bytes_value = 7, google_api_expr_v1alpha1_Constant_constant_kind_duration_value = 8,
  google_api_expr_v1alpha1_Constant_constant_kind_timestamp_value = 9, google_api_expr_v1alpha1_Constant_constant_kind_NOT_SET = 0
}
 
enum  google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_oneofcases { google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_field_key = 2, google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_map_key = 3, google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_NOT_SET = 0 }
 
enum  google_api_expr_v1alpha1_Expr_expr_kind_oneofcases {
  google_api_expr_v1alpha1_Expr_expr_kind_const_expr = 3, google_api_expr_v1alpha1_Expr_expr_kind_ident_expr = 4, google_api_expr_v1alpha1_Expr_expr_kind_select_expr = 5, google_api_expr_v1alpha1_Expr_expr_kind_call_expr = 6,
  google_api_expr_v1alpha1_Expr_expr_kind_list_expr = 7, google_api_expr_v1alpha1_Expr_expr_kind_struct_expr = 8, google_api_expr_v1alpha1_Expr_expr_kind_comprehension_expr = 9, google_api_expr_v1alpha1_Expr_expr_kind_NOT_SET = 0
}
 

Functions

UPB_INLINE bool google_api_expr_v1alpha1_Constant_bool_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Constant_bytes_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_bool_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_bytes_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_double_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_duration_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_int64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_null_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_string_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_timestamp_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_uint64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Constant_constant_kind_oneofcases google_api_expr_v1alpha1_Constant_constant_kind_case (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE double google_api_expr_v1alpha1_Constant_double_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE const struct google_protobuf_Durationgoogle_api_expr_v1alpha1_Constant_duration_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_bool_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_bytes_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_double_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_duration_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_int64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_null_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_string_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_timestamp_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_uint64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE int64_t google_api_expr_v1alpha1_Constant_int64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE struct google_protobuf_Durationgoogle_api_expr_v1alpha1_Constant_mutable_duration_value (google_api_expr_v1alpha1_Constant *msg, upb_Arena *arena)
 
UPB_INLINE struct google_protobuf_Timestampgoogle_api_expr_v1alpha1_Constant_mutable_timestamp_value (google_api_expr_v1alpha1_Constant *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Constantgoogle_api_expr_v1alpha1_Constant_new (upb_Arena *arena)
 
UPB_INLINE int32_t google_api_expr_v1alpha1_Constant_null_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Constantgoogle_api_expr_v1alpha1_Constant_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Constantgoogle_api_expr_v1alpha1_Constant_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Constant_serialize (const google_api_expr_v1alpha1_Constant *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Constant_serialize_ex (const google_api_expr_v1alpha1_Constant *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_bool_value (google_api_expr_v1alpha1_Constant *msg, bool value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_bytes_value (google_api_expr_v1alpha1_Constant *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_double_value (google_api_expr_v1alpha1_Constant *msg, double value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_duration_value (google_api_expr_v1alpha1_Constant *msg, struct google_protobuf_Duration *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_int64_value (google_api_expr_v1alpha1_Constant *msg, int64_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_null_value (google_api_expr_v1alpha1_Constant *msg, int32_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_string_value (google_api_expr_v1alpha1_Constant *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_timestamp_value (google_api_expr_v1alpha1_Constant *msg, struct google_protobuf_Timestamp *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Constant_set_uint64_value (google_api_expr_v1alpha1_Constant *msg, uint64_t value)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Constant_string_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE const struct google_protobuf_Timestampgoogle_api_expr_v1alpha1_Constant_timestamp_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE uint64_t google_api_expr_v1alpha1_Constant_uint64_value (const google_api_expr_v1alpha1_Constant *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Call_add_args (google_api_expr_v1alpha1_Expr_Call *msg, upb_Arena *arena)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr *constgoogle_api_expr_v1alpha1_Expr_Call_args (const google_api_expr_v1alpha1_Expr_Call *msg, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_args (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_function (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_target (const google_api_expr_v1alpha1_Expr_Call *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_Callgoogle_api_expr_v1alpha1_Expr_call_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Call_function (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Call_has_args (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Call_has_target (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr ** google_api_expr_v1alpha1_Expr_Call_mutable_args (google_api_expr_v1alpha1_Expr_Call *msg, size_t *len)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Call_mutable_target (google_api_expr_v1alpha1_Expr_Call *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Callgoogle_api_expr_v1alpha1_Expr_Call_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Callgoogle_api_expr_v1alpha1_Expr_Call_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Callgoogle_api_expr_v1alpha1_Expr_Call_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr ** google_api_expr_v1alpha1_Expr_Call_resize_args (google_api_expr_v1alpha1_Expr_Call *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Call_serialize (const google_api_expr_v1alpha1_Expr_Call *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Call_serialize_ex (const google_api_expr_v1alpha1_Expr_Call *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_set_function (google_api_expr_v1alpha1_Expr_Call *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_set_target (google_api_expr_v1alpha1_Expr_Call *msg, google_api_expr_v1alpha1_Expr *value)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Call_target (const google_api_expr_v1alpha1_Expr_Call *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_call_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_comprehension_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_const_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_id (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_ident_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_list_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_select_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_struct_expr (const google_api_expr_v1alpha1_Expr *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_accu_init (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Comprehension_accu_var (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_init (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_var (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_range (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_var (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_condition (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_step (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_result (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehensiongoogle_api_expr_v1alpha1_Expr_comprehension_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_accu_init (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_iter_range (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_loop_condition (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_loop_step (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_result (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_iter_range (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Comprehension_iter_var (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_loop_condition (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_loop_step (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_mutable_accu_init (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_mutable_iter_range (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_condition (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_step (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_mutable_result (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehensiongoogle_api_expr_v1alpha1_Expr_Comprehension_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehensiongoogle_api_expr_v1alpha1_Expr_Comprehension_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehensiongoogle_api_expr_v1alpha1_Expr_Comprehension_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Comprehension_result (const google_api_expr_v1alpha1_Expr_Comprehension *msg)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Comprehension_serialize (const google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Comprehension_serialize_ex (const google_api_expr_v1alpha1_Expr_Comprehension *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_accu_init (google_api_expr_v1alpha1_Expr_Comprehension *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_accu_var (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_iter_range (google_api_expr_v1alpha1_Expr_Comprehension *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_iter_var (google_api_expr_v1alpha1_Expr_Comprehension *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_loop_condition (google_api_expr_v1alpha1_Expr_Comprehension *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_loop_step (google_api_expr_v1alpha1_Expr_Comprehension *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_result (google_api_expr_v1alpha1_Expr_Comprehension *msg, google_api_expr_v1alpha1_Expr *value)
 
const UPB_INLINE google_api_expr_v1alpha1_Constantgoogle_api_expr_v1alpha1_Expr_const_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_CreateList_add_elements (google_api_expr_v1alpha1_Expr_CreateList *msg, upb_Arena *arena)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateList_clear_elements (const google_api_expr_v1alpha1_Expr_CreateList *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr *constgoogle_api_expr_v1alpha1_Expr_CreateList_elements (const google_api_expr_v1alpha1_Expr_CreateList *msg, size_t *len)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateList_has_elements (const google_api_expr_v1alpha1_Expr_CreateList *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr ** google_api_expr_v1alpha1_Expr_CreateList_mutable_elements (google_api_expr_v1alpha1_Expr_CreateList *msg, size_t *len)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateListgoogle_api_expr_v1alpha1_Expr_CreateList_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateListgoogle_api_expr_v1alpha1_Expr_CreateList_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateListgoogle_api_expr_v1alpha1_Expr_CreateList_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr ** google_api_expr_v1alpha1_Expr_CreateList_resize_elements (google_api_expr_v1alpha1_Expr_CreateList *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateList_serialize (const google_api_expr_v1alpha1_Expr_CreateList *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateList_serialize_ex (const google_api_expr_v1alpha1_Expr_CreateList *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateStruct_Entrygoogle_api_expr_v1alpha1_Expr_CreateStruct_add_entries (google_api_expr_v1alpha1_Expr_CreateStruct *msg, upb_Arena *arena)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_clear_entries (const google_api_expr_v1alpha1_Expr_CreateStruct *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_clear_message_name (const google_api_expr_v1alpha1_Expr_CreateStruct *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry *constgoogle_api_expr_v1alpha1_Expr_CreateStruct_entries (const google_api_expr_v1alpha1_Expr_CreateStruct *msg, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_field_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_id (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_map_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_value (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_CreateStruct_Entry_field_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_field_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_map_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_value (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE int64_t google_api_expr_v1alpha1_Expr_CreateStruct_Entry_id (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_oneofcases google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_case (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_map_key (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_map_key (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_value (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entrygoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entrygoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entrygoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize_ex (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_field_key (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_id (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, int64_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_map_key (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_value (google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg, google_api_expr_v1alpha1_Expr *value)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_CreateStruct_Entry_value (const google_api_expr_v1alpha1_Expr_CreateStruct_Entry *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_has_entries (const google_api_expr_v1alpha1_Expr_CreateStruct *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_CreateStruct_message_name (const google_api_expr_v1alpha1_Expr_CreateStruct *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry ** google_api_expr_v1alpha1_Expr_CreateStruct_mutable_entries (google_api_expr_v1alpha1_Expr_CreateStruct *msg, size_t *len)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStructgoogle_api_expr_v1alpha1_Expr_CreateStruct_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStructgoogle_api_expr_v1alpha1_Expr_CreateStruct_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStructgoogle_api_expr_v1alpha1_Expr_CreateStruct_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry ** google_api_expr_v1alpha1_Expr_CreateStruct_resize_entries (google_api_expr_v1alpha1_Expr_CreateStruct *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateStruct_serialize (const google_api_expr_v1alpha1_Expr_CreateStruct *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_CreateStruct_serialize_ex (const google_api_expr_v1alpha1_Expr_CreateStruct *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_set_message_name (google_api_expr_v1alpha1_Expr_CreateStruct *msg, upb_StringView value)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_expr_kind_oneofcases google_api_expr_v1alpha1_Expr_expr_kind_case (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_call_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_comprehension_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_const_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_ident_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_list_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_select_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_struct_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE int64_t google_api_expr_v1alpha1_Expr_id (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Ident_clear_name (const google_api_expr_v1alpha1_Expr_Ident *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_Identgoogle_api_expr_v1alpha1_Expr_ident_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Ident_name (const google_api_expr_v1alpha1_Expr_Ident *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Identgoogle_api_expr_v1alpha1_Expr_Ident_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Identgoogle_api_expr_v1alpha1_Expr_Ident_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Identgoogle_api_expr_v1alpha1_Expr_Ident_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Ident_serialize (const google_api_expr_v1alpha1_Expr_Ident *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Ident_serialize_ex (const google_api_expr_v1alpha1_Expr_Ident *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Ident_set_name (google_api_expr_v1alpha1_Expr_Ident *msg, upb_StringView value)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_CreateListgoogle_api_expr_v1alpha1_Expr_list_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_Callgoogle_api_expr_v1alpha1_Expr_mutable_call_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_Comprehensiongoogle_api_expr_v1alpha1_Expr_mutable_comprehension_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Constantgoogle_api_expr_v1alpha1_Expr_mutable_const_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_Identgoogle_api_expr_v1alpha1_Expr_mutable_ident_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateListgoogle_api_expr_v1alpha1_Expr_mutable_list_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_Selectgoogle_api_expr_v1alpha1_Expr_mutable_select_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateStructgoogle_api_expr_v1alpha1_Expr_mutable_struct_expr (google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_field (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_operand (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_test_only (const google_api_expr_v1alpha1_Expr_Select *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_Selectgoogle_api_expr_v1alpha1_Expr_select_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Select_field (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Select_has_operand (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Select_mutable_operand (google_api_expr_v1alpha1_Expr_Select *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Selectgoogle_api_expr_v1alpha1_Expr_Select_new (upb_Arena *arena)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_Expr_Select_operand (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Selectgoogle_api_expr_v1alpha1_Expr_Select_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_Expr_Selectgoogle_api_expr_v1alpha1_Expr_Select_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Select_serialize (const google_api_expr_v1alpha1_Expr_Select *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_Select_serialize_ex (const google_api_expr_v1alpha1_Expr_Select *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_field (google_api_expr_v1alpha1_Expr_Select *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_operand (google_api_expr_v1alpha1_Expr_Select *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_test_only (google_api_expr_v1alpha1_Expr_Select *msg, bool value)
 
UPB_INLINE bool google_api_expr_v1alpha1_Expr_Select_test_only (const google_api_expr_v1alpha1_Expr_Select *msg)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_serialize (const google_api_expr_v1alpha1_Expr *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_Expr_serialize_ex (const google_api_expr_v1alpha1_Expr *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_call_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_Call *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_comprehension_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_Comprehension *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_const_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Constant *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_id (google_api_expr_v1alpha1_Expr *msg, int64_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_ident_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_Ident *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_list_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_CreateList *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_select_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_Select *value)
 
UPB_INLINE void google_api_expr_v1alpha1_Expr_set_struct_expr (google_api_expr_v1alpha1_Expr *msg, google_api_expr_v1alpha1_Expr_CreateStruct *value)
 
const UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStructgoogle_api_expr_v1alpha1_Expr_struct_expr (const google_api_expr_v1alpha1_Expr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_clear_expr (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_clear_source_info (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_ParsedExpr_expr (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_ParsedExpr_has_expr (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_ParsedExpr_has_source_info (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
UPB_INLINE struct google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_ParsedExpr_mutable_expr (google_api_expr_v1alpha1_ParsedExpr *msg, upb_Arena *arena)
 
UPB_INLINE struct google_api_expr_v1alpha1_SourceInfogoogle_api_expr_v1alpha1_ParsedExpr_mutable_source_info (google_api_expr_v1alpha1_ParsedExpr *msg, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_ParsedExprgoogle_api_expr_v1alpha1_ParsedExpr_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_ParsedExprgoogle_api_expr_v1alpha1_ParsedExpr_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_ParsedExprgoogle_api_expr_v1alpha1_ParsedExpr_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_ParsedExpr_serialize (const google_api_expr_v1alpha1_ParsedExpr *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_ParsedExpr_serialize_ex (const google_api_expr_v1alpha1_ParsedExpr *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_set_expr (google_api_expr_v1alpha1_ParsedExpr *msg, google_api_expr_v1alpha1_Expr *value)
 
UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_set_source_info (google_api_expr_v1alpha1_ParsedExpr *msg, google_api_expr_v1alpha1_SourceInfo *value)
 
const UPB_INLINE google_api_expr_v1alpha1_SourceInfogoogle_api_expr_v1alpha1_ParsedExpr_source_info (const google_api_expr_v1alpha1_ParsedExpr *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_add_line_offsets (google_api_expr_v1alpha1_SourceInfo *msg, int32_t val, upb_Arena *arena)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_line_offsets (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_location (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_macro_calls (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_positions (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_syntax_version (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_has_macro_calls (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_has_positions (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE int32_t constgoogle_api_expr_v1alpha1_SourceInfo_line_offsets (const google_api_expr_v1alpha1_SourceInfo *msg, size_t *len)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourceInfo_location (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_macro_calls_clear (google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_delete (google_api_expr_v1alpha1_SourceInfo *msg, int64_t key)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_get (const google_api_expr_v1alpha1_SourceInfo *msg, int64_t key, google_api_expr_v1alpha1_Expr **val)
 
const UPB_INLINE google_api_expr_v1alpha1_SourceInfo_MacroCallsEntrygoogle_api_expr_v1alpha1_SourceInfo_macro_calls_next (const google_api_expr_v1alpha1_SourceInfo *msg, size_t *iter)
 
UPB_INLINE google_api_expr_v1alpha1_SourceInfo_MacroCallsEntrygoogle_api_expr_v1alpha1_SourceInfo_macro_calls_nextmutable (google_api_expr_v1alpha1_SourceInfo *msg, size_t *iter)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_set (google_api_expr_v1alpha1_SourceInfo *msg, int64_t key, google_api_expr_v1alpha1_Expr *val, upb_Arena *a)
 
UPB_INLINE size_t google_api_expr_v1alpha1_SourceInfo_macro_calls_size (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_has_value (const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry *msg)
 
UPB_INLINE int64_t google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_key (const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_set_value (google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry *msg, google_api_expr_v1alpha1_Expr *value)
 
const UPB_INLINE google_api_expr_v1alpha1_Exprgoogle_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_value (const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry *msg)
 
UPB_INLINE int32_tgoogle_api_expr_v1alpha1_SourceInfo_mutable_line_offsets (google_api_expr_v1alpha1_SourceInfo *msg, size_t *len)
 
UPB_INLINE google_api_expr_v1alpha1_SourceInfogoogle_api_expr_v1alpha1_SourceInfo_new (upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_SourceInfogoogle_api_expr_v1alpha1_SourceInfo_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_SourceInfogoogle_api_expr_v1alpha1_SourceInfo_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_positions_clear (google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_delete (google_api_expr_v1alpha1_SourceInfo *msg, int64_t key)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_get (const google_api_expr_v1alpha1_SourceInfo *msg, int64_t key, int32_t *val)
 
const UPB_INLINE google_api_expr_v1alpha1_SourceInfo_PositionsEntrygoogle_api_expr_v1alpha1_SourceInfo_positions_next (const google_api_expr_v1alpha1_SourceInfo *msg, size_t *iter)
 
UPB_INLINE google_api_expr_v1alpha1_SourceInfo_PositionsEntrygoogle_api_expr_v1alpha1_SourceInfo_positions_nextmutable (google_api_expr_v1alpha1_SourceInfo *msg, size_t *iter)
 
UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_set (google_api_expr_v1alpha1_SourceInfo *msg, int64_t key, int32_t val, upb_Arena *a)
 
UPB_INLINE size_t google_api_expr_v1alpha1_SourceInfo_positions_size (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE int64_t google_api_expr_v1alpha1_SourceInfo_PositionsEntry_key (const google_api_expr_v1alpha1_SourceInfo_PositionsEntry *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_PositionsEntry_set_value (google_api_expr_v1alpha1_SourceInfo_PositionsEntry *msg, int32_t value)
 
UPB_INLINE int32_t google_api_expr_v1alpha1_SourceInfo_PositionsEntry_value (const google_api_expr_v1alpha1_SourceInfo_PositionsEntry *msg)
 
UPB_INLINE int32_tgoogle_api_expr_v1alpha1_SourceInfo_resize_line_offsets (google_api_expr_v1alpha1_SourceInfo *msg, size_t len, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_SourceInfo_serialize (const google_api_expr_v1alpha1_SourceInfo *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_SourceInfo_serialize_ex (const google_api_expr_v1alpha1_SourceInfo *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_set_location (google_api_expr_v1alpha1_SourceInfo *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_set_syntax_version (google_api_expr_v1alpha1_SourceInfo *msg, upb_StringView value)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourceInfo_syntax_version (const google_api_expr_v1alpha1_SourceInfo *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_column (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_line (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_location (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_offset (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_column (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_line (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourcePosition_location (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE google_api_expr_v1alpha1_SourcePositiongoogle_api_expr_v1alpha1_SourcePosition_new (upb_Arena *arena)
 
UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_offset (const google_api_expr_v1alpha1_SourcePosition *msg)
 
UPB_INLINE google_api_expr_v1alpha1_SourcePositiongoogle_api_expr_v1alpha1_SourcePosition_parse (const char *buf, size_t size, upb_Arena *arena)
 
UPB_INLINE google_api_expr_v1alpha1_SourcePositiongoogle_api_expr_v1alpha1_SourcePosition_parse_ex (const char *buf, size_t size, const upb_ExtensionRegistry *extreg, int options, upb_Arena *arena)
 
UPB_INLINE char * google_api_expr_v1alpha1_SourcePosition_serialize (const google_api_expr_v1alpha1_SourcePosition *msg, upb_Arena *arena, size_t *len)
 
UPB_INLINE char * google_api_expr_v1alpha1_SourcePosition_serialize_ex (const google_api_expr_v1alpha1_SourcePosition *msg, int options, upb_Arena *arena, size_t *len)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_column (google_api_expr_v1alpha1_SourcePosition *msg, int32_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_line (google_api_expr_v1alpha1_SourcePosition *msg, int32_t value)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_location (google_api_expr_v1alpha1_SourcePosition *msg, upb_StringView value)
 
UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_offset (google_api_expr_v1alpha1_SourcePosition *msg, int32_t value)
 

Variables

const upb_MiniTable google_api_expr_v1alpha1_Constant_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_Call_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_Comprehension_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateList_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateStruct_Entry_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateStruct_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_Ident_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_Expr_Select_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_ParsedExpr_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_PositionsEntry_msginit
 
const upb_MiniTable google_api_expr_v1alpha1_SourcePosition_msginit
 
const upb_MiniTable_File google_api_expr_v1alpha1_syntax_proto_upb_file_layout
 
const upb_MiniTable google_protobuf_Duration_msginit
 
const upb_MiniTable google_protobuf_Timestamp_msginit
 

Typedef Documentation

◆ google_api_expr_v1alpha1_Constant

Definition at line 46 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr

Definition at line 38 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call

Definition at line 41 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension

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

◆ google_api_expr_v1alpha1_Expr_CreateList

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

◆ google_api_expr_v1alpha1_Expr_CreateStruct

Definition at line 43 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry

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

◆ google_api_expr_v1alpha1_Expr_Ident

Definition at line 39 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select

Definition at line 40 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr

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

◆ google_api_expr_v1alpha1_SourceInfo

Definition at line 47 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry

Definition at line 49 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_PositionsEntry

Definition at line 48 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition

Definition at line 50 of file syntax.upb.h.

Enumeration Type Documentation

◆ google_api_expr_v1alpha1_Constant_constant_kind_oneofcases

Enumerator
google_api_expr_v1alpha1_Constant_constant_kind_null_value 
google_api_expr_v1alpha1_Constant_constant_kind_bool_value 
google_api_expr_v1alpha1_Constant_constant_kind_int64_value 
google_api_expr_v1alpha1_Constant_constant_kind_uint64_value 
google_api_expr_v1alpha1_Constant_constant_kind_double_value 
google_api_expr_v1alpha1_Constant_constant_kind_string_value 
google_api_expr_v1alpha1_Constant_constant_kind_bytes_value 
google_api_expr_v1alpha1_Constant_constant_kind_duration_value 
google_api_expr_v1alpha1_Constant_constant_kind_timestamp_value 
google_api_expr_v1alpha1_Constant_constant_kind_NOT_SET 

Definition at line 965 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_oneofcases

Enumerator
google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_field_key 
google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_map_key 
google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_NOT_SET 

Definition at line 699 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_expr_kind_oneofcases

Enumerator
google_api_expr_v1alpha1_Expr_expr_kind_const_expr 
google_api_expr_v1alpha1_Expr_expr_kind_ident_expr 
google_api_expr_v1alpha1_Expr_expr_kind_select_expr 
google_api_expr_v1alpha1_Expr_expr_kind_call_expr 
google_api_expr_v1alpha1_Expr_expr_kind_list_expr 
google_api_expr_v1alpha1_Expr_expr_kind_struct_expr 
google_api_expr_v1alpha1_Expr_expr_kind_comprehension_expr 
google_api_expr_v1alpha1_Expr_expr_kind_NOT_SET 

Definition at line 180 of file syntax.upb.h.

Function Documentation

◆ google_api_expr_v1alpha1_Constant_bool_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_bool_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 995 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_bytes_value()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Constant_bytes_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1040 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_bool_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_bool_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 992 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_bytes_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_bytes_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1037 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_double_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_double_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1019 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_duration_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_duration_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1046 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_int64_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_int64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1001 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_null_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_null_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 983 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_string_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_string_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1028 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_timestamp_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_timestamp_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1055 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_clear_uint64_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_clear_uint64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1010 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_constant_kind_case()

Definition at line 977 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_double_value()

UPB_INLINE double google_api_expr_v1alpha1_Constant_double_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1022 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_duration_value()

UPB_INLINE const struct google_protobuf_Duration* google_api_expr_v1alpha1_Constant_duration_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1049 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_bool_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_bool_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 989 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_bytes_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_bytes_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1034 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_double_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_double_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1016 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_duration_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_duration_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1043 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_int64_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_int64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 998 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_null_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_null_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 980 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_string_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_string_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1025 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_timestamp_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_timestamp_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1052 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_has_uint64_value()

UPB_INLINE bool google_api_expr_v1alpha1_Constant_has_uint64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1007 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_int64_value()

UPB_INLINE int64_t google_api_expr_v1alpha1_Constant_int64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1004 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_mutable_duration_value()

UPB_INLINE struct google_protobuf_Duration* google_api_expr_v1alpha1_Constant_mutable_duration_value ( google_api_expr_v1alpha1_Constant msg,
upb_Arena arena 
)

Definition at line 1086 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_mutable_timestamp_value()

UPB_INLINE struct google_protobuf_Timestamp* google_api_expr_v1alpha1_Constant_mutable_timestamp_value ( google_api_expr_v1alpha1_Constant msg,
upb_Arena arena 
)

Definition at line 1098 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_new()

UPB_INLINE google_api_expr_v1alpha1_Constant* google_api_expr_v1alpha1_Constant_new ( upb_Arena arena)

Definition at line 936 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_null_value()

UPB_INLINE int32_t google_api_expr_v1alpha1_Constant_null_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 986 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_parse()

UPB_INLINE google_api_expr_v1alpha1_Constant* google_api_expr_v1alpha1_Constant_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 939 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_parse_ex()

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

Definition at line 947 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Constant_serialize ( const google_api_expr_v1alpha1_Constant msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 958 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Constant_serialize_ex ( const google_api_expr_v1alpha1_Constant msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 961 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_bool_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_bool_value ( google_api_expr_v1alpha1_Constant msg,
bool  value 
)

Definition at line 1065 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_bytes_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_bytes_value ( google_api_expr_v1alpha1_Constant msg,
upb_StringView  value 
)

Definition at line 1080 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_double_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_double_value ( google_api_expr_v1alpha1_Constant msg,
double  value 
)

Definition at line 1074 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_duration_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_duration_value ( google_api_expr_v1alpha1_Constant msg,
struct google_protobuf_Duration value 
)

Definition at line 1083 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_int64_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_int64_value ( google_api_expr_v1alpha1_Constant msg,
int64_t  value 
)

Definition at line 1068 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_null_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_null_value ( google_api_expr_v1alpha1_Constant msg,
int32_t  value 
)

Definition at line 1062 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_string_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_string_value ( google_api_expr_v1alpha1_Constant msg,
upb_StringView  value 
)

Definition at line 1077 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_timestamp_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_timestamp_value ( google_api_expr_v1alpha1_Constant msg,
struct google_protobuf_Timestamp value 
)

Definition at line 1095 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_set_uint64_value()

UPB_INLINE void google_api_expr_v1alpha1_Constant_set_uint64_value ( google_api_expr_v1alpha1_Constant msg,
uint64_t  value 
)

Definition at line 1071 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_string_value()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Constant_string_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1031 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_timestamp_value()

UPB_INLINE const struct google_protobuf_Timestamp* google_api_expr_v1alpha1_Constant_timestamp_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1058 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Constant_uint64_value()

UPB_INLINE uint64_t google_api_expr_v1alpha1_Constant_uint64_value ( const google_api_expr_v1alpha1_Constant msg)

Definition at line 1013 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_add_args()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Call_add_args ( google_api_expr_v1alpha1_Expr_Call msg,
upb_Arena arena 
)

Definition at line 544 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_args()

const UPB_INLINE google_api_expr_v1alpha1_Expr* const* google_api_expr_v1alpha1_Expr_Call_args ( const google_api_expr_v1alpha1_Expr_Call msg,
size_t *  len 
)

Definition at line 518 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_clear_args()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_args ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 515 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_clear_function()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_function ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 506 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_clear_target()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_clear_target ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 500 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_call_expr()

const UPB_INLINE google_api_expr_v1alpha1_Expr_Call* google_api_expr_v1alpha1_Expr_call_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 232 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_function()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Call_function ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 509 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_has_args()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Call_has_args ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 512 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_has_target()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Call_has_target ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 497 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_mutable_args()

UPB_INLINE google_api_expr_v1alpha1_Expr** google_api_expr_v1alpha1_Expr_Call_mutable_args ( google_api_expr_v1alpha1_Expr_Call msg,
size_t *  len 
)

Definition at line 538 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_mutable_target()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Call_mutable_target ( google_api_expr_v1alpha1_Expr_Call msg,
upb_Arena arena 
)

Definition at line 526 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_Call* google_api_expr_v1alpha1_Expr_Call_new ( upb_Arena arena)

Definition at line 468 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_Call* google_api_expr_v1alpha1_Expr_Call_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 471 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_parse_ex()

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

Definition at line 479 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_resize_args()

UPB_INLINE google_api_expr_v1alpha1_Expr** google_api_expr_v1alpha1_Expr_Call_resize_args ( google_api_expr_v1alpha1_Expr_Call msg,
size_t  len,
upb_Arena arena 
)

Definition at line 541 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Call_serialize ( const google_api_expr_v1alpha1_Expr_Call msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 490 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Call_serialize_ex ( const google_api_expr_v1alpha1_Expr_Call msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 493 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_set_function()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_set_function ( google_api_expr_v1alpha1_Expr_Call msg,
upb_StringView  value 
)

Definition at line 535 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_set_target()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Call_set_target ( google_api_expr_v1alpha1_Expr_Call msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 522 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Call_target()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Call_target ( const google_api_expr_v1alpha1_Expr_Call msg)

Definition at line 503 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_call_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_call_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 229 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_comprehension_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_comprehension_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 256 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_const_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_const_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 202 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_id()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_id ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 193 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_ident_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_ident_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 211 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_list_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_list_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 238 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_select_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_select_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 220 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_clear_struct_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_clear_struct_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 247 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_accu_init()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_accu_init ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 831 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_accu_var()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Comprehension_accu_var ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 822 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_init()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_init ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 828 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_var()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_accu_var ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 819 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_range()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_range ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 813 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_var()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_iter_var ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 804 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_condition()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_condition ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 837 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_step()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_loop_step ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 846 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_clear_result()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_clear_result ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 855 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_comprehension_expr()

const UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehension* google_api_expr_v1alpha1_Expr_comprehension_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 259 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_has_accu_init()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_accu_init ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 825 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_has_iter_range()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_iter_range ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 810 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_has_loop_condition()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_loop_condition ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 834 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_has_loop_step()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_loop_step ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 843 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_has_result()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Comprehension_has_result ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 852 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_iter_range()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_iter_range ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 816 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_iter_var()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Comprehension_iter_var ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 807 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_loop_condition()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_loop_condition ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 840 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_loop_step()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_loop_step ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 849 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_mutable_accu_init()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_mutable_accu_init ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena 
)

Definition at line 885 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_mutable_iter_range()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_mutable_iter_range ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena 
)

Definition at line 869 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_condition()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_condition ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena 
)

Definition at line 898 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_step()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_mutable_loop_step ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena 
)

Definition at line 911 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_mutable_result()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_mutable_result ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena 
)

Definition at line 924 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehension* google_api_expr_v1alpha1_Expr_Comprehension_new ( upb_Arena arena)

Definition at line 775 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_Comprehension* google_api_expr_v1alpha1_Expr_Comprehension_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 778 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_parse_ex()

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

Definition at line 786 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_result()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Comprehension_result ( const google_api_expr_v1alpha1_Expr_Comprehension msg)

Definition at line 858 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Comprehension_serialize ( const google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 797 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Comprehension_serialize_ex ( const google_api_expr_v1alpha1_Expr_Comprehension msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 800 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_accu_init()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_accu_init ( google_api_expr_v1alpha1_Expr_Comprehension msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 881 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_accu_var()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_accu_var ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_StringView  value 
)

Definition at line 878 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_iter_range()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_iter_range ( google_api_expr_v1alpha1_Expr_Comprehension msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 865 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_iter_var()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_iter_var ( google_api_expr_v1alpha1_Expr_Comprehension msg,
upb_StringView  value 
)

Definition at line 862 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_loop_condition()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_loop_condition ( google_api_expr_v1alpha1_Expr_Comprehension msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 894 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_loop_step()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_loop_step ( google_api_expr_v1alpha1_Expr_Comprehension msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 907 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Comprehension_set_result()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Comprehension_set_result ( google_api_expr_v1alpha1_Expr_Comprehension msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 920 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_const_expr()

const UPB_INLINE google_api_expr_v1alpha1_Constant* google_api_expr_v1alpha1_Expr_const_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 205 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_add_elements()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_CreateList_add_elements ( google_api_expr_v1alpha1_Expr_CreateList msg,
upb_Arena arena 
)

Definition at line 598 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_clear_elements()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateList_clear_elements ( const google_api_expr_v1alpha1_Expr_CreateList msg)

Definition at line 585 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_elements()

const UPB_INLINE google_api_expr_v1alpha1_Expr* const* google_api_expr_v1alpha1_Expr_CreateList_elements ( const google_api_expr_v1alpha1_Expr_CreateList msg,
size_t *  len 
)

Definition at line 588 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_has_elements()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateList_has_elements ( const google_api_expr_v1alpha1_Expr_CreateList msg)

Definition at line 582 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_mutable_elements()

UPB_INLINE google_api_expr_v1alpha1_Expr** google_api_expr_v1alpha1_Expr_CreateList_mutable_elements ( google_api_expr_v1alpha1_Expr_CreateList msg,
size_t *  len 
)

Definition at line 592 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateList* google_api_expr_v1alpha1_Expr_CreateList_new ( upb_Arena arena)

Definition at line 553 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateList* google_api_expr_v1alpha1_Expr_CreateList_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 556 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_parse_ex()

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

Definition at line 564 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_resize_elements()

UPB_INLINE google_api_expr_v1alpha1_Expr** google_api_expr_v1alpha1_Expr_CreateList_resize_elements ( google_api_expr_v1alpha1_Expr_CreateList msg,
size_t  len,
upb_Arena arena 
)

Definition at line 595 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateList_serialize ( const google_api_expr_v1alpha1_Expr_CreateList msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 575 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateList_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateList_serialize_ex ( const google_api_expr_v1alpha1_Expr_CreateList msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 578 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_add_entries()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateStruct_Entry* google_api_expr_v1alpha1_Expr_CreateStruct_add_entries ( google_api_expr_v1alpha1_Expr_CreateStruct msg,
upb_Arena arena 
)

Definition at line 661 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_clear_entries()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_clear_entries ( const google_api_expr_v1alpha1_Expr_CreateStruct msg)

Definition at line 645 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_clear_message_name()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_clear_message_name ( const google_api_expr_v1alpha1_Expr_CreateStruct msg)

Definition at line 636 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_entries()

const UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry* const* google_api_expr_v1alpha1_Expr_CreateStruct_entries ( const google_api_expr_v1alpha1_Expr_CreateStruct msg,
size_t *  len 
)

Definition at line 648 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_field_key()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_field_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 716 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_id()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_id ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 707 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_map_key()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_map_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 725 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_value()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_clear_value ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 734 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_field_key()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_CreateStruct_Entry_field_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 719 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_field_key()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_field_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 713 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_map_key()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_map_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 722 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_value()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_Entry_has_value ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 731 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_id()

UPB_INLINE int64_t google_api_expr_v1alpha1_Expr_CreateStruct_Entry_id ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 710 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_key_kind_case()

Definition at line 704 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_map_key()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_map_key ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 728 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_map_key()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_map_key ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
upb_Arena arena 
)

Definition at line 750 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_value()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_mutable_value ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
upb_Arena arena 
)

Definition at line 763 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_new ( upb_Arena arena)

Definition at line 670 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 673 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_parse_ex()

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

Definition at line 681 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 692 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_serialize_ex ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 695 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_field_key()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_field_key ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
upb_StringView  value 
)

Definition at line 744 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_id()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_id ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
int64_t  value 
)

Definition at line 741 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_map_key()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_map_key ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 747 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_value()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_Entry_set_value ( google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 759 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_value()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_CreateStruct_Entry_value ( const google_api_expr_v1alpha1_Expr_CreateStruct_Entry msg)

Definition at line 737 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_has_entries()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_CreateStruct_has_entries ( const google_api_expr_v1alpha1_Expr_CreateStruct msg)

Definition at line 642 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_message_name()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_CreateStruct_message_name ( const google_api_expr_v1alpha1_Expr_CreateStruct msg)

Definition at line 639 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_mutable_entries()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry** google_api_expr_v1alpha1_Expr_CreateStruct_mutable_entries ( google_api_expr_v1alpha1_Expr_CreateStruct msg,
size_t *  len 
)

Definition at line 655 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct* google_api_expr_v1alpha1_Expr_CreateStruct_new ( upb_Arena arena)

Definition at line 607 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct* google_api_expr_v1alpha1_Expr_CreateStruct_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 610 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_parse_ex()

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

Definition at line 618 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_resize_entries()

UPB_INLINE google_api_expr_v1alpha1_Expr_CreateStruct_Entry** google_api_expr_v1alpha1_Expr_CreateStruct_resize_entries ( google_api_expr_v1alpha1_Expr_CreateStruct msg,
size_t  len,
upb_Arena arena 
)

Definition at line 658 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateStruct_serialize ( const google_api_expr_v1alpha1_Expr_CreateStruct msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 629 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_CreateStruct_serialize_ex ( const google_api_expr_v1alpha1_Expr_CreateStruct msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 632 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_set_message_name()

UPB_INLINE void google_api_expr_v1alpha1_Expr_CreateStruct_set_message_name ( google_api_expr_v1alpha1_Expr_CreateStruct msg,
upb_StringView  value 
)

Definition at line 652 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_expr_kind_case()

Definition at line 190 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_call_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_call_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 226 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_comprehension_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_comprehension_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 253 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_const_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_const_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 199 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_ident_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_ident_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 208 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_list_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_list_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 235 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_select_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_select_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 217 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_has_struct_expr()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_has_struct_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 244 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_id()

UPB_INLINE int64_t google_api_expr_v1alpha1_Expr_id ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 196 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_clear_name()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Ident_clear_name ( const google_api_expr_v1alpha1_Expr_Ident msg)

Definition at line 382 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_ident_expr()

const UPB_INLINE google_api_expr_v1alpha1_Expr_Ident* google_api_expr_v1alpha1_Expr_ident_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 214 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_name()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Ident_name ( const google_api_expr_v1alpha1_Expr_Ident msg)

Definition at line 385 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_Ident* google_api_expr_v1alpha1_Expr_Ident_new ( upb_Arena arena)

Definition at line 353 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_Ident* google_api_expr_v1alpha1_Expr_Ident_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 356 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_parse_ex()

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

Definition at line 364 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Ident_serialize ( const google_api_expr_v1alpha1_Expr_Ident msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 375 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Ident_serialize_ex ( const google_api_expr_v1alpha1_Expr_Ident msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 378 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Ident_set_name()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Ident_set_name ( google_api_expr_v1alpha1_Expr_Ident msg,
upb_StringView  value 
)

Definition at line 389 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_list_expr()

Definition at line 241 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_call_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_Call* google_api_expr_v1alpha1_Expr_mutable_call_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 305 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_comprehension_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_Comprehension* google_api_expr_v1alpha1_Expr_mutable_comprehension_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 341 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_const_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Constant* google_api_expr_v1alpha1_Expr_mutable_const_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 269 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_ident_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_Ident* google_api_expr_v1alpha1_Expr_mutable_ident_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 281 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_list_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateList* google_api_expr_v1alpha1_Expr_mutable_list_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 317 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_select_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_Select* google_api_expr_v1alpha1_Expr_mutable_select_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 293 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_mutable_struct_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr_CreateStruct* google_api_expr_v1alpha1_Expr_mutable_struct_expr ( google_api_expr_v1alpha1_Expr msg,
upb_Arena arena 
)

Definition at line 329 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_new()

UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_new ( upb_Arena arena)

Definition at line 151 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 154 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_parse_ex()

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

Definition at line 162 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_clear_field()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_field ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 433 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_clear_operand()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_operand ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 427 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_clear_test_only()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_clear_test_only ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 439 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_select_expr()

const UPB_INLINE google_api_expr_v1alpha1_Expr_Select* google_api_expr_v1alpha1_Expr_select_expr ( const google_api_expr_v1alpha1_Expr msg)

Definition at line 223 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_field()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_Expr_Select_field ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 436 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_has_operand()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Select_has_operand ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 424 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_mutable_operand()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Select_mutable_operand ( google_api_expr_v1alpha1_Expr_Select msg,
upb_Arena arena 
)

Definition at line 450 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_new()

UPB_INLINE google_api_expr_v1alpha1_Expr_Select* google_api_expr_v1alpha1_Expr_Select_new ( upb_Arena arena)

Definition at line 395 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_operand()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_Expr_Select_operand ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 430 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_parse()

UPB_INLINE google_api_expr_v1alpha1_Expr_Select* google_api_expr_v1alpha1_Expr_Select_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 398 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_parse_ex()

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

Definition at line 406 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Select_serialize ( const google_api_expr_v1alpha1_Expr_Select msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 417 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_Select_serialize_ex ( const google_api_expr_v1alpha1_Expr_Select msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 420 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_set_field()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_field ( google_api_expr_v1alpha1_Expr_Select msg,
upb_StringView  value 
)

Definition at line 459 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_set_operand()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_operand ( google_api_expr_v1alpha1_Expr_Select msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 446 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_set_test_only()

UPB_INLINE void google_api_expr_v1alpha1_Expr_Select_set_test_only ( google_api_expr_v1alpha1_Expr_Select msg,
bool  value 
)

Definition at line 462 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_Select_test_only()

UPB_INLINE bool google_api_expr_v1alpha1_Expr_Select_test_only ( const google_api_expr_v1alpha1_Expr_Select msg)

Definition at line 442 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_serialize ( const google_api_expr_v1alpha1_Expr msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 173 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_Expr_serialize_ex ( const google_api_expr_v1alpha1_Expr msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 176 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_call_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_call_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_Call value 
)

Definition at line 302 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_comprehension_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_comprehension_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_Comprehension value 
)

Definition at line 338 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_const_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_const_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Constant value 
)

Definition at line 266 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_id()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_id ( google_api_expr_v1alpha1_Expr msg,
int64_t  value 
)

Definition at line 263 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_ident_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_ident_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_Ident value 
)

Definition at line 278 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_list_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_list_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_CreateList value 
)

Definition at line 314 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_select_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_select_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_Select value 
)

Definition at line 290 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_set_struct_expr()

UPB_INLINE void google_api_expr_v1alpha1_Expr_set_struct_expr ( google_api_expr_v1alpha1_Expr msg,
google_api_expr_v1alpha1_Expr_CreateStruct value 
)

Definition at line 326 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_Expr_struct_expr()

Definition at line 250 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_clear_expr()

UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_clear_expr ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 106 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_clear_source_info()

UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_clear_source_info ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 115 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_expr()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_expr ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 109 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_has_expr()

UPB_INLINE bool google_api_expr_v1alpha1_ParsedExpr_has_expr ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 103 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_has_source_info()

UPB_INLINE bool google_api_expr_v1alpha1_ParsedExpr_has_source_info ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 112 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_mutable_expr()

UPB_INLINE struct google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_ParsedExpr_mutable_expr ( google_api_expr_v1alpha1_ParsedExpr msg,
upb_Arena arena 
)

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

◆ google_api_expr_v1alpha1_ParsedExpr_mutable_source_info()

UPB_INLINE struct google_api_expr_v1alpha1_SourceInfo* google_api_expr_v1alpha1_ParsedExpr_mutable_source_info ( google_api_expr_v1alpha1_ParsedExpr msg,
upb_Arena arena 
)

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

◆ google_api_expr_v1alpha1_ParsedExpr_new()

UPB_INLINE google_api_expr_v1alpha1_ParsedExpr* google_api_expr_v1alpha1_ParsedExpr_new ( upb_Arena arena)

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

◆ google_api_expr_v1alpha1_ParsedExpr_parse()

UPB_INLINE google_api_expr_v1alpha1_ParsedExpr* google_api_expr_v1alpha1_ParsedExpr_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

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

◆ google_api_expr_v1alpha1_ParsedExpr_parse_ex()

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

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

◆ google_api_expr_v1alpha1_ParsedExpr_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_ParsedExpr_serialize ( const google_api_expr_v1alpha1_ParsedExpr msg,
upb_Arena arena,
size_t *  len 
)

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

◆ google_api_expr_v1alpha1_ParsedExpr_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_ParsedExpr_serialize_ex ( const google_api_expr_v1alpha1_ParsedExpr msg,
int  options,
upb_Arena arena,
size_t *  len 
)

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

◆ google_api_expr_v1alpha1_ParsedExpr_set_expr()

UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_set_expr ( google_api_expr_v1alpha1_ParsedExpr msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 122 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_set_source_info()

UPB_INLINE void google_api_expr_v1alpha1_ParsedExpr_set_source_info ( google_api_expr_v1alpha1_ParsedExpr msg,
google_api_expr_v1alpha1_SourceInfo value 
)

Definition at line 135 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_ParsedExpr_source_info()

const UPB_INLINE google_api_expr_v1alpha1_SourceInfo* google_api_expr_v1alpha1_ParsedExpr_source_info ( const google_api_expr_v1alpha1_ParsedExpr msg)

Definition at line 118 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_add_line_offsets()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_add_line_offsets ( google_api_expr_v1alpha1_SourceInfo msg,
int32_t  val,
upb_Arena arena 
)

Definition at line 1200 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_clear_line_offsets()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_line_offsets ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1151 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_clear_location()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_location ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1145 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_clear_macro_calls()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_macro_calls ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1175 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_clear_positions()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_positions ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1160 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_clear_syntax_version()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_clear_syntax_version ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1139 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_has_macro_calls()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_has_macro_calls ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1172 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_has_positions()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_has_positions ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1157 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_line_offsets()

UPB_INLINE int32_t const* google_api_expr_v1alpha1_SourceInfo_line_offsets ( const google_api_expr_v1alpha1_SourceInfo msg,
size_t *  len 
)

Definition at line 1154 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_location()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourceInfo_location ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1148 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_clear()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_macro_calls_clear ( google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1213 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_delete()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_delete ( google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key 
)

Definition at line 1217 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_get()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_get ( const google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key,
google_api_expr_v1alpha1_Expr **  val 
)

Definition at line 1181 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_next()

const UPB_INLINE google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry* google_api_expr_v1alpha1_SourceInfo_macro_calls_next ( const google_api_expr_v1alpha1_SourceInfo msg,
size_t *  iter 
)

Definition at line 1184 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_nextmutable()

UPB_INLINE google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry* google_api_expr_v1alpha1_SourceInfo_macro_calls_nextmutable ( google_api_expr_v1alpha1_SourceInfo msg,
size_t *  iter 
)

Definition at line 1220 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_set()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_macro_calls_set ( google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key,
google_api_expr_v1alpha1_Expr val,
upb_Arena a 
)

Definition at line 1214 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_macro_calls_size()

UPB_INLINE size_t google_api_expr_v1alpha1_SourceInfo_macro_calls_size ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1178 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_has_value()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_has_value ( const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry msg)

Definition at line 1248 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_key()

UPB_INLINE int64_t google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_key ( const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry msg)

Definition at line 1243 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_set_value()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_set_value ( google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry msg,
google_api_expr_v1alpha1_Expr value 
)

Definition at line 1257 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_value()

const UPB_INLINE google_api_expr_v1alpha1_Expr* google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_value ( const google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry msg)

Definition at line 1251 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_mutable_line_offsets()

UPB_INLINE int32_t* google_api_expr_v1alpha1_SourceInfo_mutable_line_offsets ( google_api_expr_v1alpha1_SourceInfo msg,
size_t *  len 
)

Definition at line 1194 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_new()

UPB_INLINE google_api_expr_v1alpha1_SourceInfo* google_api_expr_v1alpha1_SourceInfo_new ( upb_Arena arena)

Definition at line 1110 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_parse()

UPB_INLINE google_api_expr_v1alpha1_SourceInfo* google_api_expr_v1alpha1_SourceInfo_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 1113 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_parse_ex()

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

Definition at line 1121 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_clear()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_positions_clear ( google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1203 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_delete()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_delete ( google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key 
)

Definition at line 1207 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_get()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_get ( const google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key,
int32_t val 
)

Definition at line 1166 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_next()

const UPB_INLINE google_api_expr_v1alpha1_SourceInfo_PositionsEntry* google_api_expr_v1alpha1_SourceInfo_positions_next ( const google_api_expr_v1alpha1_SourceInfo msg,
size_t *  iter 
)

Definition at line 1169 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_nextmutable()

UPB_INLINE google_api_expr_v1alpha1_SourceInfo_PositionsEntry* google_api_expr_v1alpha1_SourceInfo_positions_nextmutable ( google_api_expr_v1alpha1_SourceInfo msg,
size_t *  iter 
)

Definition at line 1210 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_set()

UPB_INLINE bool google_api_expr_v1alpha1_SourceInfo_positions_set ( google_api_expr_v1alpha1_SourceInfo msg,
int64_t  key,
int32_t  val,
upb_Arena a 
)

Definition at line 1204 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_positions_size()

UPB_INLINE size_t google_api_expr_v1alpha1_SourceInfo_positions_size ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1163 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_PositionsEntry_key()

UPB_INLINE int64_t google_api_expr_v1alpha1_SourceInfo_PositionsEntry_key ( const google_api_expr_v1alpha1_SourceInfo_PositionsEntry msg)

Definition at line 1226 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_PositionsEntry_set_value()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_PositionsEntry_set_value ( google_api_expr_v1alpha1_SourceInfo_PositionsEntry msg,
int32_t  value 
)

Definition at line 1237 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_PositionsEntry_value()

UPB_INLINE int32_t google_api_expr_v1alpha1_SourceInfo_PositionsEntry_value ( const google_api_expr_v1alpha1_SourceInfo_PositionsEntry msg)

Definition at line 1231 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_resize_line_offsets()

UPB_INLINE int32_t* google_api_expr_v1alpha1_SourceInfo_resize_line_offsets ( google_api_expr_v1alpha1_SourceInfo msg,
size_t  len,
upb_Arena arena 
)

Definition at line 1197 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_SourceInfo_serialize ( const google_api_expr_v1alpha1_SourceInfo msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 1132 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_SourceInfo_serialize_ex ( const google_api_expr_v1alpha1_SourceInfo msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 1135 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_set_location()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_set_location ( google_api_expr_v1alpha1_SourceInfo msg,
upb_StringView  value 
)

Definition at line 1191 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_set_syntax_version()

UPB_INLINE void google_api_expr_v1alpha1_SourceInfo_set_syntax_version ( google_api_expr_v1alpha1_SourceInfo msg,
upb_StringView  value 
)

Definition at line 1188 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourceInfo_syntax_version()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourceInfo_syntax_version ( const google_api_expr_v1alpha1_SourceInfo msg)

Definition at line 1142 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_clear_column()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_column ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1310 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_clear_line()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_line ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1304 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_clear_location()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_location ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1292 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_clear_offset()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_clear_offset ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1298 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_column()

UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_column ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1313 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_line()

UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_line ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1307 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_location()

UPB_INLINE upb_StringView google_api_expr_v1alpha1_SourcePosition_location ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1295 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_new()

UPB_INLINE google_api_expr_v1alpha1_SourcePosition* google_api_expr_v1alpha1_SourcePosition_new ( upb_Arena arena)

Definition at line 1263 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_offset()

UPB_INLINE int32_t google_api_expr_v1alpha1_SourcePosition_offset ( const google_api_expr_v1alpha1_SourcePosition msg)

Definition at line 1301 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_parse()

UPB_INLINE google_api_expr_v1alpha1_SourcePosition* google_api_expr_v1alpha1_SourcePosition_parse ( const char *  buf,
size_t  size,
upb_Arena arena 
)

Definition at line 1266 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_parse_ex()

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

Definition at line 1274 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_serialize()

UPB_INLINE char* google_api_expr_v1alpha1_SourcePosition_serialize ( const google_api_expr_v1alpha1_SourcePosition msg,
upb_Arena arena,
size_t *  len 
)

Definition at line 1285 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_serialize_ex()

UPB_INLINE char* google_api_expr_v1alpha1_SourcePosition_serialize_ex ( const google_api_expr_v1alpha1_SourcePosition msg,
int  options,
upb_Arena arena,
size_t *  len 
)

Definition at line 1288 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_set_column()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_column ( google_api_expr_v1alpha1_SourcePosition msg,
int32_t  value 
)

Definition at line 1326 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_set_line()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_line ( google_api_expr_v1alpha1_SourcePosition msg,
int32_t  value 
)

Definition at line 1323 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_set_location()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_location ( google_api_expr_v1alpha1_SourcePosition msg,
upb_StringView  value 
)

Definition at line 1317 of file syntax.upb.h.

◆ google_api_expr_v1alpha1_SourcePosition_set_offset()

UPB_INLINE void google_api_expr_v1alpha1_SourcePosition_set_offset ( google_api_expr_v1alpha1_SourcePosition msg,
int32_t  value 
)

Definition at line 1320 of file syntax.upb.h.

Variable Documentation

◆ google_api_expr_v1alpha1_Constant_msginit

const upb_MiniTable google_api_expr_v1alpha1_Constant_msginit

Definition at line 192 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_Call_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_Call_msginit

Definition at line 98 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_Comprehension_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_Comprehension_msginit

Definition at line 169 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_CreateList_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateList_msginit

Definition at line 112 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_Entry_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateStruct_Entry_msginit

Definition at line 145 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_CreateStruct_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_CreateStruct_msginit

Definition at line 127 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_Ident_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_Ident_msginit

Definition at line 65 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_msginit

Definition at line 55 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_Expr_Select_msginit

const upb_MiniTable google_api_expr_v1alpha1_Expr_Select_msginit

Definition at line 81 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_ParsedExpr_msginit

const upb_MiniTable google_api_expr_v1alpha1_ParsedExpr_msginit

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

◆ google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_msginit

const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_msginit

Definition at line 237 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_SourceInfo_msginit

const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_msginit

Definition at line 211 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_SourceInfo_PositionsEntry_msginit

const upb_MiniTable google_api_expr_v1alpha1_SourceInfo_PositionsEntry_msginit

Definition at line 222 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_SourcePosition_msginit

const upb_MiniTable google_api_expr_v1alpha1_SourcePosition_msginit

Definition at line 250 of file syntax.upb.c.

◆ google_api_expr_v1alpha1_syntax_proto_upb_file_layout

const upb_MiniTable_File google_api_expr_v1alpha1_syntax_proto_upb_file_layout

Definition at line 273 of file syntax.upb.c.

◆ google_protobuf_Duration_msginit

const upb_MiniTable google_protobuf_Duration_msginit

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

◆ google_protobuf_Timestamp_msginit

const upb_MiniTable google_protobuf_Timestamp_msginit

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



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