init
This commit is contained in:
56
vendor/protobuf/util/like.pb.h
vendored
Normal file
56
vendor/protobuf/util/like.pb.h
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
/* Automatically generated nanopb header */
|
||||
/* Generated by nanopb-0.4.9 */
|
||||
|
||||
#ifndef PB_UTIL_UTIL_LIKE_PB_H_INCLUDED
|
||||
#define PB_UTIL_UTIL_LIKE_PB_H_INCLUDED
|
||||
#include <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_Like {
|
||||
pb_callback_t value;
|
||||
pb_callback_t starts_with;
|
||||
pb_callback_t ends_with;
|
||||
pb_callback_t contains;
|
||||
} util_Like;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/* Initializer values for message structs */
|
||||
#define util_Like_init_default {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
||||
#define util_Like_init_zero {{{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}, {{NULL}, NULL}}
|
||||
|
||||
/* Field tags (for use in manual encoding/decoding) */
|
||||
#define util_Like_value_tag 1
|
||||
#define util_Like_starts_with_tag 2
|
||||
#define util_Like_ends_with_tag 3
|
||||
#define util_Like_contains_tag 4
|
||||
|
||||
/* Struct field encoding specification for nanopb */
|
||||
#define util_Like_FIELDLIST(X, a) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, value, 1) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, starts_with, 2) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, ends_with, 3) \
|
||||
X(a, CALLBACK, OPTIONAL, STRING, contains, 4)
|
||||
#define util_Like_CALLBACK pb_default_field_callback
|
||||
#define util_Like_DEFAULT NULL
|
||||
|
||||
extern const pb_msgdesc_t util_Like_msg;
|
||||
|
||||
/* Defines for backwards compatibility with code written before nanopb-0.4.0 */
|
||||
#define util_Like_fields &util_Like_msg
|
||||
|
||||
/* Maximum encoded size of messages (where known) */
|
||||
/* util_Like_size depends on runtime parameters */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user