Sha256: 79cae3ab5cfaa8c5457a7c7a76e76b30997a942ecf77fe9a59b4718209457ca3

Contents?: true

Size: 1.4 KB

Versions: 13

Compression:

Stored size: 1.4 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/generated_util.h"
#include "upb/msg.h"
#include "upb/decode.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);
  return (ret && upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena)) ? ret : NULL;
}
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);
}



#ifdef __cplusplus
}  /* extern "C" */
#endif

#include "upb/port_undef.inc"

#endif  /* GOOGLE_PROTOBUF_EMPTY_PROTO_UPB_H_ */

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
grpc-1.30.2 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.30.1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.30.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.28.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.28.0.pre2 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.27.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.27.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.26.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.26.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.25.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.25.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.24.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.24.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h