GRPC Core  18.0.0
metadata.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  * envoy/type/matcher/v3/metadata.proto
5  *
6  * Do not edit -- your changes will be discarded when the file is
7  * regenerated. */
8 
9 #ifndef ENVOY_TYPE_MATCHER_V3_METADATA_PROTO_UPBDEFS_H_
10 #define ENVOY_TYPE_MATCHER_V3_METADATA_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 
24 UPB_INLINE const upb_msgdef *envoy_type_matcher_v3_MetadataMatcher_getmsgdef(upb_symtab *s) {
25  _upb_symtab_loaddefinit(s, &envoy_type_matcher_v3_metadata_proto_upbdefinit);
26  return upb_symtab_lookupmsg(s, "envoy.type.matcher.v3.MetadataMatcher");
27 }
28 
29 UPB_INLINE const upb_msgdef *envoy_type_matcher_v3_MetadataMatcher_PathSegment_getmsgdef(upb_symtab *s) {
30  _upb_symtab_loaddefinit(s, &envoy_type_matcher_v3_metadata_proto_upbdefinit);
31  return upb_symtab_lookupmsg(s, "envoy.type.matcher.v3.MetadataMatcher.PathSegment");
32 }
33 
34 #ifdef __cplusplus
35 } /* extern "C" */
36 #endif
37 
38 #include "upb/port_undef.inc"
39 
40 #endif /* ENVOY_TYPE_MATCHER_V3_METADATA_PROTO_UPBDEFS_H_ */
upb_def_init envoy_type_matcher_v3_metadata_proto_upbdefinit
Definition: metadata.upbdefs.c:59
UPB_INLINE const upb_msgdef * envoy_type_matcher_v3_MetadataMatcher_getmsgdef(upb_symtab *s)
Definition: metadata.upbdefs.h:24
UPB_INLINE const upb_msgdef * envoy_type_matcher_v3_MetadataMatcher_PathSegment_getmsgdef(upb_symtab *s)
Definition: metadata.upbdefs.h:29