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