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 envoy_annotations_ResourceAnnotation | envoy_annotations_ResourceAnnotation |
Functions | |
UPB_INLINE envoy_annotations_ResourceAnnotation * | envoy_annotations_ResourceAnnotation_new (upb_arena *arena) |
UPB_INLINE envoy_annotations_ResourceAnnotation * | envoy_annotations_ResourceAnnotation_parse (const char *buf, size_t size, upb_arena *arena) |
UPB_INLINE envoy_annotations_ResourceAnnotation * | envoy_annotations_ResourceAnnotation_parse_ex (const char *buf, size_t size, upb_arena *arena, int options) |
UPB_INLINE char * | envoy_annotations_ResourceAnnotation_serialize (const envoy_annotations_ResourceAnnotation *msg, upb_arena *arena, size_t *len) |
UPB_INLINE upb_strview | envoy_annotations_ResourceAnnotation_type (const envoy_annotations_ResourceAnnotation *msg) |
UPB_INLINE void | envoy_annotations_ResourceAnnotation_set_type (envoy_annotations_ResourceAnnotation *msg, upb_strview value) |
Variables | |
const upb_msglayout | envoy_annotations_ResourceAnnotation_msginit |
UPB_INLINE envoy_annotations_ResourceAnnotation* envoy_annotations_ResourceAnnotation_new | ( | upb_arena * | arena | ) |
UPB_INLINE envoy_annotations_ResourceAnnotation* envoy_annotations_ResourceAnnotation_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
UPB_INLINE envoy_annotations_ResourceAnnotation* envoy_annotations_ResourceAnnotation_parse_ex | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena, | ||
int | options | ||
) |
UPB_INLINE char* envoy_annotations_ResourceAnnotation_serialize | ( | const envoy_annotations_ResourceAnnotation * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
UPB_INLINE void envoy_annotations_ResourceAnnotation_set_type | ( | envoy_annotations_ResourceAnnotation * | msg, |
upb_strview | value | ||
) |
UPB_INLINE upb_strview envoy_annotations_ResourceAnnotation_type | ( | const envoy_annotations_ResourceAnnotation * | msg | ) |
|
extern |