syntax.upbdefs.h
Go to the documentation of this file.
1 /* This file was generated by upbc (the upb compiler) from the input
2  * file:
3  *
4  * google/api/expr/v1alpha1/syntax.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPBDEFS_H_
10 #define GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPBDEFS_H_
11 
12 #include "upb/def.h"
13 #include "upb/port_def.inc"
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18 #include "upb/def.h"
19 
20 #include "upb/port_def.inc"
21 
23 
26  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.ParsedExpr");
27 }
28 
31  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr");
32 }
33 
36  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.Ident");
37 }
38 
41  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.Select");
42 }
43 
46  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.Call");
47 }
48 
51  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.CreateList");
52 }
53 
56  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.CreateStruct");
57 }
58 
61  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.CreateStruct.Entry");
62 }
63 
66  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Expr.Comprehension");
67 }
68 
71  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.Constant");
72 }
73 
76  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.SourceInfo");
77 }
78 
81  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.SourceInfo.PositionsEntry");
82 }
83 
86  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.SourceInfo.MacroCallsEntry");
87 }
88 
91  return upb_DefPool_FindMessageByName(s, "google.api.expr.v1alpha1.SourcePosition");
92 }
93 
94 #ifdef __cplusplus
95 } /* extern "C" */
96 #endif
97 
98 #include "upb/port_undef.inc"
99 
100 #endif /* GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPBDEFS_H_ */
google_api_expr_v1alpha1_SourceInfo_PositionsEntry_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_SourceInfo_PositionsEntry_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:79
google_api_expr_v1alpha1_Expr_CreateList_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_CreateList_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:49
google_api_expr_v1alpha1_SourceInfo_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_SourceInfo_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:74
_upb_DefPool_LoadDefInit
UPB_INLINE bool _upb_DefPool_LoadDefInit(upb_DefPool *s, const _upb_DefPool_Init *init)
Definition: upb/upb/def.h:398
upb_MessageDef
Definition: upb/upb/def.c:100
google_api_expr_v1alpha1_Expr_Call_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_Call_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:44
google_api_expr_v1alpha1_ParsedExpr_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_ParsedExpr_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:24
google_api_expr_v1alpha1_Expr_Ident_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_Ident_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:34
google_api_expr_v1alpha1_Constant_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Constant_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:69
google_api_expr_v1alpha1_Expr_CreateStruct_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_CreateStruct_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:54
google_api_expr_v1alpha1_Expr_Comprehension_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_Comprehension_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:64
_upb_DefPool_Init
Definition: upb/upb/def.h:386
UPB_INLINE
#define UPB_INLINE
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c:53
google_api_expr_v1alpha1_SourcePosition_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_SourcePosition_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:89
google_api_expr_v1alpha1_Expr_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:29
google_api_expr_v1alpha1_Expr_Select_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_Select_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:39
google_api_expr_v1alpha1_syntax_proto_upbdefinit
_upb_DefPool_Init google_api_expr_v1alpha1_syntax_proto_upbdefinit
Definition: syntax.upbdefs.c:148
def.h
upb_DefPool
Definition: upb/upb/def.c:217
google_api_expr_v1alpha1_Expr_CreateStruct_Entry_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_Expr_CreateStruct_Entry_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:59
upb_DefPool_FindMessageByName
const upb_MessageDef * upb_DefPool_FindMessageByName(const upb_DefPool *s, const char *sym)
Definition: upb/upb/def.c:1125
google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_getmsgdef
const UPB_INLINE upb_MessageDef * google_api_expr_v1alpha1_SourceInfo_MacroCallsEntry_getmsgdef(upb_DefPool *s)
Definition: syntax.upbdefs.h:84


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:01:28