1 /* This file was generated by upb_generator from the input file: 2 * 3 * google/api/expr/v1alpha1/syntax.proto 4 * 5 * Do not edit -- your changes will be discarded when the file is 6 * regenerated. */ 7 8 #ifndef GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPB_MINITABLE_H_ 9 #define GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPB_MINITABLE_H_ 10 11 #include "upb/generated_code_support.h" 12 13 // Must be last. 14 #include "upb/port/def.inc" 15 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 20 extern const upb_MiniTable google__api__expr__v1alpha1__ParsedExpr_msg_init; 21 extern const upb_MiniTable google__api__expr__v1alpha1__Expr_msg_init; 22 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__Ident_msg_init; 23 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__Select_msg_init; 24 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__Call_msg_init; 25 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__CreateList_msg_init; 26 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__CreateStruct_msg_init; 27 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__CreateStruct__Entry_msg_init; 28 extern const upb_MiniTable google__api__expr__v1alpha1__Expr__Comprehension_msg_init; 29 extern const upb_MiniTable google__api__expr__v1alpha1__Constant_msg_init; 30 extern const upb_MiniTable google__api__expr__v1alpha1__SourceInfo_msg_init; 31 extern const upb_MiniTable google__api__expr__v1alpha1__SourceInfo__PositionsEntry_msg_init; 32 extern const upb_MiniTable google__api__expr__v1alpha1__SourceInfo__MacroCallsEntry_msg_init; 33 extern const upb_MiniTable google__api__expr__v1alpha1__SourcePosition_msg_init; 34 35 extern const upb_MiniTableFile google_api_expr_v1alpha1_syntax_proto_upb_file_layout; 36 37 #ifdef __cplusplus 38 } /* extern "C" */ 39 #endif 40 41 #include "upb/port/undef.inc" 42 43 #endif /* GOOGLE_API_EXPR_V1ALPHA1_SYNTAX_PROTO_UPB_MINITABLE_H_ */ 44