#include "upb/msg_internal.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.
Functions | |
| UPB_INLINE void | google_api_clear_http (struct google_protobuf_MethodOptions *msg) |
| UPB_INLINE bool | google_api_has_http (const struct google_protobuf_MethodOptions *msg) |
| UPB_INLINE const struct google_api_HttpRule * | google_api_http (const struct google_protobuf_MethodOptions *msg) |
| UPB_INLINE void | google_api_set_http (struct google_protobuf_MethodOptions *msg, const struct google_api_HttpRule *ext, upb_Arena *arena) |
Variables | |
| const upb_MiniTable_File | google_api_annotations_proto_upb_file_layout |
| const upb_MiniTable_Extension | google_api_http_ext |
| const upb_MiniTable | google_protobuf_MethodOptions_msginit |
| UPB_INLINE void google_api_clear_http | ( | struct google_protobuf_MethodOptions * | msg | ) |
Definition at line 31 of file annotations.upb.h.
| UPB_INLINE bool google_api_has_http | ( | const struct google_protobuf_MethodOptions * | msg | ) |
Definition at line 28 of file annotations.upb.h.
| UPB_INLINE const struct google_api_HttpRule* google_api_http | ( | const struct google_protobuf_MethodOptions * | msg | ) |
Definition at line 34 of file annotations.upb.h.
| UPB_INLINE void google_api_set_http | ( | struct google_protobuf_MethodOptions * | msg, |
| const struct google_api_HttpRule * | ext, | ||
| upb_Arena * | arena | ||
| ) |
Definition at line 39 of file annotations.upb.h.
| const upb_MiniTable_File google_api_annotations_proto_upb_file_layout |
Definition at line 30 of file annotations.upb.c.
| const upb_MiniTable_Extension google_api_http_ext |
Definition at line 19 of file annotations.upb.c.
| const upb_MiniTable google_protobuf_MethodOptions_msginit |
Definition at line 400 of file descriptor.upb.c.