Sha256: a191b3c099d481541f8af6906674784b8e7be7c925c624319623b67f40e4840e
Contents?: true
Size: 1.42 KB
Versions: 34
Compression:
Stored size: 1.42 KB
Contents
/* This file was generated by upbc (the upb compiler) from the input * file: * * udpa/annotations/sensitive.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #ifndef UDPA_ANNOTATIONS_SENSITIVE_PROTO_UPB_H_ #define UDPA_ANNOTATIONS_SENSITIVE_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 udpa_annotations_sensitive_ext; struct google_protobuf_FieldOptions; extern const upb_MiniTable google_protobuf_FieldOptions_msginit; UPB_INLINE bool udpa_annotations_has_sensitive(const struct google_protobuf_FieldOptions* msg) { return _upb_Message_Getext(msg, &udpa_annotations_sensitive_ext) != NULL; } UPB_INLINE void udpa_annotations_clear_sensitive(struct google_protobuf_FieldOptions* msg) { _upb_Message_Clearext(msg, &udpa_annotations_sensitive_ext); } UPB_INLINE bool udpa_annotations_sensitive(const struct google_protobuf_FieldOptions* msg) { const upb_Message_Extension* ext = _upb_Message_Getext(msg, &udpa_annotations_sensitive_ext); return ext ? *UPB_PTR_AT(&ext->data, 0, bool) : false; } extern const upb_MiniTable_File udpa_annotations_sensitive_proto_upb_file_layout; #ifdef __cplusplus } /* extern "C" */ #endif #include "upb/port_undef.inc" #endif /* UDPA_ANNOTATIONS_SENSITIVE_PROTO_UPB_H_ */
Version data entries
34 entries across 34 versions & 2 rubygems