Sha256: 90f2fc58ce1810a83bcb1cd99f4eacfb288b37e5347861d5efb540211b61b277
Contents?: true
Size: 1.92 KB
Versions: 2
Compression:
Stored size: 1.92 KB
Contents
/* This file was generated by upbc (the upb compiler) from the input * file: * * google/protobuf/empty.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #ifndef GOOGLE_PROTOBUF_EMPTY_PROTO_UPB_H_ #define GOOGLE_PROTOBUF_EMPTY_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 struct google_protobuf_Empty; typedef struct google_protobuf_Empty google_protobuf_Empty; extern const upb_msglayout google_protobuf_Empty_msginit; /* google.protobuf.Empty */ UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_new(upb_arena *arena) { return (google_protobuf_Empty *)_upb_msg_new(&google_protobuf_Empty_msginit, arena); } UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_parse(const char *buf, size_t size, upb_arena *arena) { google_protobuf_Empty *ret = google_protobuf_Empty_new(arena); if (!ret) return NULL; if (!upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena)) return NULL; return ret; } UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_parse_ex(const char *buf, size_t size, const upb_extreg *extreg, int options, upb_arena *arena) { google_protobuf_Empty *ret = google_protobuf_Empty_new(arena); if (!ret) return NULL; if (!_upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, extreg, options, arena)) { return NULL; } return ret; } UPB_INLINE char *google_protobuf_Empty_serialize(const google_protobuf_Empty *msg, upb_arena *arena, size_t *len) { return upb_encode(msg, &google_protobuf_Empty_msginit, arena, len); } extern const upb_msglayout_file google_protobuf_empty_proto_upb_file_layout; #ifdef __cplusplus } /* extern "C" */ #endif #include "upb/port_undef.inc" #endif /* GOOGLE_PROTOBUF_EMPTY_PROTO_UPB_H_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grpc-1.44.0.pre2 | src/core/ext/upb-generated/google/protobuf/empty.upb.h |
grpc-1.43.1 | src/core/ext/upb-generated/google/protobuf/empty.upb.h |