Sha256: 6691891dcd148edbf8ee08ab3641961d735ada2d8eadb8d122f24a83e8c197f3

Contents?: true

Size: 1.72 KB

Versions: 12

Compression:

Stored size: 1.72 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.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);
  return (ret && upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena)) ? ret : NULL;
}
UPB_INLINE google_protobuf_Empty *google_protobuf_Empty_parse_ex(const char *buf, size_t size,
                           upb_arena *arena, int options) {
  google_protobuf_Empty *ret = google_protobuf_Empty_new(arena);
  return (ret && _upb_decode(buf, size, ret, &google_protobuf_Empty_msginit, arena, options))
      ? 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

12 entries across 12 versions & 1 rubygems

Version Path
grpc-1.40.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.39.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.40.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.39.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.38.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.38.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.37.1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.37.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.37.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.36.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.35.0 src/core/ext/upb-generated/google/protobuf/empty.upb.h
grpc-1.35.0.pre1 src/core/ext/upb-generated/google/protobuf/empty.upb.h