GRPC C++
1.39.1
|
#include "upb/msg.h"
#include "upb/decode.h"
#include "upb/decode_fast.h"
#include "upb/encode.h"
#include "upb/port_def.inc"
#include "upb/port_undef.inc"
Go to the source code of this file.
Typedefs | |
typedef struct udpa_annotations_VersioningAnnotation | udpa_annotations_VersioningAnnotation |
Functions | |
UPB_INLINE udpa_annotations_VersioningAnnotation * | udpa_annotations_VersioningAnnotation_new (upb_arena *arena) |
UPB_INLINE udpa_annotations_VersioningAnnotation * | udpa_annotations_VersioningAnnotation_parse (const char *buf, size_t size, upb_arena *arena) |
UPB_INLINE udpa_annotations_VersioningAnnotation * | udpa_annotations_VersioningAnnotation_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
UPB_INLINE char * | udpa_annotations_VersioningAnnotation_serialize (const udpa_annotations_VersioningAnnotation *msg, upb_arena *arena, size_t *len) |
UPB_INLINE upb_strview | udpa_annotations_VersioningAnnotation_previous_message_type (const udpa_annotations_VersioningAnnotation *msg) |
UPB_INLINE void | udpa_annotations_VersioningAnnotation_set_previous_message_type (udpa_annotations_VersioningAnnotation *msg, upb_strview value) |
Variables | |
const upb_msglayout | udpa_annotations_VersioningAnnotation_msginit |
UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_new | ( | upb_arena * | arena | ) |
UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
UPB_INLINE udpa_annotations_VersioningAnnotation* udpa_annotations_VersioningAnnotation_parse_ex | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena, | ||
int | options | ||
) |
UPB_INLINE upb_strview udpa_annotations_VersioningAnnotation_previous_message_type | ( | const udpa_annotations_VersioningAnnotation * | msg | ) |
UPB_INLINE char* udpa_annotations_VersioningAnnotation_serialize | ( | const udpa_annotations_VersioningAnnotation * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
UPB_INLINE void udpa_annotations_VersioningAnnotation_set_previous_message_type | ( | udpa_annotations_VersioningAnnotation * | msg, |
upb_strview | value | ||
) |
|
extern |