Sha256: 3904694a294991d8877e2830a9ea4e65ae8ae2acb09ec07c44d32f41fe7e04a7

Contents?: true

Size: 359 Bytes

Versions: 20

Compression:

Stored size: 359 Bytes

Contents

/*
** upb_encode: parsing into a upb_msg using a upb_msglayout.
*/

#ifndef UPB_ENCODE_H_
#define UPB_ENCODE_H_

#include "upb/msg.h"

#ifdef __cplusplus
extern "C" {
#endif

char *upb_encode(const void *msg, const upb_msglayout *l, upb_arena *arena,
                 size_t *size);

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

#endif  /* UPB_ENCODE_H_ */

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
grpc-1.34.0 third_party/upb/upb/encode.h
grpc-1.33.0.pre1 third_party/upb/upb/encode.h
grpc-1.32.0 third_party/upb/upb/encode.h
grpc-1.32.0.pre1 third_party/upb/upb/encode.h
grpc-1.31.1 third_party/upb/upb/encode.h
grpc-1.31.0.pre2 third_party/upb/upb/encode.h
grpc-1.31.0.pre1 third_party/upb/upb/encode.h
grpc-1.30.2 third_party/upb/upb/encode.h
grpc-1.30.1 third_party/upb/upb/encode.h
grpc-1.30.0 third_party/upb/upb/encode.h
grpc-1.28.0 third_party/upb/upb/encode.h
grpc-1.28.0.pre2 third_party/upb/upb/encode.h
grpc-1.27.0 third_party/upb/upb/encode.h
grpc-1.27.0.pre1 third_party/upb/upb/encode.h
grpc-1.26.0 third_party/upb/upb/encode.h
grpc-1.26.0.pre1 third_party/upb/upb/encode.h
grpc-1.25.0 third_party/upb/upb/encode.h
grpc-1.25.0.pre1 third_party/upb/upb/encode.h
grpc-1.24.0 third_party/upb/upb/encode.h
grpc-1.24.0.pre1 third_party/upb/upb/encode.h