#include <stdint.h>
#include <math.h>
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <string.h>
#include <limits.h>
Go to the source code of this file.
Classes | |
struct | _upb_tabent |
struct | mgroup |
struct | upb_alloc |
struct | upb_array |
struct | upb_bufhandle |
struct | upb_byteshandler |
struct | upb_bytessink |
struct | upb_decoderet |
struct | upb_def_init |
struct | upb_handlerattr |
struct | upb_handlers_tabent |
struct | upb_inttable |
struct | upb_inttable_iter |
struct | upb_msglayout |
struct | upb_msglayout_field |
struct | upb_pbcodecache |
struct | upb_pbdecoder |
struct | upb_pbdecoder_frame |
struct | upb_pbdecodermethod |
struct | upb_sink |
struct | upb_status |
struct | upb_strtable |
struct | upb_strtable_iter |
struct | upb_strview |
struct | upb_table |
struct | upb_tabval |
struct | upb_value |
Macros | |
#define | CHECK_RETURN(x) { int32_t ret = x; if (ret >= 0) return ret; } |
#define | DECODE_ENDGROUP -3 /* Used only from checkunknown(). */ |
#define | DECODE_MISMATCH -2 /* Used only from checktag_slow(). */ |
#define | DECODE_OK -1 |
#define | DISPATCH_ENDMSG 0 |
#define | FUNCS(name, membername, type_t, converter, proto_type) |
#define | GOOGLE_PROTOBUF_DESCRIPTOR_PROTO_UPB_H_ |
#define | LABEL_DISPATCH 0 |
#define | NO_WIRE_TYPE 0xff |
#define | OP_MAX OP_HALT |
#define | PTR_AT(msg, ofs, type) (type*)((const char*)msg + ofs) |
#define | PUTVAL(type, ctype) |
#define | SET_TYPE(dest, val) UPB_UNUSED(val) |
#define | T(type) OP_PARSE_ ## type = UPB_DESCRIPTOR_TYPE_ ## type |
#define | UPB_ANY_TYPE 1 |
#define | UPB_ANY_VALUE 2 |
#define | UPB_ARRAY_EMPTYENT -1 |
#define | UPB_ASSERT(expr) do {} while (false && (expr)) |
#define | UPB_ASSERT_DEBUGVAR(expr) assert(expr) |
#define | UPB_BREAK NULL |
#define | UPB_BUFHANDLE_INIT {NULL, 0, NULL, NULL} |
#define | UPB_BYTESHANDLER_INIT |
#define | UPB_DECODE_H_ |
#define | UPB_DECODER_H_ |
#define | UPB_DECODER_INT_H_ |
#define | UPB_DECODER_MAX_NESTING 64 |
#define | UPB_DECODER_MAX_RESIDUAL_BYTES 14 |
#define | UPB_DEF_H_ |
#define | UPB_DURATION_NANOS 2 |
#define | UPB_DURATION_SECONDS 1 |
#define | UPB_EMPTY_INTTABLE_INIT(ctype) UPB_INTTABLE_INIT(0, 0, ctype, 0, NULL, NULL, 0, 0) |
#define | UPB_ENCODE_H_ |
#define | UPB_ENCODER_H_ |
#define | UPB_ENDMSG_SELECTOR 1 |
#define | UPB_ENDSTR_SELECTOR 2 |
#define | UPB_FIELD_AT(msg, fieldtype, offset) *(fieldtype*)((const char*)(msg) + offset) |
#define | UPB_FORCEINLINE |
#define | UPB_GENERATED_UTIL_H_ |
#define | UPB_H_ |
#define | UPB_HANDLER_MAX (UPB_HANDLER_ENDSEQ+1) |
#define | UPB_HANDLERATTR_INIT {NULL, NULL, NULL, false} |
#define | UPB_HANDLERS_H |
#define | UPB_HANDLERS_INL_H_ |
#define | UPB_INFINITY (1.0 / 0.0) |
#define | UPB_INLINE static |
#define | UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount} |
#define | UPB_JSON_PARSER_H_ |
#define | UPB_JSON_PARSER_SIZE 5712 |
#define | UPB_JSON_PRINTER_SIZE 192 |
#define | UPB_JSON_TYPED_PRINTER_H_ |
#define | UPB_LIKELY(x) (x) |
#define | UPB_MAPENTRY_KEY 1 |
#define | UPB_MAPENTRY_VALUE 2 |
#define | UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) |
#define | UPB_MAX_FIELDNUMBER ((1 << 29) - 1) |
#define | UPB_MAX_HANDLER_DEPTH 64 |
#define | UPB_MAX_WIRE_TYPE 5 |
#define | UPB_MIN(x, y) ((x) < (y) ? (x) : (y)) |
#define | UPB_MSG_H_ |
#define | UPB_MSGFACTORY_H_ |
#define | UPB_NO_CLOSURE &_upb_noclosure |
#define | UPB_NOINLINE |
#define | UPB_NORETURN |
#define | UPB_PB_DECODER_SIZE 4416 |
#define | UPB_PB_ENCODER_SIZE 784 |
#define | UPB_PB_VARINT_MAX_LEN 10 |
#define | UPB_PBENCODER_MAX_NESTING 100 |
#define | UPB_READ_ONEOF(msg, fieldtype, offset, case_offset, case_val, default) |
#define | UPB_SINK_H |
#define | UPB_SIZE(size32, size64) size64 |
#define | UPB_STARTMSG_SELECTOR 0 |
#define | UPB_STARTSTR_SELECTOR 0 |
#define | UPB_STATIC_SELECTOR_COUNT 3 /* Warning: also in upb/def.c. */ |
#define | UPB_STATUS_MAX_MESSAGE 127 |
#define | UPB_STRING_SELECTOR 1 |
#define | UPB_STRVIEW_ARGS(view) (int)(view).size, (view).data |
#define | UPB_STRVIEW_FORMAT "%.*s" |
#define | UPB_STRVIEW_INIT(ptr, len) {ptr, len} |
#define | UPB_TABENT_INIT {NULL, UPB_HANDLERATTR_INIT} |
#define | UPB_TABLE_H_ |
#define | UPB_TABVALUE_EMPTY_INIT {-1} |
#define | UPB_TEXT_H_ |
#define | UPB_TIMESTAMP_NANOS 2 |
#define | UPB_TIMESTAMP_SECONDS 1 |
#define | UPB_UNKNOWN_SELECTOR 2 |
#define | UPB_UNLIKELY(x) (x) |
#define | UPB_UNREACHABLE() do { assert(0); } while(0) |
#define | UPB_UNUSED(var) (void)var |
#define | UPB_VARINT_DECODER_CHECK2(name, decode_max8_function) |
#define | UPB_VARINT_DECODER_H_ |
#define | UPB_WRITE_ONEOF(msg, fieldtype, offset, value, case_offset, case_val) |
Definition at line 6569 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define DECODE_ENDGROUP -3 /* Used only from checkunknown(). */ |
Definition at line 6567 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define DECODE_MISMATCH -2 /* Used only from checktag_slow(). */ |
Definition at line 6566 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define DECODE_OK -1 |
Definition at line 6565 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define DISPATCH_ENDMSG 0 |
Definition at line 6527 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define FUNCS | ( | name, | |
membername, | |||
type_t, | |||
converter, | |||
proto_type | |||
) |
#define GOOGLE_PROTOBUF_DESCRIPTOR_PROTO_UPB_H_ |
Definition at line 1144 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define LABEL_DISPATCH 0 |
Definition at line 6523 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define NO_WIRE_TYPE 0xff |
Definition at line 6531 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define OP_MAX OP_HALT |
Definition at line 6336 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1157 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define PUTVAL | ( | type, | |
ctype | |||
) |
Definition at line 5558 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define SET_TYPE | ( | dest, | |
val | |||
) | UPB_UNUSED(val) |
Definition at line 691 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 6293 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ANY_TYPE 1 |
Definition at line 3313 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ANY_VALUE 2 |
Definition at line 3314 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ARRAY_EMPTYENT -1 |
Definition at line 861 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ASSERT | ( | expr | ) | do {} while (false && (expr)) |
Definition at line 139 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ASSERT_DEBUGVAR | ( | expr | ) | assert(expr) |
Definition at line 146 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_BREAK NULL |
Definition at line 3934 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_BUFHANDLE_INIT {NULL, 0, NULL, NULL} |
Definition at line 4004 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_BYTESHANDLER_INIT |
Definition at line 4530 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DECODE_H_ |
Definition at line 528 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DECODER_H_ |
Definition at line 6053 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DECODER_INT_H_ |
Definition at line 6036 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DECODER_MAX_NESTING 64 |
Definition at line 6381 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DECODER_MAX_RESIDUAL_BYTES 14 |
Definition at line 6072 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DEF_H_ |
Definition at line 2938 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DURATION_NANOS 2 |
Definition at line 3318 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_DURATION_SECONDS 1 |
Definition at line 3317 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_EMPTY_INTTABLE_INIT | ( | ctype | ) | UPB_INTTABLE_INIT(0, 0, ctype, 0, NULL, NULL, 0, 0) |
Definition at line 858 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ENCODE_H_ |
Definition at line 616 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ENCODER_H_ |
Definition at line 6746 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ENDMSG_SELECTOR 1 |
Definition at line 3946 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_ENDSTR_SELECTOR 2 |
Definition at line 3953 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 41 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_FORCEINLINE |
Definition at line 83 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_GENERATED_UTIL_H_ |
Definition at line 1152 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_H_ |
Definition at line 169 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_HANDLER_MAX (UPB_HANDLER_ENDSEQ+1) |
Definition at line 3932 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_HANDLERATTR_INIT {NULL, NULL, NULL, false} |
Definition at line 3972 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_HANDLERS_H |
Definition at line 3890 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_HANDLERS_INL_H_ |
Definition at line 4602 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_INFINITY (1.0 / 0.0) |
Definition at line 159 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_INLINE static |
Definition at line 59 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_INTTABLE_INIT | ( | count, | |
mask, | |||
ctype, | |||
size_lg2, | |||
ent, | |||
a, | |||
asize, | |||
acount | |||
) | {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount} |
Definition at line 855 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_JSON_PARSER_H_ |
Definition at line 6892 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_JSON_PARSER_SIZE 5712 |
Definition at line 6943 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_JSON_PRINTER_SIZE 192 |
Definition at line 7043 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_JSON_TYPED_PRINTER_H_ |
Definition at line 7030 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 67 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MAPENTRY_KEY 1 |
Definition at line 3309 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MAPENTRY_VALUE 2 |
Definition at line 3310 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 131 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MAX_FIELDNUMBER ((1 << 29) - 1) |
Definition at line 3006 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MAX_HANDLER_DEPTH 64 |
Definition at line 3911 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MAX_WIRE_TYPE 5 |
Definition at line 6590 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 132 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MSG_H_ |
Definition at line 539 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_MSGFACTORY_H_ |
Definition at line 3828 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_NO_CLOSURE &_upb_noclosure |
Definition at line 3938 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_NOINLINE |
Definition at line 84 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_NORETURN |
Definition at line 85 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_PB_DECODER_SIZE 4416 |
Definition at line 6130 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_PB_ENCODER_SIZE 784 |
Definition at line 6765 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_PB_VARINT_MAX_LEN 10 |
Definition at line 6593 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_PBENCODER_MAX_NESTING 100 |
Definition at line 6757 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 44 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_SINK_H |
Definition at line 5536 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_SIZE | ( | size32, | |
size64 | |||
) | size64 |
Definition at line 38 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STARTMSG_SELECTOR 0 |
Definition at line 3945 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STARTSTR_SELECTOR 0 |
Definition at line 3951 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STATIC_SELECTOR_COUNT 3 /* Warning: also in upb/def.c. */ |
Definition at line 3948 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STATUS_MAX_MESSAGE 127 |
Definition at line 195 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STRING_SELECTOR 1 |
Definition at line 3952 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 280 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_STRVIEW_FORMAT "%.*s" |
Definition at line 279 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 277 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TABENT_INIT {NULL, UPB_HANDLERATTR_INIT} |
Definition at line 4524 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TABLE_H_ |
Definition at line 651 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TABVALUE_EMPTY_INIT {-1} |
Definition at line 802 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TEXT_H_ |
Definition at line 6823 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TIMESTAMP_NANOS 2 |
Definition at line 3322 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_TIMESTAMP_SECONDS 1 |
Definition at line 3321 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_UNKNOWN_SELECTOR 2 |
Definition at line 3947 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 68 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_UNREACHABLE | ( | ) | do { assert(0); } while(0) |
Definition at line 151 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_UNUSED | ( | var | ) | (void)var |
Definition at line 134 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_VARINT_DECODER_CHECK2 | ( | name, | |
decode_max8_function | |||
) |
Definition at line 6648 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
#define UPB_VARINT_DECODER_H_ |
Definition at line 6579 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 49 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto |
Definition at line 1283 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_ExtensionRange |
Definition at line 1284 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto_ReservedRange google_protobuf_DescriptorProto_ReservedRange |
Definition at line 1285 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1289 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumDescriptorProto_EnumReservedRange google_protobuf_EnumDescriptorProto_EnumReservedRange |
Definition at line 1290 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumOptions google_protobuf_EnumOptions |
Definition at line 1298 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1291 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumValueOptions google_protobuf_EnumValueOptions |
Definition at line 1299 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1286 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1287 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_FieldOptions google_protobuf_FieldOptions |
Definition at line 1296 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1282 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1281 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_FileOptions google_protobuf_FileOptions |
Definition at line 1294 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1306 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_GeneratedCodeInfo_Annotation google_protobuf_GeneratedCodeInfo_Annotation |
Definition at line 1307 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_MessageOptions google_protobuf_MessageOptions |
Definition at line 1295 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1293 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_MethodOptions google_protobuf_MethodOptions |
Definition at line 1301 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1288 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_OneofOptions google_protobuf_OneofOptions |
Definition at line 1297 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1292 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_ServiceOptions google_protobuf_ServiceOptions |
Definition at line 1300 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_SourceCodeInfo google_protobuf_SourceCodeInfo |
Definition at line 1304 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1305 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1302 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_UninterpretedOption_NamePart google_protobuf_UninterpretedOption_NamePart |
Definition at line 1303 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 291 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 296 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 365 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4020 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef void upb_cleanup_func(void *ud) |
Definition at line 362 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_def_init upb_def_init |
Definition at line 4019 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4013 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef bool upb_endmsg_handlerfunc(void *c, const void *, upb_status *status) |
Definition at line 4011 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef upb_strtable_iter upb_enum_iter |
Definition at line 3592 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_enumdef upb_enumdef |
Definition at line 2959 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_fielddef upb_fielddef |
Definition at line 2961 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_filedef upb_filedef |
Definition at line 2963 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4018 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef void upb_func(void) |
Definition at line 457 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_handlercache upb_handlercache |
Definition at line 4471 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef void upb_handlerfree(void *d) |
Definition at line 4007 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_handlers upb_handlers |
Definition at line 4027 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef void upb_handlers_callback(const void *closure, upb_handlers *h) |
Definition at line 4473 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4014 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4015 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_json_codecache upb_json_codecache |
Definition at line 6992 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_json_parser upb_json_parser |
Definition at line 6946 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_json_parsermethod upb_json_parsermethod |
Definition at line 6908 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_json_printer upb_json_printer |
Definition at line 7046 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef void upb_msg |
Definition at line 548 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef upb_inttable_iter upb_msg_field_iter |
Definition at line 3305 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef upb_strtable_iter upb_msg_oneof_iter |
Definition at line 3306 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_msgdef upb_msgdef |
Definition at line 2965 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_msgfactory upb_msgfactory |
Definition at line 3833 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_msglayout upb_msglayout |
typedef upb_inttable_iter upb_oneof_iter |
Definition at line 3185 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_oneofdef upb_oneofdef |
Definition at line 2967 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_pb_encoder upb_pb_encoder |
Definition at line 6768 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_pbcodecache upb_pbcodecache |
Definition at line 6215 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_pbdecoder upb_pbdecoder |
Definition at line 6133 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_pbdecodermethod upb_pbdecodermethod |
Definition at line 6077 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef int32_t upb_selector_t |
Definition at line 3942 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4012 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4010 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4021 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef size_t upb_string_handlerfunc(void *c, const void *hd, const char *buf, size_t n, const upb_bufhandle *handle) |
Definition at line 4023 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_symtab upb_symtab |
Definition at line 2969 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct _upb_tabent upb_tabent |
typedef uintptr_t upb_tabkey |
Definition at line 787 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
typedef struct upb_textprinter upb_textprinter |
Definition at line 6837 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4016 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4017 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 4008 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1336 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1342 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1363 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1369 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1375 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1381 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum opcode |
Definition at line 6290 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_ctype_t |
Definition at line 667 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_descriptortype_t |
Definition at line 498 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_fieldtype_t |
Definition at line 472 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_handlertype_t |
Definition at line 3915 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_label_t |
Definition at line 491 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_syntax_t |
Enumerator | |
---|---|
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 | |
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 | |
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 | |
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 |
Definition at line 2971 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_wellknowntype_t |
Definition at line 2980 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
enum upb_wiretype_t |
Definition at line 460 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE void* _upb_array_accessor | ( | const void * | msg, |
size_t | ofs, | ||
size_t * | size | ||
) |
Definition at line 1159 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_array_append_accessor | ( | void * | msg, |
size_t | ofs, | ||
size_t | elem_size, | ||
upb_fieldtype_t | type, | ||
const void * | value, | ||
upb_arena * | arena | ||
) |
Definition at line 1214 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void* _upb_array_mutable_accessor | ( | void * | msg, |
size_t | ofs, | ||
size_t * | size | ||
) |
Definition at line 1171 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void* _upb_array_resize_accessor | ( | void * | msg, |
size_t | ofs, | ||
size_t | size, | ||
size_t | elem_size, | ||
upb_fieldtype_t | type, | ||
upb_arena * | arena | ||
) |
Definition at line 1185 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_clearhas | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 1236 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_has_field | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 1228 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_has_oneof_field | ( | const void * | msg, |
size_t | case_ofs, | ||
int32_t | num | ||
) |
Definition at line 1240 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_sethas | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 1232 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool _upb_symtab_loaddefinit | ( | upb_symtab * | s, |
const upb_def_init * | init | ||
) |
Definition at line 4619 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void _upb_value_setval | ( | upb_value * | v, |
uint64_t | val, | ||
upb_ctype_t | ctype | ||
) |
Definition at line 706 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_value _upb_value_val | ( | uint64_t | val, |
upb_ctype_t | ctype | ||
) |
Definition at line 712 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t byteswap64 | ( | uint64_t | val | ) |
Definition at line 6599 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE opcode getop | ( | uint32_t | instr | ) |
Definition at line 6338 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_DescriptorProto_add_enum_type | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1634 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FieldDescriptorProto* google_protobuf_DescriptorProto_add_extension | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1660 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_add_extension_range | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1647 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FieldDescriptorProto* google_protobuf_DescriptorProto_add_field | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1608 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_add_nested_type | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1621 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_OneofDescriptorProto* google_protobuf_DescriptorProto_add_oneof_decl | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1686 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_add_reserved_name | ( | google_protobuf_DescriptorProto * | msg, |
upb_strview | val, | ||
upb_arena * | arena | ||
) |
Definition at line 1712 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_DescriptorProto_ReservedRange* google_protobuf_DescriptorProto_add_reserved_range | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1699 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumDescriptorProto* const* google_protobuf_DescriptorProto_enum_type | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1589 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FieldDescriptorProto* const* google_protobuf_DescriptorProto_extension | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1591 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* const* google_protobuf_DescriptorProto_extension_range | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1590 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ExtensionRange_end | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1734 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_end | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1733 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_options | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1735 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_start | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1731 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_ExtensionRangeOptions* google_protobuf_DescriptorProto_ExtensionRange_mutable_options | ( | google_protobuf_DescriptorProto_ExtensionRange * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1750 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_ExtensionRange_new | ( | upb_arena * | arena | ) |
Definition at line 1719 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_DescriptorProto_ExtensionRange_options | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1736 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_ExtensionRange_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1722 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_DescriptorProto_ExtensionRange_serialize | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1727 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_end | ( | google_protobuf_DescriptorProto_ExtensionRange * | msg, |
int32_t | value | ||
) |
Definition at line 1742 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_options | ( | google_protobuf_DescriptorProto_ExtensionRange * | msg, |
google_protobuf_ExtensionRangeOptions * | value | ||
) |
Definition at line 1746 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_ExtensionRange_set_start | ( | google_protobuf_DescriptorProto_ExtensionRange * | msg, |
int32_t | value | ||
) |
Definition at line 1738 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ExtensionRange_start | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1732 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FieldDescriptorProto* const* google_protobuf_DescriptorProto_field | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1587 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_has_name | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1585 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_has_options | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1592 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_DescriptorProto_mutable_enum_type | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1628 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_DescriptorProto_mutable_extension | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1654 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_mutable_extension_range | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1641 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_DescriptorProto_mutable_field | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1602 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_DescriptorProto_mutable_nested_type | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1615 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofDescriptorProto** google_protobuf_DescriptorProto_mutable_oneof_decl | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1680 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_MessageOptions* google_protobuf_DescriptorProto_mutable_options | ( | google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1671 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_DescriptorProto_mutable_reserved_name | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1706 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange** google_protobuf_DescriptorProto_mutable_reserved_range | ( | google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1693 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_DescriptorProto_name | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1586 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_DescriptorProto* const* google_protobuf_DescriptorProto_nested_type | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1588 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1573 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_OneofDescriptorProto* const* google_protobuf_DescriptorProto_oneof_decl | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1594 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_MessageOptions* google_protobuf_DescriptorProto_options | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1593 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1576 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview const* google_protobuf_DescriptorProto_reserved_name | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1596 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* const* google_protobuf_DescriptorProto_reserved_range | ( | const google_protobuf_DescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1595 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ReservedRange_end | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1777 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ReservedRange_has_end | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1776 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ReservedRange_has_start | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1774 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* google_protobuf_DescriptorProto_ReservedRange_new | ( | upb_arena * | arena | ) |
Definition at line 1762 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* google_protobuf_DescriptorProto_ReservedRange_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1765 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_DescriptorProto_ReservedRange_serialize | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1770 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_ReservedRange_set_end | ( | google_protobuf_DescriptorProto_ReservedRange * | msg, |
int32_t | value | ||
) |
Definition at line 1783 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_ReservedRange_set_start | ( | google_protobuf_DescriptorProto_ReservedRange * | msg, |
int32_t | value | ||
) |
Definition at line 1779 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ReservedRange_start | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1775 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_DescriptorProto_resize_enum_type | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1631 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_DescriptorProto_resize_extension | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1657 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange** google_protobuf_DescriptorProto_resize_extension_range | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1644 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_DescriptorProto_resize_field | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1605 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_DescriptorProto_resize_nested_type | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1618 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofDescriptorProto** google_protobuf_DescriptorProto_resize_oneof_decl | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1683 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_DescriptorProto_resize_reserved_name | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1709 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange** google_protobuf_DescriptorProto_resize_reserved_range | ( | google_protobuf_DescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1696 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_DescriptorProto_serialize | ( | const google_protobuf_DescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1581 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_set_name | ( | google_protobuf_DescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1598 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_set_options | ( | google_protobuf_DescriptorProto * | msg, |
google_protobuf_MessageOptions * | value | ||
) |
Definition at line 1667 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_add_reserved_name | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_strview | val, | ||
upb_arena * | arena | ||
) |
Definition at line 2011 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobuf_EnumDescriptorProto_add_reserved_range | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1998 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumDescriptorProto_add_value | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1972 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumDescriptorProto_EnumReservedRange_end | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 2033 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_EnumReservedRange_has_end | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 2032 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_EnumReservedRange_has_start | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 2030 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobuf_EnumDescriptorProto_EnumReservedRange_new | ( | upb_arena * | arena | ) |
Definition at line 2018 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobuf_EnumDescriptorProto_EnumReservedRange_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2021 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_EnumDescriptorProto_EnumReservedRange_serialize | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2026 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumDescriptorProto_EnumReservedRange_set_end | ( | google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg, |
int32_t | value | ||
) |
Definition at line 2039 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumDescriptorProto_EnumReservedRange_set_start | ( | google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg, |
int32_t | value | ||
) |
Definition at line 2035 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumDescriptorProto_EnumReservedRange_start | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 2031 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_has_name | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1954 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_has_options | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1957 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumOptions* google_protobuf_EnumDescriptorProto_mutable_options | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1983 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_EnumDescriptorProto_mutable_reserved_name | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 2005 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange** google_protobuf_EnumDescriptorProto_mutable_reserved_range | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1992 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueDescriptorProto** google_protobuf_EnumDescriptorProto_mutable_value | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1966 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_EnumDescriptorProto_name | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1955 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto* google_protobuf_EnumDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1942 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumDescriptorProto_options | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1958 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto* google_protobuf_EnumDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1945 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview const* google_protobuf_EnumDescriptorProto_reserved_name | ( | const google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1960 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* const* google_protobuf_EnumDescriptorProto_reserved_range | ( | const google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1959 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_EnumDescriptorProto_resize_reserved_name | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2008 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange** google_protobuf_EnumDescriptorProto_resize_reserved_range | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1995 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueDescriptorProto** google_protobuf_EnumDescriptorProto_resize_value | ( | google_protobuf_EnumDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1969 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_EnumDescriptorProto_serialize | ( | const google_protobuf_EnumDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1950 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumDescriptorProto_set_name | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1962 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumDescriptorProto_set_options | ( | google_protobuf_EnumDescriptorProto * | msg, |
google_protobuf_EnumOptions * | value | ||
) |
Definition at line 1979 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumValueDescriptorProto* const* google_protobuf_EnumDescriptorProto_value | ( | const google_protobuf_EnumDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1956 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_EnumOptions_add_uninterpreted_option | ( | google_protobuf_EnumOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2533 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_allow_alias | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2514 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_deprecated | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2516 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_has_allow_alias | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2513 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_has_deprecated | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2515 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_EnumOptions_mutable_uninterpreted_option | ( | google_protobuf_EnumOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2527 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2501 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2504 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_EnumOptions_resize_uninterpreted_option | ( | google_protobuf_EnumOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2530 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_EnumOptions_serialize | ( | const google_protobuf_EnumOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2509 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumOptions_set_allow_alias | ( | google_protobuf_EnumOptions * | msg, |
bool | value | ||
) |
Definition at line 2519 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumOptions_set_deprecated | ( | google_protobuf_EnumOptions * | msg, |
bool | value | ||
) |
Definition at line 2523 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_EnumOptions_uninterpreted_option | ( | const google_protobuf_EnumOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2517 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_name | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2058 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_number | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2060 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_options | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2062 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumValueOptions* google_protobuf_EnumValueDescriptorProto_mutable_options | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2077 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_EnumValueDescriptorProto_name | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2059 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumValueDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 2046 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumValueDescriptorProto_number | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2061 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueDescriptorProto_options | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 2063 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumValueDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2049 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_EnumValueDescriptorProto_serialize | ( | const google_protobuf_EnumValueDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2054 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_name | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 2065 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_number | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 2069 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_options | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
google_protobuf_EnumValueOptions * | value | ||
) |
Definition at line 2073 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_EnumValueOptions_add_uninterpreted_option | ( | google_protobuf_EnumValueOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2569 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueOptions_deprecated | ( | const google_protobuf_EnumValueOptions * | msg | ) |
Definition at line 2556 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueOptions_has_deprecated | ( | const google_protobuf_EnumValueOptions * | msg | ) |
Definition at line 2555 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_EnumValueOptions_mutable_uninterpreted_option | ( | google_protobuf_EnumValueOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2563 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2543 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2546 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_EnumValueOptions_resize_uninterpreted_option | ( | google_protobuf_EnumValueOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2566 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_EnumValueOptions_serialize | ( | const google_protobuf_EnumValueOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2551 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueOptions_set_deprecated | ( | google_protobuf_EnumValueOptions * | msg, |
bool | value | ||
) |
Definition at line 2559 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_EnumValueOptions_uninterpreted_option | ( | const google_protobuf_EnumValueOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2557 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_ExtensionRangeOptions_add_uninterpreted_option | ( | google_protobuf_ExtensionRangeOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1810 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_ExtensionRangeOptions_mutable_uninterpreted_option | ( | google_protobuf_ExtensionRangeOptions * | msg, |
size_t * | len | ||
) |
Definition at line 1804 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_ExtensionRangeOptions_new | ( | upb_arena * | arena | ) |
Definition at line 1790 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_ExtensionRangeOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1793 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_ExtensionRangeOptions_resize_uninterpreted_option | ( | google_protobuf_ExtensionRangeOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1807 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_ExtensionRangeOptions_serialize | ( | const google_protobuf_ExtensionRangeOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1798 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_ExtensionRangeOptions_uninterpreted_option | ( | const google_protobuf_ExtensionRangeOptions * | msg, |
size_t * | len | ||
) |
Definition at line 1802 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_default_value | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1845 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_extendee | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1835 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_default_value | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1844 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_extendee | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1834 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_json_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1850 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_label | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1838 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1832 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_number | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1836 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_oneof_index | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1848 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_options | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1846 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_type | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1840 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_type_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1842 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_json_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1851 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_label | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1839 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FieldOptions* google_protobuf_FieldDescriptorProto_mutable_options | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1885 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1833 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto* google_protobuf_FieldDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1820 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_number | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1837 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_oneof_index | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1849 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldDescriptorProto_options | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1847 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto* google_protobuf_FieldDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1823 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_FieldDescriptorProto_serialize | ( | const google_protobuf_FieldDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1828 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_default_value | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1877 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_extendee | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1857 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_json_name | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1898 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_label | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1865 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_name | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1853 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_number | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1861 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_oneof_index | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1894 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_options | ( | google_protobuf_FieldDescriptorProto * | msg, |
google_protobuf_FieldOptions * | value | ||
) |
Definition at line 1881 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_type | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1869 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_type_name | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1873 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_type | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1841 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_type_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1843 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_FieldOptions_add_uninterpreted_option | ( | google_protobuf_FieldOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2461 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldOptions_ctype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2418 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_deprecated | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2422 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_ctype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2417 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_deprecated | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2421 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_jstype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2425 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_lazy | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2423 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_packed | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2419 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_weak | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2427 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldOptions_jstype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2426 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_lazy | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2424 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_FieldOptions_mutable_uninterpreted_option | ( | google_protobuf_FieldOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2455 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2405 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_packed | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2420 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2408 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_FieldOptions_resize_uninterpreted_option | ( | google_protobuf_FieldOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2458 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_FieldOptions_serialize | ( | const google_protobuf_FieldOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2413 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_ctype | ( | google_protobuf_FieldOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2431 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_deprecated | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2439 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_jstype | ( | google_protobuf_FieldOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2447 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_lazy | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2443 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_packed | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2435 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_weak | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2451 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_FieldOptions_uninterpreted_option | ( | const google_protobuf_FieldOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2429 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_weak | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2428 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_add_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | val, | ||
upb_arena * | arena | ||
) |
Definition at line 1464 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_EnumDescriptorProto* google_protobuf_FileDescriptorProto_add_enum_type | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1487 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FieldDescriptorProto* google_protobuf_FileDescriptorProto_add_extension | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1513 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_DescriptorProto* google_protobuf_FileDescriptorProto_add_message_type | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1474 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_add_public_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
int32_t | val, | ||
upb_arena * | arena | ||
) |
Definition at line 1552 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_ServiceDescriptorProto* google_protobuf_FileDescriptorProto_add_service | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1500 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_add_weak_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
int32_t | val, | ||
upb_arena * | arena | ||
) |
Definition at line 1562 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview const* google_protobuf_FileDescriptorProto_dependency | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1436 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumDescriptorProto* const* google_protobuf_FileDescriptorProto_enum_type | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1438 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FieldDescriptorProto* const* google_protobuf_FileDescriptorProto_extension | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1440 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_name | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1432 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_options | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1441 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_package | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1434 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_source_code_info | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1443 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_syntax | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1447 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_DescriptorProto* const* google_protobuf_FileDescriptorProto_message_type | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1437 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_FileDescriptorProto_mutable_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1458 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_mutable_enum_type | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1481 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_FileDescriptorProto_mutable_extension | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1507 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_mutable_message_type | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1468 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FileOptions* google_protobuf_FileDescriptorProto_mutable_options | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1524 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_FileDescriptorProto_mutable_public_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1546 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceDescriptorProto** google_protobuf_FileDescriptorProto_mutable_service | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1494 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_SourceCodeInfo* google_protobuf_FileDescriptorProto_mutable_source_code_info | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1537 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_FileDescriptorProto_mutable_weak_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1556 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_name | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1433 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1420 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileDescriptorProto_options | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1442 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_package | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1435 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1423 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t const* google_protobuf_FileDescriptorProto_public_dependency | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1445 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_FileDescriptorProto_resize_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1461 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto** google_protobuf_FileDescriptorProto_resize_enum_type | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1484 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto** google_protobuf_FileDescriptorProto_resize_extension | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1510 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto** google_protobuf_FileDescriptorProto_resize_message_type | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1471 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_FileDescriptorProto_resize_public_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1549 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceDescriptorProto** google_protobuf_FileDescriptorProto_resize_service | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1497 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_FileDescriptorProto_resize_weak_dependency | ( | google_protobuf_FileDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1559 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_FileDescriptorProto_serialize | ( | const google_protobuf_FileDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1428 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_ServiceDescriptorProto* const* google_protobuf_FileDescriptorProto_service | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1439 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_name | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1450 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_options | ( | google_protobuf_FileDescriptorProto * | msg, |
google_protobuf_FileOptions * | value | ||
) |
Definition at line 1520 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_package | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1454 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_source_code_info | ( | google_protobuf_FileDescriptorProto * | msg, |
google_protobuf_SourceCodeInfo * | value | ||
) |
Definition at line 1533 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_syntax | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1566 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_FileDescriptorProto_source_code_info | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1444 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_syntax | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1448 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t const* google_protobuf_FileDescriptorProto_weak_dependency | ( | const google_protobuf_FileDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 1446 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorSet_add_file | ( | google_protobuf_FileDescriptorSet * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1410 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FileDescriptorProto* const* google_protobuf_FileDescriptorSet_file | ( | const google_protobuf_FileDescriptorSet * | msg, |
size_t * | len | ||
) |
Definition at line 1402 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorProto** google_protobuf_FileDescriptorSet_mutable_file | ( | google_protobuf_FileDescriptorSet * | msg, |
size_t * | len | ||
) |
Definition at line 1404 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorSet* google_protobuf_FileDescriptorSet_new | ( | upb_arena * | arena | ) |
Definition at line 1390 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorSet* google_protobuf_FileDescriptorSet_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1393 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorProto** google_protobuf_FileDescriptorSet_resize_file | ( | google_protobuf_FileDescriptorSet * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 1407 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_FileDescriptorSet_serialize | ( | const google_protobuf_FileDescriptorSet * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1398 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_FileOptions_add_uninterpreted_option | ( | google_protobuf_FileOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2341 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_cc_enable_arenas | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2236 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_cc_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2224 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_csharp_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2240 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_deprecated | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2232 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_go_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2222 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_cc_enable_arenas | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2235 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_cc_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2223 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_csharp_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2239 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_deprecated | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2231 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_go_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2221 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_generate_equals_and_hash | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2229 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2225 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_multiple_files | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2219 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_outer_classname | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2215 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2213 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_string_check_utf8 | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2233 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_objc_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2237 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_optimize_for | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2217 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2243 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2247 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_metadata_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2249 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2245 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_py_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2227 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_ruby_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2251 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_swift_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2241 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_generate_equals_and_hash | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2230 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2226 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_multiple_files | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2220 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_java_outer_classname | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2216 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_java_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2214 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_string_check_utf8 | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2234 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_FileOptions_mutable_uninterpreted_option | ( | google_protobuf_FileOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2335 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2201 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_objc_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2238 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FileOptions_optimize_for | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2218 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2204 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_php_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2244 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_php_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2248 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_php_metadata_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2250 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_php_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2246 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_py_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2228 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_FileOptions_resize_uninterpreted_option | ( | google_protobuf_FileOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2338 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_ruby_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2252 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_FileOptions_serialize | ( | const google_protobuf_FileOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2209 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_cc_enable_arenas | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2299 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_cc_generic_services | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2275 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_csharp_namespace | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2307 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_deprecated | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2291 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_go_package | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2271 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_generate_equals_and_hash | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2287 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_generic_services | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2279 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_multiple_files | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2267 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_outer_classname | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2259 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_package | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2255 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_java_string_check_utf8 | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2295 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_objc_class_prefix | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2303 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_optimize_for | ( | google_protobuf_FileOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2263 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_php_class_prefix | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2315 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_php_generic_services | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2323 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_php_metadata_namespace | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2327 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_php_namespace | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2319 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_py_generic_services | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 2283 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_ruby_package | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2331 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_swift_prefix | ( | google_protobuf_FileOptions * | msg, |
upb_strview | value | ||
) |
Definition at line 2311 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_swift_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 2242 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_FileOptions_uninterpreted_option | ( | const google_protobuf_FileOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2253 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_GeneratedCodeInfo_add_annotation | ( | google_protobuf_GeneratedCodeInfo * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2862 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* const* google_protobuf_GeneratedCodeInfo_annotation | ( | const google_protobuf_GeneratedCodeInfo * | msg, |
size_t * | len | ||
) |
Definition at line 2854 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_add_path | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
int32_t | val, | ||
upb_arena * | arena | ||
) |
Definition at line 2898 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_GeneratedCodeInfo_Annotation_begin | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2888 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_GeneratedCodeInfo_Annotation_end | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2890 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_has_begin | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2887 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_has_end | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2889 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_has_source_file | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2885 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_GeneratedCodeInfo_Annotation_mutable_path | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
size_t * | len | ||
) |
Definition at line 2892 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_GeneratedCodeInfo_Annotation_new | ( | upb_arena * | arena | ) |
Definition at line 2872 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_GeneratedCodeInfo_Annotation_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2875 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t const* google_protobuf_GeneratedCodeInfo_Annotation_path | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
size_t * | len | ||
) |
Definition at line 2884 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_GeneratedCodeInfo_Annotation_resize_path | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2895 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_GeneratedCodeInfo_Annotation_serialize | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2880 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_begin | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
int32_t | value | ||
) |
Definition at line 2906 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_end | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
int32_t | value | ||
) |
Definition at line 2910 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_GeneratedCodeInfo_Annotation_set_source_file | ( | google_protobuf_GeneratedCodeInfo_Annotation * | msg, |
upb_strview | value | ||
) |
Definition at line 2902 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_GeneratedCodeInfo_Annotation_source_file | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2886 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation** google_protobuf_GeneratedCodeInfo_mutable_annotation | ( | google_protobuf_GeneratedCodeInfo * | msg, |
size_t * | len | ||
) |
Definition at line 2856 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo* google_protobuf_GeneratedCodeInfo_new | ( | upb_arena * | arena | ) |
Definition at line 2842 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo* google_protobuf_GeneratedCodeInfo_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2845 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation** google_protobuf_GeneratedCodeInfo_resize_annotation | ( | google_protobuf_GeneratedCodeInfo * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2859 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_GeneratedCodeInfo_serialize | ( | const google_protobuf_GeneratedCodeInfo * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2850 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_MessageOptions_add_uninterpreted_option | ( | google_protobuf_MessageOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2395 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_deprecated | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2368 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_deprecated | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2367 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_map_entry | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2369 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_message_set_wire_format | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2363 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_no_standard_descriptor_accessor | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2365 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_map_entry | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2370 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_message_set_wire_format | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2364 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_MessageOptions_mutable_uninterpreted_option | ( | google_protobuf_MessageOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2389 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MessageOptions* google_protobuf_MessageOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2351 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_no_standard_descriptor_accessor | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2366 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MessageOptions* google_protobuf_MessageOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2354 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_MessageOptions_resize_uninterpreted_option | ( | google_protobuf_MessageOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2392 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_MessageOptions_serialize | ( | const google_protobuf_MessageOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2359 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_deprecated | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2381 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_map_entry | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2385 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_message_set_wire_format | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2373 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_no_standard_descriptor_accessor | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2377 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_MessageOptions_uninterpreted_option | ( | const google_protobuf_MessageOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2371 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_client_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2161 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_client_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2160 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_input_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2154 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_name | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2152 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_options | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2158 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_output_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2156 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_server_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2162 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_input_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2155 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_MethodOptions* google_protobuf_MethodDescriptorProto_mutable_options | ( | google_protobuf_MethodDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2181 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_name | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2153 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 2140 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodDescriptorProto_options | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2159 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_output_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2157 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2143 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_MethodDescriptorProto_serialize | ( | const google_protobuf_MethodDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2148 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_server_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 2163 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_client_streaming | ( | google_protobuf_MethodDescriptorProto * | msg, |
bool | value | ||
) |
Definition at line 2190 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_input_type | ( | google_protobuf_MethodDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 2169 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_name | ( | google_protobuf_MethodDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 2165 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_options | ( | google_protobuf_MethodDescriptorProto * | msg, |
google_protobuf_MethodOptions * | value | ||
) |
Definition at line 2177 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_output_type | ( | google_protobuf_MethodDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 2173 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_server_streaming | ( | google_protobuf_MethodDescriptorProto * | msg, |
bool | value | ||
) |
Definition at line 2194 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_MethodOptions_add_uninterpreted_option | ( | google_protobuf_MethodOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2647 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_deprecated | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2628 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_has_deprecated | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2627 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_has_idempotency_level | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2629 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_MethodOptions_idempotency_level | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2630 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_MethodOptions_mutable_uninterpreted_option | ( | google_protobuf_MethodOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2641 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2615 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2618 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_MethodOptions_resize_uninterpreted_option | ( | google_protobuf_MethodOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2644 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_MethodOptions_serialize | ( | const google_protobuf_MethodOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2623 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodOptions_set_deprecated | ( | google_protobuf_MethodOptions * | msg, |
bool | value | ||
) |
Definition at line 2633 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodOptions_set_idempotency_level | ( | google_protobuf_MethodOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2637 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_MethodOptions_uninterpreted_option | ( | const google_protobuf_MethodOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2631 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_OneofDescriptorProto_has_name | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1917 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_OneofDescriptorProto_has_options | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1919 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_OneofOptions* google_protobuf_OneofDescriptorProto_mutable_options | ( | google_protobuf_OneofDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 1930 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_OneofDescriptorProto_name | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1918 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofDescriptorProto* google_protobuf_OneofDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1905 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofDescriptorProto_options | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1920 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofDescriptorProto* google_protobuf_OneofDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 1908 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_OneofDescriptorProto_serialize | ( | const google_protobuf_OneofDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 1913 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_OneofDescriptorProto_set_name | ( | google_protobuf_OneofDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1922 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_OneofDescriptorProto_set_options | ( | google_protobuf_OneofDescriptorProto * | msg, |
google_protobuf_OneofOptions * | value | ||
) |
Definition at line 1926 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_OneofOptions_add_uninterpreted_option | ( | google_protobuf_OneofOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2491 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_OneofOptions_mutable_uninterpreted_option | ( | google_protobuf_OneofOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2485 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2471 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2474 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_OneofOptions_resize_uninterpreted_option | ( | google_protobuf_OneofOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2488 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_OneofOptions_serialize | ( | const google_protobuf_OneofOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2479 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_OneofOptions_uninterpreted_option | ( | const google_protobuf_OneofOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2483 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_MethodDescriptorProto* google_protobuf_ServiceDescriptorProto_add_method | ( | google_protobuf_ServiceDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2117 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceDescriptorProto_has_name | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 2101 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceDescriptorProto_has_options | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 2104 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_MethodDescriptorProto* const* google_protobuf_ServiceDescriptorProto_method | ( | const google_protobuf_ServiceDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 2103 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_mutable_method | ( | google_protobuf_ServiceDescriptorProto * | msg, |
size_t * | len | ||
) |
Definition at line 2111 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_ServiceOptions* google_protobuf_ServiceDescriptorProto_mutable_options | ( | google_protobuf_ServiceDescriptorProto * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2128 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_ServiceDescriptorProto_name | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 2102 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceDescriptorProto* google_protobuf_ServiceDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 2089 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceDescriptorProto_options | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 2105 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceDescriptorProto* google_protobuf_ServiceDescriptorProto_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2092 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodDescriptorProto** google_protobuf_ServiceDescriptorProto_resize_method | ( | google_protobuf_ServiceDescriptorProto * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2114 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_ServiceDescriptorProto_serialize | ( | const google_protobuf_ServiceDescriptorProto * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2097 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_ServiceDescriptorProto_set_name | ( | google_protobuf_ServiceDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 2107 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_ServiceDescriptorProto_set_options | ( | google_protobuf_ServiceDescriptorProto * | msg, |
google_protobuf_ServiceOptions * | value | ||
) |
Definition at line 2124 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption* google_protobuf_ServiceOptions_add_uninterpreted_option | ( | google_protobuf_ServiceOptions * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2605 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceOptions_deprecated | ( | const google_protobuf_ServiceOptions * | msg | ) |
Definition at line 2592 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceOptions_has_deprecated | ( | const google_protobuf_ServiceOptions * | msg | ) |
Definition at line 2591 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_ServiceOptions_mutable_uninterpreted_option | ( | google_protobuf_ServiceOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2599 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2579 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceOptions_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2582 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption** google_protobuf_ServiceOptions_resize_uninterpreted_option | ( | google_protobuf_ServiceOptions * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2602 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_ServiceOptions_serialize | ( | const google_protobuf_ServiceOptions * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2587 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_ServiceOptions_set_deprecated | ( | google_protobuf_ServiceOptions * | msg, |
bool | value | ||
) |
Definition at line 2595 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption* const* google_protobuf_ServiceOptions_uninterpreted_option | ( | const google_protobuf_ServiceOptions * | msg, |
size_t * | len | ||
) |
Definition at line 2593 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeInfo_add_location | ( | google_protobuf_SourceCodeInfo * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2771 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_SourceCodeInfo_Location* const* google_protobuf_SourceCodeInfo_location | ( | const google_protobuf_SourceCodeInfo * | msg, |
size_t * | len | ||
) |
Definition at line 2763 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_SourceCodeInfo_Location_add_leading_detached_comments | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
upb_strview | val, | ||
upb_arena * | arena | ||
) |
Definition at line 2835 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_SourceCodeInfo_Location_add_path | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
int32_t | val, | ||
upb_arena * | arena | ||
) |
Definition at line 2807 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_SourceCodeInfo_Location_add_span | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
int32_t | val, | ||
upb_arena * | arena | ||
) |
Definition at line 2817 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_SourceCodeInfo_Location_has_leading_comments | ( | const google_protobuf_SourceCodeInfo_Location * | msg | ) |
Definition at line 2795 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_SourceCodeInfo_Location_has_trailing_comments | ( | const google_protobuf_SourceCodeInfo_Location * | msg | ) |
Definition at line 2797 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_SourceCodeInfo_Location_leading_comments | ( | const google_protobuf_SourceCodeInfo_Location * | msg | ) |
Definition at line 2796 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview const* google_protobuf_SourceCodeInfo_Location_leading_detached_comments | ( | const google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2799 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_SourceCodeInfo_Location_mutable_leading_detached_comments | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2829 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_SourceCodeInfo_Location_mutable_path | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2801 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_SourceCodeInfo_Location_mutable_span | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2811 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeInfo_Location_new | ( | upb_arena * | arena | ) |
Definition at line 2781 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeInfo_Location_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2784 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t const* google_protobuf_SourceCodeInfo_Location_path | ( | const google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2793 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview* google_protobuf_SourceCodeInfo_Location_resize_leading_detached_comments | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2832 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_SourceCodeInfo_Location_resize_path | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2804 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t* google_protobuf_SourceCodeInfo_Location_resize_span | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2814 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_SourceCodeInfo_Location_serialize | ( | const google_protobuf_SourceCodeInfo_Location * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2789 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_SourceCodeInfo_Location_set_leading_comments | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
upb_strview | value | ||
) |
Definition at line 2821 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_SourceCodeInfo_Location_set_trailing_comments | ( | google_protobuf_SourceCodeInfo_Location * | msg, |
upb_strview | value | ||
) |
Definition at line 2825 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t const* google_protobuf_SourceCodeInfo_Location_span | ( | const google_protobuf_SourceCodeInfo_Location * | msg, |
size_t * | len | ||
) |
Definition at line 2794 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_SourceCodeInfo_Location_trailing_comments | ( | const google_protobuf_SourceCodeInfo_Location * | msg | ) |
Definition at line 2798 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo_Location** google_protobuf_SourceCodeInfo_mutable_location | ( | google_protobuf_SourceCodeInfo * | msg, |
size_t * | len | ||
) |
Definition at line 2765 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_SourceCodeInfo_new | ( | upb_arena * | arena | ) |
Definition at line 2751 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_SourceCodeInfo_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2754 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo_Location** google_protobuf_SourceCodeInfo_resize_location | ( | google_protobuf_SourceCodeInfo * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2768 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_SourceCodeInfo_serialize | ( | const google_protobuf_SourceCodeInfo * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2759 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE struct google_protobuf_UninterpretedOption_NamePart* google_protobuf_UninterpretedOption_add_name | ( | google_protobuf_UninterpretedOption * | msg, |
upb_arena * | arena | ||
) |
Definition at line 2689 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_aggregate_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2681 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE double google_protobuf_UninterpretedOption_double_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2677 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_aggregate_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2680 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_double_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2676 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_identifier_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2670 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_negative_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2674 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_positive_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2672 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_string_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2678 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_identifier_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2671 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption_NamePart** google_protobuf_UninterpretedOption_mutable_name | ( | google_protobuf_UninterpretedOption * | msg, |
size_t * | len | ||
) |
Definition at line 2683 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_UninterpretedOption_NamePart* const* google_protobuf_UninterpretedOption_name | ( | const google_protobuf_UninterpretedOption * | msg, |
size_t * | len | ||
) |
Definition at line 2669 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_NamePart_has_is_extension | ( | const google_protobuf_UninterpretedOption_NamePart * | msg | ) |
Definition at line 2737 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_NamePart_has_name_part | ( | const google_protobuf_UninterpretedOption_NamePart * | msg | ) |
Definition at line 2735 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_NamePart_is_extension | ( | const google_protobuf_UninterpretedOption_NamePart * | msg | ) |
Definition at line 2738 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_NamePart_name_part | ( | const google_protobuf_UninterpretedOption_NamePart * | msg | ) |
Definition at line 2736 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption_NamePart* google_protobuf_UninterpretedOption_NamePart_new | ( | upb_arena * | arena | ) |
Definition at line 2723 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption_NamePart* google_protobuf_UninterpretedOption_NamePart_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2726 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_UninterpretedOption_NamePart_serialize | ( | const google_protobuf_UninterpretedOption_NamePart * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2731 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_NamePart_set_is_extension | ( | google_protobuf_UninterpretedOption_NamePart * | msg, |
bool | value | ||
) |
Definition at line 2744 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_NamePart_set_name_part | ( | google_protobuf_UninterpretedOption_NamePart * | msg, |
upb_strview | value | ||
) |
Definition at line 2740 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int64_t google_protobuf_UninterpretedOption_negative_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2675 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption* google_protobuf_UninterpretedOption_new | ( | upb_arena * | arena | ) |
Definition at line 2657 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption* google_protobuf_UninterpretedOption_parse | ( | const char * | buf, |
size_t | size, | ||
upb_arena * | arena | ||
) |
Definition at line 2660 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t google_protobuf_UninterpretedOption_positive_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2673 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption_NamePart** google_protobuf_UninterpretedOption_resize_name | ( | google_protobuf_UninterpretedOption * | msg, |
size_t | len, | ||
upb_arena * | arena | ||
) |
Definition at line 2686 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* google_protobuf_UninterpretedOption_serialize | ( | const google_protobuf_UninterpretedOption * | msg, |
upb_arena * | arena, | ||
size_t * | len | ||
) |
Definition at line 2665 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_aggregate_value | ( | google_protobuf_UninterpretedOption * | msg, |
upb_strview | value | ||
) |
Definition at line 2716 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_double_value | ( | google_protobuf_UninterpretedOption * | msg, |
double | value | ||
) |
Definition at line 2708 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_identifier_value | ( | google_protobuf_UninterpretedOption * | msg, |
upb_strview | value | ||
) |
Definition at line 2696 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_negative_int_value | ( | google_protobuf_UninterpretedOption * | msg, |
int64_t | value | ||
) |
Definition at line 2704 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_positive_int_value | ( | google_protobuf_UninterpretedOption * | msg, |
uint64_t | value | ||
) |
Definition at line 2700 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_string_value | ( | google_protobuf_UninterpretedOption * | msg, |
upb_strview | value | ||
) |
Definition at line 2712 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_string_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2679 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_arena_addcleanup | ( | upb_arena * | a, |
void * | ud, | ||
upb_cleanup_func * | func | ||
) |
Definition at line 2414 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE upb_alloc* upb_arena_alloc | ( | upb_arena * | a | ) |
Definition at line 379 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 2428 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_arena_free | ( | upb_arena * | a | ) |
Definition at line 2391 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 2354 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void* upb_arena_malloc | ( | upb_arena * | a, |
size_t | size | ||
) |
Definition at line 383 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_arena* upb_arena_new | ( | void | ) |
Definition at line 392 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void* upb_arena_realloc | ( | upb_arena * | a, |
void * | ptr, | ||
size_t | oldsize, | ||
size_t | size | ||
) |
Definition at line 387 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1203 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_arrhas | ( | upb_tabval | key | ) |
Definition at line 890 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_bufsrc_putbuf | ( | const char * | buf, |
size_t | len, | ||
upb_bytessink | sink | ||
) |
Definition at line 5477 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_byteshandler_init | ( | upb_byteshandler * | handler | ) |
Definition at line 4535 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_byteshandler_setendstr | ( | upb_byteshandler * | h, |
upb_endfield_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 5374 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_byteshandler_setstartstr | ( | upb_byteshandler * | h, |
upb_startstr_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 5360 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_byteshandler_setstring | ( | upb_byteshandler * | h, |
upb_string_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 5367 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_bytessink_end | ( | upb_bytessink | s | ) |
Definition at line 5950 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_bytessink_putbuf | ( | upb_bytessink | s, |
void * | subc, | ||
const char * | buf, | ||
size_t | size, | ||
const upb_bufhandle * | handle | ||
) |
Definition at line 5937 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_bytessink_reset | ( | upb_bytessink * | s, |
const upb_byteshandler * | h, | ||
void * | closure | ||
) |
Definition at line 5916 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_bytessink_start | ( | upb_bytessink | s, |
size_t | size_hint, | ||
void ** | subc | ||
) |
Definition at line 5922 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_decode | ( | const char * | buf, |
size_t | size, | ||
upb_msg * | msg, | ||
const upb_msglayout * | l, | ||
upb_arena * | arena | ||
) |
Definition at line 742 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE upb_decoderet upb_decoderet_make | ( | const char * | p, |
uint64_t | val | ||
) |
Definition at line 6634 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
char* upb_encode | ( | const void * | msg, |
const upb_msglayout * | l, | ||
upb_arena * | arena, | ||
size_t * | size | ||
) |
Definition at line 1105 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_enum_begin | ( | upb_enum_iter * | iter, |
const upb_enumdef * | e | ||
) |
Definition at line 3265 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_enum_done | ( | upb_enum_iter * | iter | ) |
Definition at line 3271 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_enum_iter_name | ( | upb_enum_iter * | iter | ) |
Definition at line 3289 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_enum_iter_number | ( | upb_enum_iter * | iter | ) |
Definition at line 3293 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_enum_next | ( | upb_enum_iter * | iter | ) |
Definition at line 3270 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_enumdef_default | ( | const upb_enumdef * | e | ) |
Definition at line 3256 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_filedef* upb_enumdef_file | ( | const upb_enumdef * | e | ) |
Definition at line 3252 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_enumdef_fullname | ( | const upb_enumdef * | e | ) |
Definition at line 3244 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_enumdef_iton | ( | const upb_enumdef * | e, |
int32_t | num | ||
) |
Definition at line 3283 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_enumdef_name | ( | const upb_enumdef * | e | ) |
Definition at line 3248 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_enumdef_ntoi | ( | const upb_enumdef * | e, |
const char * | name, | ||
size_t | len, | ||
int32_t * | num | ||
) |
Definition at line 3273 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_enumdef_ntoiz | ( | const upb_enumdef * | e, |
const char * | name, | ||
int32_t * | num | ||
) |
Definition at line 3607 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
int upb_enumdef_numvals | ( | const upb_enumdef * | e | ) |
Definition at line 3261 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_oneofdef* upb_fielddef_containingoneof | ( | const upb_fielddef * | f | ) |
Definition at line 3418 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_fielddef_containingtype | ( | const upb_fielddef * | f | ) |
Definition at line 3414 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_defaultbool | ( | const upb_fielddef * | f | ) |
Definition at line 3447 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
double upb_fielddef_defaultdouble | ( | const upb_fielddef * | f | ) |
Definition at line 3457 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
float upb_fielddef_defaultfloat | ( | const upb_fielddef * | f | ) |
Definition at line 3452 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_fielddef_defaultint32 | ( | const upb_fielddef * | f | ) |
Definition at line 3432 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int64_t upb_fielddef_defaultint64 | ( | const upb_fielddef * | f | ) |
Definition at line 3427 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_fielddef_defaultstr | ( | const upb_fielddef * | f, |
size_t * | len | ||
) |
Definition at line 3462 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_defaultuint32 | ( | const upb_fielddef * | f | ) |
Definition at line 3442 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint64_t upb_fielddef_defaultuint64 | ( | const upb_fielddef * | f | ) |
Definition at line 3437 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_descriptortype_t upb_fielddef_descriptortype | ( | const upb_fielddef * | f | ) |
Definition at line 3339 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_fielddef_enumsubdef | ( | const upb_fielddef * | f | ) |
Definition at line 3481 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_fielddef_fullname | ( | const upb_fielddef * | f | ) |
Definition at line 3300 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_fielddef_getjsonname | ( | const upb_fielddef * | f, |
char * | buf, | ||
size_t | len | ||
) |
Definition at line 3375 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_haspresence | ( | const upb_fielddef * | f | ) |
Definition at line 3512 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_hassubdef | ( | const upb_fielddef * | f | ) |
Definition at line 3508 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_index | ( | const upb_fielddef * | f | ) |
Definition at line 3343 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_isextension | ( | const upb_fielddef * | f | ) |
Definition at line 3355 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_ismap | ( | const upb_fielddef * | f | ) |
Definition at line 3503 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_isprimitive | ( | const upb_fielddef * | f | ) |
Definition at line 3499 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_isseq | ( | const upb_fielddef * | f | ) |
Definition at line 3495 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_isstring | ( | const upb_fielddef * | f | ) |
Definition at line 3490 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_issubmsg | ( | const upb_fielddef * | f | ) |
Definition at line 3486 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_label_t upb_fielddef_label | ( | const upb_fielddef * | f | ) |
Definition at line 3347 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_lazy | ( | const upb_fielddef * | f | ) |
Definition at line 3359 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_fielddef_msgsubdef | ( | const upb_fielddef * | f | ) |
Definition at line 3476 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_fielddef_name | ( | const upb_fielddef * | f | ) |
Definition at line 3367 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_number | ( | const upb_fielddef * | f | ) |
Definition at line 3351 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_fielddef_packed | ( | const upb_fielddef * | f | ) |
Definition at line 3363 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_selectorbase | ( | const upb_fielddef * | f | ) |
Definition at line 3371 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_fieldtype_t upb_fielddef_type | ( | const upb_fielddef * | f | ) |
Definition at line 3304 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_filedef* upb_filedef_dep | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 4528 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int upb_filedef_depcount | ( | const upb_filedef * | f | ) |
Definition at line 4520 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_filedef_enum | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 4536 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int upb_filedef_enumcount | ( | const upb_filedef * | f | ) |
Definition at line 4524 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_filedef_msg | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 4532 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int upb_filedef_msgcount | ( | const upb_filedef * | f | ) |
Definition at line 4516 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_filedef_name | ( | const upb_filedef * | f | ) |
Definition at line 4496 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_filedef_package | ( | const upb_filedef * | f | ) |
Definition at line 4500 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_filedef_phpnamespace | ( | const upb_filedef * | f | ) |
Definition at line 4508 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_filedef_phpprefix | ( | const upb_filedef * | f | ) |
Definition at line 4504 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_syntax_t upb_filedef_syntax | ( | const upb_filedef * | f | ) |
Definition at line 4512 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_free | ( | upb_alloc * | alloc, |
void * | ptr | ||
) |
Definition at line 314 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
|
static |
Definition at line 886 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_gfree | ( | void * | ptr | ) |
Definition at line 344 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void* upb_gmalloc | ( | size_t | size | ) |
Definition at line 336 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void* upb_grealloc | ( | void * | ptr, |
size_t | oldsize, | ||
size_t | size | ||
) |
Definition at line 340 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* upb_gstrdup | ( | const char * | s | ) |
Definition at line 702 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_handlercache_addcleanup | ( | upb_handlercache * | h, |
void * | p, | ||
upb_handlerfree * | hfree | ||
) |
Definition at line 5353 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_handlercache_free | ( | upb_handlercache * | cache | ) |
Definition at line 5347 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlercache_get | ( | upb_handlercache * | cache, |
const upb_msgdef * | md | ||
) |
Definition at line 5288 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_handlercache* upb_handlercache_new | ( | upb_handlers_callback * | callback, |
const void * | closure | ||
) |
Definition at line 5327 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_handlers_addcleanup | ( | upb_handlers * | h, |
void * | p, | ||
upb_handlerfree * | hfree | ||
) |
Definition at line 5197 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_handlers_clearerr | ( | upb_handlers * | h | ) |
bool upb_handlers_getattr | ( | const upb_handlers * | h, |
upb_selector_t | s, | ||
upb_handlerattr * | attr | ||
) |
Definition at line 5181 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE upb_selector_t upb_handlers_getendselector | ( | upb_selector_t | start | ) |
Definition at line 4101 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
upb_func* upb_handlers_gethandler | ( | const upb_handlers * | h, |
upb_selector_t | s, | ||
const void ** | handler_data | ||
) |
Definition at line 5172 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_handlertype_t upb_handlers_getprimitivehandlertype | ( | const upb_fielddef * | f | ) |
Definition at line 5201 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_handlers_getselector | ( | const upb_fielddef * | f, |
upb_handlertype_t | type, | ||
upb_selector_t * | s | ||
) |
Definition at line 5215 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlers_getsubhandlers | ( | const upb_handlers * | h, |
const upb_fielddef * | f | ||
) |
Definition at line 5166 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlers_getsubhandlers_sel | ( | const upb_handlers * | h, |
upb_selector_t | sel | ||
) |
Definition at line 5189 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_handlers_msgdef | ( | const upb_handlers * | h | ) |
Definition at line 5195 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_handlers_setbool | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_bool_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setdouble | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_double_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setendmsg | ( | upb_handlers * | h, |
upb_endmsg_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
Definition at line 5148 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_handlers_setendseq | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_endfield_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setendstr | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_endfield_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setendsubmsg | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_endfield_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setfloat | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_float_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setint32 | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_int32_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setint64 | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_int64_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setstartmsg | ( | upb_handlers * | h, |
upb_startmsg_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
Definition at line 5142 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_handlers_setstartseq | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_startfield_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setstartstr | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_startstr_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setstartsubmsg | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_startfield_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setstring | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_string_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setuint32 | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_uint32_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setuint64 | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
upb_uint64_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
bool upb_handlers_setunknown | ( | upb_handlers * | h, |
upb_unknown_handlerfunc * | func, | ||
const upb_handlerattr * | attr | ||
) |
Definition at line 5136 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_status* upb_handlers_status | ( | upb_handlers * | h | ) |
UPB_INLINE uint32_t upb_inthash | ( | uintptr_t | key | ) |
Definition at line 882 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE uintptr_t upb_intkey | ( | uintptr_t | key | ) |
Definition at line 878 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_inttable_begin | ( | upb_inttable_iter * | i, |
const upb_inttable * | t | ||
) |
Definition at line 1936 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_inttable_compact | ( | upb_inttable * | t | ) |
Definition at line 1018 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_inttable_compact2 | ( | upb_inttable * | t, |
upb_alloc * | a | ||
) |
Definition at line 1865 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_inttable_count | ( | const upb_inttable * | t | ) |
Definition at line 1711 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_done | ( | const upb_inttable_iter * | i | ) |
Definition at line 1958 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_init | ( | upb_inttable * | table, |
upb_ctype_t | ctype | ||
) |
Definition at line 901 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_inttable_init2 | ( | upb_inttable * | table, |
upb_ctype_t | ctype, | ||
upb_alloc * | a | ||
) |
Definition at line 1751 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_insert | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value | val | ||
) |
Definition at line 942 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_inttable_insert2 | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value | val, | ||
upb_alloc * | a | ||
) |
Definition at line 1760 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_insertptr | ( | upb_inttable * | t, |
const void * | key, | ||
upb_value | val | ||
) |
Definition at line 1008 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_inttable_insertptr2 | ( | upb_inttable * | t, |
const void * | key, | ||
upb_value | val, | ||
upb_alloc * | a | ||
) |
Definition at line 1850 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_iter_isequal | ( | const upb_inttable_iter * | i1, |
const upb_inttable_iter * | i2 | ||
) |
Definition at line 1987 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uintptr_t upb_inttable_iter_key | ( | const upb_inttable_iter * | i | ) |
Definition at line 1969 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_inttable_iter_setdone | ( | upb_inttable_iter * | i | ) |
Definition at line 1981 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_value upb_inttable_iter_value | ( | const upb_inttable_iter * | i | ) |
Definition at line 1974 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_lookup | ( | const upb_inttable * | t, |
uintptr_t | key, | ||
upb_value * | v | ||
) |
Definition at line 1803 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_lookup32 | ( | const upb_inttable * | t, |
uint32_t | key, | ||
upb_value * | v | ||
) |
Definition at line 1024 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_inttable_lookupptr | ( | const upb_inttable * | t, |
const void * | key, | ||
upb_value * | val | ||
) |
Definition at line 1856 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_inttable_next | ( | upb_inttable_iter * | i | ) |
Definition at line 1943 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_inttable* upb_inttable_pack | ( | const upb_inttable * | t, |
void * | p, | ||
size_t * | ofs, | ||
size_t | size | ||
) |
void upb_inttable_packedsize | ( | const upb_inttable * | t, |
size_t * | size | ||
) |
upb_value upb_inttable_pop | ( | upb_inttable * | t | ) |
Definition at line 1843 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_push | ( | upb_inttable * | t, |
upb_value | val | ||
) |
Definition at line 997 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_inttable_push2 | ( | upb_inttable * | t, |
upb_value | val, | ||
upb_alloc * | a | ||
) |
Definition at line 1838 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_remove | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value * | val | ||
) |
Definition at line 1817 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_removeptr | ( | upb_inttable * | t, |
const void * | key, | ||
upb_value * | val | ||
) |
Definition at line 1861 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_inttable_replace | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value | val | ||
) |
Definition at line 1810 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_inttable_uninit | ( | upb_inttable * | table | ) |
Definition at line 909 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_inttable_uninit2 | ( | upb_inttable * | table, |
upb_alloc * | a | ||
) |
Definition at line 1755 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_json_codecache_free | ( | upb_json_codecache * | cache | ) |
Definition at line 11881 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_json_parsermethod* upb_json_codecache_get | ( | upb_json_codecache * | cache, |
const upb_msgdef * | md | ||
) |
Definition at line 11886 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_json_codecache* upb_json_codecache_new | ( | void | ) |
Definition at line 11867 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_json_parser* upb_json_parser_create | ( | upb_arena * | a, |
const upb_json_parsermethod * | m, | ||
const upb_symtab * | symtab, | ||
upb_sink | output, | ||
upb_status * | status, | ||
bool | ignore_json_unknown | ||
) |
Definition at line 11816 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_bytessink upb_json_parser_input | ( | upb_json_parser * | p | ) |
Definition at line 11858 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_byteshandler* upb_json_parsermethod_inputhandler | ( | const upb_json_parsermethod * | m | ) |
Definition at line 11862 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_json_printer* upb_json_printer_create | ( | upb_arena * | a, |
const upb_handlers * | h, | ||
upb_bytessink | output | ||
) |
Definition at line 13291 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_sink upb_json_printer_input | ( | upb_json_printer * | p | ) |
Definition at line 13312 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_handlercache* upb_json_printer_newcache | ( | bool | preserve_proto_fieldnames | ) |
Definition at line 13316 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_handlers* upb_json_printer_newhandlers | ( | const upb_msgdef * | md, |
bool | preserve_fieldnames, | ||
const void * | owner | ||
) |
UPB_INLINE void* upb_malloc | ( | upb_alloc * | alloc, |
size_t | size | ||
) |
Definition at line 303 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
Definition at line 1217 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_field_begin | ( | upb_msg_field_iter * | iter, |
const upb_msgdef * | m | ||
) |
Definition at line 3622 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_field_done | ( | const upb_msg_field_iter * | iter | ) |
Definition at line 3628 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_field_iter_isequal | ( | const upb_msg_field_iter * | iter1, |
const upb_msg_field_iter * | iter2 | ||
) |
Definition at line 3640 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_field_iter_setdone | ( | upb_msg_field_iter * | iter | ) |
Definition at line 3636 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_field_next | ( | upb_msg_field_iter * | iter | ) |
Definition at line 3626 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_getscalarhandlerdata | ( | const upb_handlers * | h, |
upb_selector_t | s, | ||
upb_fieldtype_t * | type, | ||
size_t * | offset, | ||
int32_t * | hasbit | ||
) |
Definition at line 5443 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 1231 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_fielddef* upb_msg_iter_field | ( | const upb_msg_field_iter * | iter | ) |
Definition at line 3632 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_oneofdef* upb_msg_iter_oneof | ( | const upb_msg_oneof_iter * | iter | ) |
Definition at line 3666 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_msg* upb_msg_new | ( | const upb_msglayout * | l, |
upb_arena * | a | ||
) |
Definition at line 1175 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_oneof_begin | ( | upb_msg_oneof_iter * | iter, |
const upb_msgdef * | m | ||
) |
Definition at line 3645 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_oneof_done | ( | const upb_msg_oneof_iter * | iter | ) |
Definition at line 3662 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_oneof_iter_isequal | ( | const upb_msg_oneof_iter * | iter1, |
const upb_msg_oneof_iter * | iter2 | ||
) |
Definition at line 3674 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_oneof_iter_setdone | ( | upb_msg_oneof_iter * | iter | ) |
Definition at line 3670 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msg_oneof_next | ( | upb_msg_oneof_iter * | iter | ) |
Definition at line 3654 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msg_setscalarhandler | ( | upb_handlers * | h, |
const upb_fielddef * | f, | ||
size_t | offset, | ||
int32_t | hasbit | ||
) |
Message handlers
Definition at line 5407 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_filedef* upb_msgdef_file | ( | const upb_msgdef * | m | ) |
Definition at line 3536 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_msgdef_fullname | ( | const upb_msgdef * | m | ) |
Definition at line 3532 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msgdef_isnumberwrapper | ( | const upb_msgdef * | m | ) |
Definition at line 3616 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_msgdef_itof | ( | const upb_msgdef * | m, |
uint32_t | i | ||
) |
Definition at line 3556 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msgdef_lookupname | ( | const upb_msgdef * | m, |
const char * | name, | ||
size_t | len, | ||
const upb_fielddef ** | f, | ||
const upb_oneofdef ** | o | ||
) |
Definition at line 3584 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_msgdef_lookupnamez | ( | const upb_msgdef * | m, |
const char * | name, | ||
const upb_fielddef ** | f, | ||
const upb_oneofdef ** | o | ||
) |
Definition at line 3365 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_msgdef_mapentry | ( | const upb_msgdef * | m | ) |
Definition at line 3608 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_msgdef_name | ( | const upb_msgdef * | m | ) |
Definition at line 3540 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_msgdef_ntof | ( | const upb_msgdef * | m, |
const char * | name, | ||
size_t | len | ||
) |
Definition at line 3562 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_fielddef* upb_msgdef_ntofz | ( | const upb_msgdef * | m, |
const char * | name | ||
) |
Definition at line 3350 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const upb_oneofdef* upb_msgdef_ntoo | ( | const upb_msgdef * | m, |
const char * | name, | ||
size_t | len | ||
) |
Definition at line 3573 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_oneofdef* upb_msgdef_ntooz | ( | const upb_msgdef * | m, |
const char * | name | ||
) |
Definition at line 3345 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
int upb_msgdef_numfields | ( | const upb_msgdef * | m | ) |
Definition at line 3598 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int upb_msgdef_numoneofs | ( | const upb_msgdef * | m | ) |
Definition at line 3603 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_msgdef_selectorcount | ( | const upb_msgdef * | m | ) |
Definition at line 3548 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_msgdef_setsyntax | ( | upb_msgdef * | m, |
upb_syntax_t | syntax | ||
) |
uint32_t upb_msgdef_submsgfieldcount | ( | const upb_msgdef * | m | ) |
Definition at line 3552 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_syntax_t upb_msgdef_syntax | ( | const upb_msgdef * | m | ) |
Definition at line 3544 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_wellknowntype_t upb_msgdef_wellknowntype | ( | const upb_msgdef * | m | ) |
Definition at line 3612 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_msgfactory_free | ( | upb_msgfactory * | f | ) |
Definition at line 4874 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msglayout* upb_msgfactory_getlayout | ( | upb_msgfactory * | f, |
const upb_msgdef * | m | ||
) |
Definition at line 4890 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_msgfactory* upb_msgfactory_new | ( | const upb_symtab * | symtab | ) |
Definition at line 4865 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_symtab* upb_msgfactory_symtab | ( | const upb_msgfactory * | f | ) |
Definition at line 4886 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 2057 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_ok | ( | const upb_status * | status | ) |
Definition at line 2202 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_oneof_begin | ( | upb_oneof_iter * | iter, |
const upb_oneofdef * | o | ||
) |
Definition at line 3710 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_oneof_done | ( | upb_oneof_iter * | iter | ) |
Definition at line 3718 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_fielddef* upb_oneof_iter_field | ( | const upb_oneof_iter * | iter | ) |
Definition at line 3722 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_oneof_iter_isequal | ( | const upb_oneof_iter * | iter1, |
const upb_oneof_iter * | iter2 | ||
) |
void upb_oneof_iter_setdone | ( | upb_oneof_iter * | iter | ) |
Definition at line 3726 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_oneof_next | ( | upb_oneof_iter * | iter | ) |
Definition at line 3714 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_oneofdef_containingtype | ( | const upb_oneofdef * | o | ) |
Definition at line 3685 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
uint32_t upb_oneofdef_index | ( | const upb_oneofdef * | o | ) |
Definition at line 3693 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_oneofdef_itof | ( | const upb_oneofdef * | o, |
uint32_t | num | ||
) |
Definition at line 3704 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_oneofdef_name | ( | const upb_oneofdef * | o | ) |
Definition at line 3681 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_oneofdef_ntof | ( | const upb_oneofdef * | o, |
const char * | name, | ||
size_t | length | ||
) |
Definition at line 3697 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_fielddef* upb_oneofdef_ntofz | ( | const upb_oneofdef * | o, |
const char * | name | ||
) |
Definition at line 3198 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
int upb_oneofdef_numfields | ( | const upb_oneofdef * | o | ) |
Definition at line 3689 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_pb_encoder* upb_pb_encoder_create | ( | upb_arena * | a, |
const upb_handlers * | h, | ||
upb_bytessink | output | ||
) |
Definition at line 8020 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_sink upb_pb_encoder_input | ( | upb_pb_encoder * | p | ) |
Definition at line 8059 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_handlercache* upb_pb_encoder_newcache | ( | void | ) |
Definition at line 8016 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_pbcodecache_allowjit | ( | const upb_pbcodecache * | c | ) |
Definition at line 6386 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbcodecache_free | ( | upb_pbcodecache * | c | ) |
Definition at line 6371 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_pbdecodermethod* upb_pbcodecache_get | ( | upb_pbcodecache * | c, |
const upb_msgdef * | md | ||
) |
Definition at line 6400 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_pbcodecache* upb_pbcodecache_new | ( | upb_handlercache * | dest | ) |
Definition at line 6356 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbcodecache_setallowjit | ( | upb_pbcodecache * | c, |
bool | allow | ||
) |
Definition at line 6390 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbcodecache_setlazy | ( | upb_pbcodecache * | c, |
bool | lazy | ||
) |
uint64_t upb_pbdecoder_bytesparsed | ( | const upb_pbdecoder * | d | ) |
Definition at line 7445 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_checktag_slow | ( | upb_pbdecoder * | d, |
uint64_t | expected | ||
) |
Definition at line 6940 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_pbdecoder* upb_pbdecoder_create | ( | upb_arena * | arena, |
const upb_pbdecodermethod * | method, | ||
upb_sink | output, | ||
upb_status * | status | ||
) |
Definition at line 7408 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_pbdecoder_decode | ( | void * | closure, |
const void * | hd, | ||
const char * | buf, | ||
size_t | size, | ||
const upb_bufhandle * | handle | ||
) |
Definition at line 7386 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_f32 | ( | upb_pbdecoder * | d, |
uint32_t * | u32 | ||
) |
Definition at line 6895 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_f64 | ( | upb_pbdecoder * | d, |
uint64_t * | u64 | ||
) |
Definition at line 6899 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_varint_slow | ( | upb_pbdecoder * | d, |
uint64_t * | u64 | ||
) |
Definition at line 6821 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 7329 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbdecoder_freejit | ( | mgroup * | group | ) |
upb_bytessink upb_pbdecoder_input | ( | upb_pbdecoder * | d | ) |
Definition at line 7453 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbdecoder_jit | ( | mgroup * | group | ) |
size_t upb_pbdecoder_maxnesting | ( | const upb_pbdecoder * | d | ) |
Definition at line 7457 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_pbdecodermethod* upb_pbdecoder_method | ( | const upb_pbdecoder * | d | ) |
Definition at line 7449 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE uint64_t upb_pbdecoder_packdispatch | ( | uint64_t | ofs, |
uint8_t | wt1, | ||
uint8_t | wt2 | ||
) |
Definition at line 6546 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_pbdecoder_reset | ( | upb_pbdecoder * | d | ) |
Definition at line 7399 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_resume | ( | upb_pbdecoder * | d, |
void * | p, | ||
const char * | buf, | ||
size_t | size, | ||
const upb_bufhandle * | handle | ||
) |
Definition at line 6630 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_pbdecoder_seterr | ( | upb_pbdecoder * | d, |
const char * | msg | ||
) |
Definition at line 6520 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_pbdecoder_setmaxnesting | ( | upb_pbdecoder * | d, |
size_t | max | ||
) |
Definition at line 7461 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_skipunknown | ( | upb_pbdecoder * | d, |
int32_t | fieldnum, | ||
uint8_t | wire_type | ||
) |
Definition at line 6957 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void* upb_pbdecoder_startbc | ( | void * | closure, |
const void * | pc, | ||
size_t | size_hint | ||
) |
Definition at line 7306 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void* upb_pbdecoder_startjit | ( | void * | closure, |
const void * | hd, | ||
size_t | size_hint | ||
) |
Definition at line 7318 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_pbdecoder_suspend | ( | upb_pbdecoder * | d | ) |
Definition at line 6695 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_pbdecoder_unpackdispatch | ( | uint64_t | dispatch, |
uint64_t * | ofs, | ||
uint8_t * | wt1, | ||
uint8_t * | wt2 | ||
) |
Definition at line 6551 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const upb_handlers* upb_pbdecodermethod_desthandlers | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5529 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_byteshandler* upb_pbdecodermethod_inputhandler | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5534 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_pbdecodermethod_isnative | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5539 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void* upb_realloc | ( | upb_alloc * | alloc, |
void * | ptr, | ||
size_t | oldsize, | ||
size_t | size | ||
) |
Definition at line 308 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endmsg | ( | upb_sink | s, |
upb_status * | status | ||
) |
Definition at line 5621 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endseq | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5648 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endstr | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5674 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endsubmsg | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5703 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_sink_putstring | ( | upb_sink | s, |
upb_selector_t | sel, | ||
const char * | buf, | ||
size_t | n, | ||
const upb_bufhandle * | handle | ||
) |
Definition at line 5584 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_putunknown | ( | upb_sink | s, |
const char * | buf, | ||
size_t | n | ||
) |
Definition at line 5597 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_sink_reset | ( | upb_sink * | s, |
const upb_handlers * | h, | ||
void * | c | ||
) |
Definition at line 5579 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_startmsg | ( | upb_sink | s | ) |
Definition at line 5609 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_startseq | ( | upb_sink | s, |
upb_selector_t | sel, | ||
upb_sink * | sub | ||
) |
Definition at line 5633 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_startstr | ( | upb_sink | s, |
upb_selector_t | sel, | ||
size_t | size_hint, | ||
upb_sink * | sub | ||
) |
Definition at line 5659 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_startsubmsg | ( | upb_sink | s, |
upb_selector_t | sel, | ||
upb_sink * | sub | ||
) |
Definition at line 5685 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_status_clear | ( | upb_status * | status | ) |
upb/upb.c
Definition at line 2196 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_status_errmsg | ( | const upb_status * | status | ) |
Definition at line 2204 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_status_seterrf | ( | upb_status * | status, |
const char * | fmt, | ||
... | |||
) |
Definition at line 2213 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_status_seterrmsg | ( | upb_status * | status, |
const char * | msg | ||
) |
Definition at line 2206 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_status_setoom | ( | upb_status * | status | ) |
Definition at line 217 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_status_vseterrf | ( | upb_status * | status, |
const char * | fmt, | ||
va_list | args | ||
) |
Definition at line 2220 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 1302 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 1306 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_strtable_begin | ( | upb_strtable_iter * | i, |
const upb_strtable * | t | ||
) |
Definition at line 1636 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE size_t upb_strtable_count | ( | const upb_strtable * | t | ) |
Definition at line 919 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_strtable_done | ( | const upb_strtable_iter * | i | ) |
Definition at line 1645 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strtable_init | ( | upb_strtable * | table, |
upb_ctype_t | ctype | ||
) |
Definition at line 905 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_strtable_init2 | ( | upb_strtable * | table, |
upb_ctype_t | ctype, | ||
upb_alloc * | a | ||
) |
Definition at line 1555 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strtable_insert | ( | upb_strtable * | t, |
const char * | key, | ||
upb_value | val | ||
) |
Definition at line 953 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_strtable_insert2 | ( | upb_strtable * | t, |
const char * | key, | ||
size_t | len, | ||
upb_value | val | ||
) |
Definition at line 947 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_strtable_insert3 | ( | upb_strtable * | t, |
const char * | key, | ||
size_t | len, | ||
upb_value | val, | ||
upb_alloc * | a | ||
) |
Definition at line 1588 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_strtable_iter_isequal | ( | const upb_strtable_iter * | i1, |
const upb_strtable_iter * | i2 | ||
) |
Definition at line 1673 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* upb_strtable_iter_key | ( | const upb_strtable_iter * | i | ) |
Definition at line 1651 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
size_t upb_strtable_iter_keylength | ( | const upb_strtable_iter * | i | ) |
Definition at line 1656 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_strtable_iter_setdone | ( | upb_strtable_iter * | i | ) |
Definition at line 1668 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_value upb_strtable_iter_value | ( | const upb_strtable_iter * | i | ) |
Definition at line 1663 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strtable_lookup | ( | const upb_strtable * | t, |
const char * | key, | ||
upb_value * | v | ||
) |
Definition at line 965 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_strtable_lookup2 | ( | const upb_strtable * | t, |
const char * | key, | ||
size_t | len, | ||
upb_value * | v | ||
) |
Definition at line 1612 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_strtable_next | ( | upb_strtable_iter * | i | ) |
Definition at line 1641 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_strtable* upb_strtable_pack | ( | const upb_strtable * | t, |
void * | p, | ||
size_t * | ofs, | ||
size_t | size | ||
) |
void upb_strtable_packedsize | ( | const upb_strtable * | t, |
size_t * | size | ||
) |
UPB_INLINE bool upb_strtable_remove | ( | upb_strtable * | t, |
const char * | key, | ||
upb_value * | v | ||
) |
Definition at line 982 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_strtable_remove2 | ( | upb_strtable * | t, |
const char * | key, | ||
size_t | len, | ||
upb_value * | val | ||
) |
Definition at line 976 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
bool upb_strtable_remove3 | ( | upb_strtable * | t, |
const char * | key, | ||
size_t | len, | ||
upb_value * | val, | ||
upb_alloc * | alloc | ||
) |
Definition at line 1618 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
bool upb_strtable_resize | ( | upb_strtable * | t, |
size_t | size_lg2, | ||
upb_alloc * | a | ||
) |
Definition at line 1566 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_strtable_uninit | ( | upb_strtable * | table | ) |
Definition at line 913 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
void upb_strtable_uninit2 | ( | upb_strtable * | table, |
upb_alloc * | a | ||
) |
Definition at line 1559 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strview_eql | ( | upb_strview | a, |
upb_strview | b | ||
) |
Definition at line 273 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview upb_strview_make | ( | const char * | data, |
size_t | size | ||
) |
Definition at line 262 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview upb_strview_makez | ( | const char * | data | ) |
Definition at line 269 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
const upb_filedef* upb_symtab_addfile | ( | upb_symtab * | s, |
const google_protobuf_FileDescriptorProto * | file, | ||
upb_status * | status | ||
) |
Definition at line 4590 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
int upb_symtab_filecount | ( | const upb_symtab * | s | ) |
void upb_symtab_free | ( | upb_symtab * | s | ) |
Definition at line 4540 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_symtab_lookupenum | ( | const upb_symtab * | s, |
const char * | sym | ||
) |
Definition at line 4578 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_filedef* upb_symtab_lookupfile | ( | const upb_symtab * | s, |
const char * | name | ||
) |
Definition at line 4584 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_symtab_lookupmsg | ( | const upb_symtab * | s, |
const char * | sym | ||
) |
Definition at line 4565 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_symtab_lookupmsg2 | ( | const upb_symtab * | s, |
const char * | sym, | ||
size_t | len | ||
) |
Definition at line 4571 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_symtab* upb_symtab_new | ( | void | ) |
Definition at line 4545 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_tabent_isempty | ( | const upb_tabent * | e | ) |
Definition at line 871 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_table_size | ( | const upb_table * | t | ) |
Definition at line 863 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE char* upb_tabstr | ( | upb_tabkey | key, |
uint32_t * | len | ||
) |
Definition at line 789 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
upb_textprinter* upb_textprinter_create | ( | upb_arena * | arena, |
const upb_handlers * | h, | ||
upb_bytessink | output | ||
) |
Definition at line 8376 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_sink upb_textprinter_input | ( | upb_textprinter * | p | ) |
Definition at line 8392 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_handlercache* upb_textprinter_newcache | ( | void | ) |
Definition at line 8388 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
void upb_textprinter_setsingleline | ( | upb_textprinter * | p, |
bool | single_line | ||
) |
Definition at line 8394 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE upb_value upb_value_double | ( | double | cval | ) |
Definition at line 769 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_value upb_value_float | ( | float | cval | ) |
Definition at line 763 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_value_setdouble | ( | upb_value * | val, |
double | cval | ||
) |
Definition at line 758 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_value_setfloat | ( | upb_value * | val, |
float | cval | ||
) |
Definition at line 753 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int upb_value_size | ( | uint64_t | val | ) |
Definition at line 6681 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_varint_size | ( | uint64_t | val | ) |
Definition at line 6709 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE upb_decoderet upb_vdecode_fast | ( | const char * | p | ) |
Definition at line 6671 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
upb_decoderet upb_vdecode_max8_branch32 | ( | upb_decoderet | r | ) |
Definition at line 8426 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_decoderet upb_vdecode_max8_branch64 | ( | upb_decoderet | r | ) |
Definition at line 8450 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
UPB_INLINE uint64_t upb_vencode32 | ( | uint32_t | val | ) |
Definition at line 6715 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_vencode64 | ( | uint64_t | val, |
char * | buf | ||
) |
Definition at line 6696 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t upb_zzdec_32 | ( | uint32_t | n | ) |
Definition at line 6613 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE int64_t upb_zzdec_64 | ( | uint64_t | n | ) |
Definition at line 6616 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE uint32_t upb_zzenc_32 | ( | int32_t | n | ) |
Definition at line 6619 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t upb_zzenc_64 | ( | int64_t | n | ) |
Definition at line 6622 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.h.
char _upb_noclosure |
Definition at line 4939 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_DescriptorProto_ExtensionRange_msginit |
Definition at line 99 of file descriptor.upb.c.
const upb_msglayout google_protobuf_DescriptorProto_msginit |
Definition at line 83 of file descriptor.upb.c.
const upb_msglayout google_protobuf_DescriptorProto_ReservedRange_msginit |
Definition at line 110 of file descriptor.upb.c.
const upb_msglayout google_protobuf_EnumDescriptorProto_EnumReservedRange_msginit |
Definition at line 196 of file descriptor.upb.c.
const upb_msglayout google_protobuf_EnumDescriptorProto_msginit |
Definition at line 185 of file descriptor.upb.c.
const upb_msglayout google_protobuf_EnumOptions_msginit |
Definition at line 353 of file descriptor.upb.c.
const upb_msglayout google_protobuf_EnumValueDescriptorProto_msginit |
Definition at line 212 of file descriptor.upb.c.
const upb_msglayout google_protobuf_EnumValueOptions_msginit |
Definition at line 368 of file descriptor.upb.c.
const upb_msglayout google_protobuf_ExtensionRangeOptions_msginit |
Definition at line 124 of file descriptor.upb.c.
const upb_msglayout google_protobuf_FieldDescriptorProto_msginit |
Definition at line 150 of file descriptor.upb.c.
const upb_msglayout google_protobuf_FieldOptions_msginit |
Definition at line 323 of file descriptor.upb.c.
const upb_msglayout google_protobuf_FileDescriptorProto_msginit |
Definition at line 53 of file descriptor.upb.c.
const upb_msglayout google_protobuf_FileDescriptorSet_msginit |
bazel-out/k8-fastbuild/bin/external/com_google_protobuf/google/protobuf/descriptor.upbdefs.c
Definition at line 23 of file descriptor.upb.c.
const upb_msglayout google_protobuf_FileOptions_msginit |
Definition at line 283 of file descriptor.upb.c.
const upb_msglayout google_protobuf_GeneratedCodeInfo_Annotation_msginit |
Definition at line 486 of file descriptor.upb.c.
const upb_msglayout google_protobuf_GeneratedCodeInfo_msginit |
Definition at line 473 of file descriptor.upb.c.
const upb_msglayout google_protobuf_MessageOptions_msginit |
Definition at line 301 of file descriptor.upb.c.
const upb_msglayout google_protobuf_MethodDescriptorProto_msginit |
Definition at line 248 of file descriptor.upb.c.
const upb_msglayout google_protobuf_MethodOptions_msginit |
Definition at line 400 of file descriptor.upb.c.
const upb_msglayout google_protobuf_OneofDescriptorProto_msginit |
Definition at line 165 of file descriptor.upb.c.
const upb_msglayout google_protobuf_OneofOptions_msginit |
Definition at line 337 of file descriptor.upb.c.
const upb_msglayout google_protobuf_ServiceDescriptorProto_msginit |
Definition at line 229 of file descriptor.upb.c.
const upb_msglayout google_protobuf_ServiceOptions_msginit |
Definition at line 383 of file descriptor.upb.c.
const upb_msglayout google_protobuf_SourceCodeInfo_Location_msginit |
Definition at line 459 of file descriptor.upb.c.
const upb_msglayout google_protobuf_SourceCodeInfo_msginit |
Definition at line 445 of file descriptor.upb.c.
const upb_msglayout google_protobuf_UninterpretedOption_msginit |
Definition at line 420 of file descriptor.upb.c.
const upb_msglayout google_protobuf_UninterpretedOption_NamePart_msginit |
Definition at line 431 of file descriptor.upb.c.
const char* kPbDecoderStackOverflow |
Definition at line 6443 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
const char* kPbDecoderSubmessageTooLong |
Definition at line 6444 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
upb_alloc upb_alloc_global |
Definition at line 2241 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 160 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.
Definition at line 8400 of file bloaty/third_party/protobuf/php/ext/google/protobuf/upb.c.