Sha256: 4770d613ef9f85efec271dc10eb78290ef24e9cc8fd76a0ffa264b45baa76060

Contents?: true

Size: 370 Bytes

Versions: 20

Compression:

Stored size: 370 Bytes

Contents

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

#ifndef UPB_DECODE_H_
#define UPB_DECODE_H_

#include "upb/msg.h"

#ifdef __cplusplus
extern "C" {
#endif

bool upb_decode(const char *buf, size_t size, upb_msg *msg,
                const upb_msglayout *l, upb_arena *arena);

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

#endif  /* UPB_DECODE_H_ */

Version data entries

20 entries across 20 versions & 1 rubygems

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