init
Some checks failed
check / check (push) Failing after 22s
bump / bump (push) Failing after 27s
vulnerable / flake (push) Failing after 32s
vulnerable / actions (push) Failing after 28s
update / renovate (push) Failing after 28s

This commit is contained in:
2026-03-26 16:34:22 -04:00
parent 24059f9660
commit 99dff7586e
156 changed files with 8152 additions and 45 deletions

48
vendor/protobuf/util/uuid.pb.h vendored Normal file
View File

@@ -0,0 +1,48 @@
/* Automatically generated nanopb header */
/* Generated by nanopb-0.4.9 */
#ifndef PB_UTIL_UTIL_UUID_PB_H_INCLUDED
#define PB_UTIL_UTIL_UUID_PB_H_INCLUDED
#include <pb.h>
#include "buf/validate/validate.pb.h"
#if PB_PROTO_HEADER_VERSION != 40
#error Regenerate this file with the current version of nanopb generator.
#endif
/* Struct definitions */
typedef struct _util_UUID {
pb_callback_t value;
} util_UUID;
#ifdef __cplusplus
extern "C" {
#endif
/* Initializer values for message structs */
#define util_UUID_init_default {{{NULL}, NULL}}
#define util_UUID_init_zero {{{NULL}, NULL}}
/* Field tags (for use in manual encoding/decoding) */
#define util_UUID_value_tag 1
/* Struct field encoding specification for nanopb */
#define util_UUID_FIELDLIST(X, a) \
X(a, CALLBACK, SINGULAR, STRING, value, 1)
#define util_UUID_CALLBACK pb_default_field_callback
#define util_UUID_DEFAULT NULL
extern const pb_msgdesc_t util_UUID_msg;
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
#define util_UUID_fields &util_UUID_msg
/* Maximum encoded size of messages (where known) */
/* util_UUID_size depends on runtime parameters */
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif