Sha256: f46f9fbea574a801eaa849246030f2105848234191fdf7203827ef0ddf74ef9d
Contents?: true
Size: 1.73 KB
Versions: 10
Compression:
Stored size: 1.73 KB
Contents
/* This file was generated by upbc (the upb compiler) from the input * file: * * google/api/annotations.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #ifndef GOOGLE_API_ANNOTATIONS_PROTO_UPB_H_ #define GOOGLE_API_ANNOTATIONS_PROTO_UPB_H_ #include "upb/msg_internal.h" #include "upb/decode.h" #include "upb/decode_fast.h" #include "upb/encode.h" #include "upb/port_def.inc" #ifdef __cplusplus extern "C" { #endif extern const upb_MiniTable_Extension google_api_http_ext; struct google_protobuf_MethodOptions; extern const upb_MiniTable google_protobuf_MethodOptions_msginit; UPB_INLINE bool google_api_has_http(const struct google_protobuf_MethodOptions* msg) { return _upb_Message_Getext(msg, &google_api_http_ext) != NULL; } UPB_INLINE void google_api_clear_http(struct google_protobuf_MethodOptions* msg) { _upb_Message_Clearext(msg, &google_api_http_ext); } UPB_INLINE const struct google_api_HttpRule* google_api_http(const struct google_protobuf_MethodOptions* msg) { const upb_Message_Extension* ext = _upb_Message_Getext(msg, &google_api_http_ext); UPB_ASSERT(ext); return *UPB_PTR_AT(&ext->data, 0, const struct google_api_HttpRule*); } UPB_INLINE void google_api_set_http(struct google_protobuf_MethodOptions* msg, const struct google_api_HttpRule* ext, upb_Arena* arena) { const upb_Message_Extension* msg_ext = _upb_Message_Getorcreateext(msg, &google_api_http_ext, arena); UPB_ASSERT(msg_ext); *UPB_PTR_AT(&msg_ext->data, 0, const struct google_api_HttpRule*) = ext; } extern const upb_MiniTable_File google_api_annotations_proto_upb_file_layout; #ifdef __cplusplus } /* extern "C" */ #endif #include "upb/port_undef.inc" #endif /* GOOGLE_API_ANNOTATIONS_PROTO_UPB_H_ */
Version data entries
10 entries across 10 versions & 1 rubygems