#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.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 |
union | upb_msgval |
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 |
union | upb_tabval |
struct | upb_value |
Macros | |
#define | ACCESSORS(name, membername, ctype) |
#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_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) __builtin_expect((x),1) |
#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 |
#define | UPB_STATUS_MAX_MESSAGE 127 |
#define | UPB_STRING_SELECTOR 1 |
#define | UPB_STRUCTS_H_ |
#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_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) |
#define ACCESSORS | ( | name, | |
membername, | |||
ctype | |||
) |
Definition at line 580 of file php/ext/google/protobuf/upb.h.
Definition at line 6733 of file php/ext/google/protobuf/upb.h.
#define DECODE_ENDGROUP -3 /* Used only from checkunknown(). */ |
Definition at line 6731 of file php/ext/google/protobuf/upb.h.
#define DECODE_MISMATCH -2 /* Used only from checktag_slow(). */ |
Definition at line 6730 of file php/ext/google/protobuf/upb.h.
#define DECODE_OK -1 |
Definition at line 6729 of file php/ext/google/protobuf/upb.h.
#define DISPATCH_ENDMSG 0 |
Definition at line 6691 of file php/ext/google/protobuf/upb.h.
#define FUNCS | ( | name, | |
membername, | |||
type_t, | |||
converter, | |||
proto_type | |||
) |
Definition at line 2701 of file php/ext/google/protobuf/upb.h.
#define GOOGLE_PROTOBUF_DESCRIPTOR_PROTO_UPB_H_ |
Definition at line 756 of file php/ext/google/protobuf/upb.h.
#define LABEL_DISPATCH 0 |
Definition at line 6687 of file php/ext/google/protobuf/upb.h.
#define NO_WIRE_TYPE 0xff |
Definition at line 6695 of file php/ext/google/protobuf/upb.h.
#define OP_MAX OP_HALT |
Definition at line 6500 of file php/ext/google/protobuf/upb.h.
Definition at line 768 of file php/ext/google/protobuf/upb.h.
#define PUTVAL | ( | type, | |
ctype | |||
) |
Definition at line 5678 of file php/ext/google/protobuf/upb.h.
#define SET_TYPE | ( | dest, | |
val | |||
) | UPB_UNUSED(val) |
Definition at line 2666 of file php/ext/google/protobuf/upb.h.
Definition at line 6457 of file php/ext/google/protobuf/upb.h.
#define UPB_ANY_TYPE 1 |
Definition at line 3481 of file php/ext/google/protobuf/upb.h.
#define UPB_ANY_VALUE 2 |
Definition at line 3482 of file php/ext/google/protobuf/upb.h.
#define UPB_ARRAY_EMPTYENT -1 |
Definition at line 2836 of file php/ext/google/protobuf/upb.h.
#define UPB_ASSERT | ( | expr | ) | do {} while (false && (expr)) |
Definition at line 146 of file php/ext/google/protobuf/upb.h.
#define UPB_ASSERT_DEBUGVAR | ( | expr | ) | assert(expr) |
Definition at line 153 of file php/ext/google/protobuf/upb.h.
#define UPB_BREAK NULL |
Definition at line 4054 of file php/ext/google/protobuf/upb.h.
Definition at line 4124 of file php/ext/google/protobuf/upb.h.
#define UPB_BYTESHANDLER_INIT |
Definition at line 4654 of file php/ext/google/protobuf/upb.h.
#define UPB_DECODE_H_ |
Definition at line 865 of file php/ext/google/protobuf/upb.h.
#define UPB_DECODER_H_ |
Definition at line 6218 of file php/ext/google/protobuf/upb.h.
#define UPB_DECODER_INT_H_ |
Definition at line 6201 of file php/ext/google/protobuf/upb.h.
#define UPB_DECODER_MAX_NESTING 64 |
Definition at line 6545 of file php/ext/google/protobuf/upb.h.
#define UPB_DECODER_MAX_RESIDUAL_BYTES 14 |
Definition at line 6237 of file php/ext/google/protobuf/upb.h.
#define UPB_DEF_H_ |
Definition at line 2605 of file php/ext/google/protobuf/upb.h.
#define UPB_DURATION_NANOS 2 |
Definition at line 3486 of file php/ext/google/protobuf/upb.h.
#define UPB_DURATION_SECONDS 1 |
Definition at line 3485 of file 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 2833 of file php/ext/google/protobuf/upb.h.
#define UPB_ENCODE_H_ |
Definition at line 885 of file php/ext/google/protobuf/upb.h.
#define UPB_ENCODER_H_ |
Definition at line 6903 of file php/ext/google/protobuf/upb.h.
#define UPB_ENDMSG_SELECTOR 1 |
Definition at line 4066 of file php/ext/google/protobuf/upb.h.
#define UPB_ENDSTR_SELECTOR 2 |
Definition at line 4073 of file php/ext/google/protobuf/upb.h.
Definition at line 20 of file php/ext/google/protobuf/upb.h.
#define UPB_FORCEINLINE |
Definition at line 105 of file php/ext/google/protobuf/upb.h.
#define UPB_GENERATED_UTIL_H_ |
Definition at line 764 of file php/ext/google/protobuf/upb.h.
#define UPB_H_ |
Definition at line 64 of file php/ext/google/protobuf/upb.h.
#define UPB_HANDLER_MAX (UPB_HANDLER_ENDSEQ+1) |
Definition at line 4052 of file php/ext/google/protobuf/upb.h.
Definition at line 4092 of file php/ext/google/protobuf/upb.h.
#define UPB_HANDLERS_H |
Definition at line 4011 of file php/ext/google/protobuf/upb.h.
#define UPB_HANDLERS_INL_H_ |
Definition at line 4725 of file php/ext/google/protobuf/upb.h.
#define UPB_INLINE static |
Definition at line 87 of file 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 2830 of file php/ext/google/protobuf/upb.h.
#define UPB_JSON_PARSER_H_ |
Definition at line 7049 of file php/ext/google/protobuf/upb.h.
#define UPB_JSON_PARSER_SIZE 5712 |
Definition at line 7100 of file php/ext/google/protobuf/upb.h.
#define UPB_JSON_PRINTER_SIZE 192 |
Definition at line 7200 of file php/ext/google/protobuf/upb.h.
#define UPB_JSON_TYPED_PRINTER_H_ |
Definition at line 7187 of file php/ext/google/protobuf/upb.h.
Definition at line 91 of file php/ext/google/protobuf/upb.h.
#define UPB_MAPENTRY_KEY 1 |
Definition at line 3477 of file php/ext/google/protobuf/upb.h.
#define UPB_MAPENTRY_VALUE 2 |
Definition at line 3478 of file php/ext/google/protobuf/upb.h.
Definition at line 138 of file php/ext/google/protobuf/upb.h.
#define UPB_MAX_FIELDNUMBER ((1 << 29) - 1) |
Definition at line 3174 of file php/ext/google/protobuf/upb.h.
#define UPB_MAX_HANDLER_DEPTH 64 |
Definition at line 4031 of file php/ext/google/protobuf/upb.h.
#define UPB_MAX_WIRE_TYPE 5 |
Definition at line 6752 of file php/ext/google/protobuf/upb.h.
Definition at line 139 of file php/ext/google/protobuf/upb.h.
#define UPB_MSG_H_ |
Definition at line 52 of file php/ext/google/protobuf/upb.h.
#define UPB_MSGFACTORY_H_ |
Definition at line 6153 of file php/ext/google/protobuf/upb.h.
#define UPB_NO_CLOSURE &_upb_noclosure |
Definition at line 4058 of file php/ext/google/protobuf/upb.h.
#define UPB_NOINLINE |
Definition at line 106 of file php/ext/google/protobuf/upb.h.
#define UPB_NORETURN |
Definition at line 107 of file php/ext/google/protobuf/upb.h.
#define UPB_PB_DECODER_SIZE 4416 |
Definition at line 6295 of file php/ext/google/protobuf/upb.h.
#define UPB_PB_ENCODER_SIZE 784 |
Definition at line 6922 of file php/ext/google/protobuf/upb.h.
#define UPB_PB_VARINT_MAX_LEN 10 |
Definition at line 6755 of file php/ext/google/protobuf/upb.h.
#define UPB_PBENCODER_MAX_NESTING 100 |
Definition at line 6914 of file php/ext/google/protobuf/upb.h.
#define UPB_READ_ONEOF | ( | msg, | |
fieldtype, | |||
offset, | |||
case_offset, | |||
case_val, | |||
default | |||
) |
Definition at line 23 of file php/ext/google/protobuf/upb.h.
#define UPB_SINK_H |
Definition at line 5657 of file php/ext/google/protobuf/upb.h.
#define UPB_SIZE | ( | size32, | |
size64 | |||
) | size64 |
Definition at line 17 of file php/ext/google/protobuf/upb.h.
#define UPB_STARTMSG_SELECTOR 0 |
Definition at line 4065 of file php/ext/google/protobuf/upb.h.
#define UPB_STARTSTR_SELECTOR 0 |
Definition at line 4071 of file php/ext/google/protobuf/upb.h.
#define UPB_STATIC_SELECTOR_COUNT 3 |
Definition at line 4068 of file php/ext/google/protobuf/upb.h.
#define UPB_STATUS_MAX_MESSAGE 127 |
Definition at line 168 of file php/ext/google/protobuf/upb.h.
#define UPB_STRING_SELECTOR 1 |
Definition at line 4072 of file php/ext/google/protobuf/upb.h.
#define UPB_STRUCTS_H_ |
Definition at line 465 of file php/ext/google/protobuf/upb.h.
Definition at line 558 of file php/ext/google/protobuf/upb.h.
#define UPB_STRVIEW_FORMAT "%.*s" |
Definition at line 557 of file php/ext/google/protobuf/upb.h.
Definition at line 555 of file php/ext/google/protobuf/upb.h.
#define UPB_TABENT_INIT {NULL, UPB_HANDLERATTR_INIT} |
Definition at line 4648 of file php/ext/google/protobuf/upb.h.
#define UPB_TABLE_H_ |
Definition at line 2627 of file php/ext/google/protobuf/upb.h.
#define UPB_TABVALUE_EMPTY_INIT {-1} |
Definition at line 2777 of file php/ext/google/protobuf/upb.h.
#define UPB_TEXT_H_ |
Definition at line 6980 of file php/ext/google/protobuf/upb.h.
#define UPB_TIMESTAMP_NANOS 2 |
Definition at line 3490 of file php/ext/google/protobuf/upb.h.
#define UPB_TIMESTAMP_SECONDS 1 |
Definition at line 3489 of file php/ext/google/protobuf/upb.h.
#define UPB_UNKNOWN_SELECTOR 2 |
Definition at line 4067 of file php/ext/google/protobuf/upb.h.
#define UPB_UNREACHABLE | ( | ) | do { assert(0); } while(0) |
Definition at line 158 of file php/ext/google/protobuf/upb.h.
#define UPB_UNUSED | ( | var | ) | (void)var |
Definition at line 141 of file php/ext/google/protobuf/upb.h.
#define UPB_VARINT_DECODER_CHECK2 | ( | name, | |
decode_max8_function | |||
) |
Definition at line 6806 of file php/ext/google/protobuf/upb.h.
#define UPB_VARINT_DECODER_H_ |
Definition at line 6742 of file php/ext/google/protobuf/upb.h.
Definition at line 28 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto google_protobuf_DescriptorProto |
Definition at line 933 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto_ExtensionRange google_protobuf_DescriptorProto_ExtensionRange |
Definition at line 934 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_DescriptorProto_ReservedRange google_protobuf_DescriptorProto_ReservedRange |
Definition at line 935 of file php/ext/google/protobuf/upb.h.
Definition at line 939 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumDescriptorProto_EnumReservedRange google_protobuf_EnumDescriptorProto_EnumReservedRange |
Definition at line 940 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumOptions google_protobuf_EnumOptions |
Definition at line 948 of file php/ext/google/protobuf/upb.h.
Definition at line 941 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_EnumValueOptions google_protobuf_EnumValueOptions |
Definition at line 949 of file php/ext/google/protobuf/upb.h.
Definition at line 936 of file php/ext/google/protobuf/upb.h.
Definition at line 937 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_FieldOptions google_protobuf_FieldOptions |
Definition at line 946 of file php/ext/google/protobuf/upb.h.
Definition at line 932 of file php/ext/google/protobuf/upb.h.
Definition at line 931 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_FileOptions google_protobuf_FileOptions |
Definition at line 944 of file php/ext/google/protobuf/upb.h.
Definition at line 956 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_GeneratedCodeInfo_Annotation google_protobuf_GeneratedCodeInfo_Annotation |
Definition at line 957 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_MessageOptions google_protobuf_MessageOptions |
Definition at line 945 of file php/ext/google/protobuf/upb.h.
Definition at line 943 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_MethodOptions google_protobuf_MethodOptions |
Definition at line 951 of file php/ext/google/protobuf/upb.h.
Definition at line 938 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_OneofOptions google_protobuf_OneofOptions |
Definition at line 947 of file php/ext/google/protobuf/upb.h.
Definition at line 942 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_ServiceOptions google_protobuf_ServiceOptions |
Definition at line 950 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_SourceCodeInfo google_protobuf_SourceCodeInfo |
Definition at line 954 of file php/ext/google/protobuf/upb.h.
Definition at line 955 of file php/ext/google/protobuf/upb.h.
Definition at line 952 of file php/ext/google/protobuf/upb.h.
typedef struct google_protobuf_UninterpretedOption_NamePart google_protobuf_UninterpretedOption_NamePart |
Definition at line 953 of file php/ext/google/protobuf/upb.h.
Definition at line 237 of file php/ext/google/protobuf/upb.h.
Definition at line 242 of file php/ext/google/protobuf/upb.h.
Definition at line 303 of file php/ext/google/protobuf/upb.h.
Definition at line 500 of file php/ext/google/protobuf/upb.h.
Definition at line 4140 of file php/ext/google/protobuf/upb.h.
Definition at line 300 of file php/ext/google/protobuf/upb.h.
typedef struct upb_def_init upb_def_init |
Definition at line 4139 of file php/ext/google/protobuf/upb.h.
Definition at line 4133 of file php/ext/google/protobuf/upb.h.
typedef bool upb_endmsg_handlerfunc(void *c, const void *, upb_status *status) |
Definition at line 4131 of file php/ext/google/protobuf/upb.h.
typedef upb_strtable_iter upb_enum_iter |
Definition at line 3760 of file php/ext/google/protobuf/upb.h.
typedef struct upb_enumdef upb_enumdef |
Definition at line 3127 of file php/ext/google/protobuf/upb.h.
typedef struct upb_fielddef upb_fielddef |
Definition at line 3129 of file php/ext/google/protobuf/upb.h.
typedef struct upb_filedef upb_filedef |
Definition at line 3131 of file php/ext/google/protobuf/upb.h.
Definition at line 4138 of file php/ext/google/protobuf/upb.h.
typedef void upb_func() |
Definition at line 395 of file php/ext/google/protobuf/upb.h.
typedef struct upb_handlercache upb_handlercache |
Definition at line 4595 of file php/ext/google/protobuf/upb.h.
Definition at line 4127 of file php/ext/google/protobuf/upb.h.
typedef struct upb_handlers upb_handlers |
Definition at line 4147 of file php/ext/google/protobuf/upb.h.
typedef void upb_handlers_callback(const void *closure, upb_handlers *h) |
Definition at line 4597 of file php/ext/google/protobuf/upb.h.
Definition at line 4134 of file php/ext/google/protobuf/upb.h.
Definition at line 4135 of file php/ext/google/protobuf/upb.h.
typedef struct upb_json_codecache upb_json_codecache |
Definition at line 7149 of file php/ext/google/protobuf/upb.h.
typedef struct upb_json_parser upb_json_parser |
Definition at line 7103 of file php/ext/google/protobuf/upb.h.
typedef struct upb_json_parsermethod upb_json_parsermethod |
Definition at line 7065 of file php/ext/google/protobuf/upb.h.
typedef struct upb_json_printer upb_json_printer |
Definition at line 7203 of file php/ext/google/protobuf/upb.h.
Definition at line 503 of file php/ext/google/protobuf/upb.h.
typedef struct upb_mapiter upb_mapiter |
Definition at line 506 of file php/ext/google/protobuf/upb.h.
Definition at line 497 of file php/ext/google/protobuf/upb.h.
typedef upb_inttable_iter upb_msg_field_iter |
Definition at line 3473 of file php/ext/google/protobuf/upb.h.
typedef upb_strtable_iter upb_msg_oneof_iter |
Definition at line 3474 of file php/ext/google/protobuf/upb.h.
typedef struct upb_msgdef upb_msgdef |
Definition at line 3133 of file php/ext/google/protobuf/upb.h.
typedef struct upb_msgfactory upb_msgfactory |
Definition at line 6158 of file php/ext/google/protobuf/upb.h.
typedef struct upb_msglayout upb_msglayout |
typedef upb_inttable_iter upb_oneof_iter |
Definition at line 3353 of file php/ext/google/protobuf/upb.h.
typedef struct upb_oneofdef upb_oneofdef |
Definition at line 3135 of file php/ext/google/protobuf/upb.h.
typedef struct upb_pb_encoder upb_pb_encoder |
Definition at line 6925 of file php/ext/google/protobuf/upb.h.
typedef struct upb_pbcodecache upb_pbcodecache |
Definition at line 6380 of file php/ext/google/protobuf/upb.h.
typedef struct upb_pbdecoder upb_pbdecoder |
Definition at line 6298 of file php/ext/google/protobuf/upb.h.
typedef struct upb_pbdecodermethod upb_pbdecodermethod |
Definition at line 6242 of file php/ext/google/protobuf/upb.h.
typedef int32_t upb_selector_t |
Definition at line 4062 of file php/ext/google/protobuf/upb.h.
Definition at line 4132 of file php/ext/google/protobuf/upb.h.
Definition at line 4130 of file php/ext/google/protobuf/upb.h.
Definition at line 4141 of file 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 4143 of file php/ext/google/protobuf/upb.h.
typedef struct upb_symtab upb_symtab |
Definition at line 3137 of file php/ext/google/protobuf/upb.h.
typedef struct _upb_tabent upb_tabent |
typedef uintptr_t upb_tabkey |
Definition at line 2762 of file php/ext/google/protobuf/upb.h.
typedef struct upb_textprinter upb_textprinter |
Definition at line 6994 of file php/ext/google/protobuf/upb.h.
Definition at line 4136 of file php/ext/google/protobuf/upb.h.
Definition at line 4137 of file php/ext/google/protobuf/upb.h.
Definition at line 4128 of file php/ext/google/protobuf/upb.h.
Definition at line 988 of file php/ext/google/protobuf/upb.h.
Definition at line 994 of file php/ext/google/protobuf/upb.h.
Definition at line 1015 of file php/ext/google/protobuf/upb.h.
Definition at line 1021 of file php/ext/google/protobuf/upb.h.
Definition at line 1027 of file php/ext/google/protobuf/upb.h.
Definition at line 1033 of file php/ext/google/protobuf/upb.h.
enum opcode |
Definition at line 6454 of file php/ext/google/protobuf/upb.h.
enum upb_ctype_t |
Definition at line 2642 of file php/ext/google/protobuf/upb.h.
enum upb_descriptortype_t |
Definition at line 436 of file php/ext/google/protobuf/upb.h.
enum upb_fieldtype_t |
Definition at line 410 of file php/ext/google/protobuf/upb.h.
enum upb_handlertype_t |
Definition at line 4035 of file php/ext/google/protobuf/upb.h.
enum upb_label_t |
Enumerator | |
---|---|
UPB_LABEL_OPTIONAL | |
UPB_LABEL_REQUIRED | |
UPB_LABEL_REPEATED | |
UPB_LABEL_OPTIONAL | |
UPB_LABEL_REQUIRED | |
UPB_LABEL_REPEATED |
Definition at line 429 of file php/ext/google/protobuf/upb.h.
enum upb_syntax_t |
Enumerator | |
---|---|
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 | |
UPB_SYNTAX_PROTO2 | |
UPB_SYNTAX_PROTO3 |
Definition at line 3139 of file php/ext/google/protobuf/upb.h.
enum upb_wellknowntype_t |
Definition at line 3148 of file php/ext/google/protobuf/upb.h.
enum upb_wiretype_t |
Definition at line 398 of file 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 770 of file 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 825 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void* _upb_array_mutable_accessor | ( | void * | msg, |
size_t | ofs, | ||
size_t * | size | ||
) |
Definition at line 782 of file 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 796 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_clearhas | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 847 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_has_field | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 839 of file 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 851 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool _upb_sethas | ( | const void * | msg, |
size_t | idx | ||
) |
Definition at line 843 of file php/ext/google/protobuf/upb.h.
bool _upb_symtab_loaddefinit | ( | upb_symtab * | s, |
const upb_def_init * | init | ||
) |
Definition at line 2819 of file 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 2681 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_value _upb_value_val | ( | uint64_t | val, |
upb_ctype_t | ctype | ||
) |
Definition at line 2687 of file php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t byteswap64 | ( | uint64_t | val | ) |
Definition at line 6761 of file php/ext/google/protobuf/upb.h.
UPB_INLINE opcode getop | ( | uint32_t | instr | ) |
Definition at line 6502 of file 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 1288 of file 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 1314 of file 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 1301 of file 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 1262 of file 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 1275 of file 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 1340 of file 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 1366 of file 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 1353 of file 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 1243 of file 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 1245 of file 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 1244 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ExtensionRange_end | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1389 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_end | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1388 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_options | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1390 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ExtensionRange_has_start | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1386 of file 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 1405 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ExtensionRange* google_protobuf_DescriptorProto_ExtensionRange_new | ( | upb_arena * | arena | ) |
Definition at line 1374 of file 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 1391 of file 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 1377 of file 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 1382 of file 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 1397 of file 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 1401 of file 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 1393 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ExtensionRange_start | ( | const google_protobuf_DescriptorProto_ExtensionRange * | msg | ) |
Definition at line 1387 of file 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 1241 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_has_name | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1239 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_has_options | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1246 of file 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 1282 of file 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 1308 of file 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 1295 of file 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 1256 of file 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 1269 of file 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 1334 of file 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 1325 of file 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 1360 of file 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 1347 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_DescriptorProto_name | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1240 of file 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 1242 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto* google_protobuf_DescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1227 of file 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 1248 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_MessageOptions* google_protobuf_DescriptorProto_options | ( | const google_protobuf_DescriptorProto * | msg | ) |
Definition at line 1247 of file 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 1230 of file 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 1250 of file 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 1249 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ReservedRange_end | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1433 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ReservedRange_has_end | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1432 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_DescriptorProto_ReservedRange_has_start | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1430 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_DescriptorProto_ReservedRange* google_protobuf_DescriptorProto_ReservedRange_new | ( | upb_arena * | arena | ) |
Definition at line 1418 of file 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 1421 of file 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 1426 of file 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 1439 of file 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 1435 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_DescriptorProto_ReservedRange_start | ( | const google_protobuf_DescriptorProto_ReservedRange * | msg | ) |
Definition at line 1431 of file 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 1285 of file 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 1311 of file 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 1298 of file 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 1259 of file 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 1272 of file 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 1337 of file 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 1363 of file 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 1350 of file 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 1235 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_DescriptorProto_set_name | ( | google_protobuf_DescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1252 of file 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 1321 of file 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 1671 of file 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 1658 of file 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 1632 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumDescriptorProto_EnumReservedRange_end | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 1694 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_EnumReservedRange_has_end | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 1693 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_EnumReservedRange_has_start | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 1691 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto_EnumReservedRange* google_protobuf_EnumDescriptorProto_EnumReservedRange_new | ( | upb_arena * | arena | ) |
Definition at line 1679 of file 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 1682 of file 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 1687 of file 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 1700 of file 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 1696 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumDescriptorProto_EnumReservedRange_start | ( | const google_protobuf_EnumDescriptorProto_EnumReservedRange * | msg | ) |
Definition at line 1692 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_has_name | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1614 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumDescriptorProto_has_options | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1617 of file 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 1643 of file 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 1665 of file 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 1652 of file 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 1626 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_EnumDescriptorProto_name | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1615 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumDescriptorProto* google_protobuf_EnumDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1602 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumDescriptorProto_options | ( | const google_protobuf_EnumDescriptorProto * | msg | ) |
Definition at line 1618 of file 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 1605 of file 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 1620 of file 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 1619 of file 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 1668 of file 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 1655 of file 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 1629 of file 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 1610 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumDescriptorProto_set_name | ( | google_protobuf_EnumDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1622 of file 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 1639 of file 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 1616 of file 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 2190 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_allow_alias | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2171 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_deprecated | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2173 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_has_allow_alias | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2170 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumOptions_has_deprecated | ( | const google_protobuf_EnumOptions * | msg | ) |
Definition at line 2172 of file 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 2184 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumOptions* google_protobuf_EnumOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2158 of file 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 2161 of file 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 2187 of file 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 2166 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumOptions_set_allow_alias | ( | google_protobuf_EnumOptions * | msg, |
bool | value | ||
) |
Definition at line 2176 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumOptions_set_deprecated | ( | google_protobuf_EnumOptions * | msg, |
bool | value | ||
) |
Definition at line 2180 of file 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 2174 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_name | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1720 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_number | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1722 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueDescriptorProto_has_options | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1724 of file 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 1739 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_EnumValueDescriptorProto_name | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1721 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueDescriptorProto* google_protobuf_EnumValueDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1708 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_EnumValueDescriptorProto_number | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1723 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueDescriptorProto_options | ( | const google_protobuf_EnumValueDescriptorProto * | msg | ) |
Definition at line 1725 of file 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 1711 of file 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 1716 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_name | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1727 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueDescriptorProto_set_number | ( | google_protobuf_EnumValueDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1731 of file 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 1735 of file 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 2227 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueOptions_deprecated | ( | const google_protobuf_EnumValueOptions * | msg | ) |
Definition at line 2214 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_EnumValueOptions_has_deprecated | ( | const google_protobuf_EnumValueOptions * | msg | ) |
Definition at line 2213 of file 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 2221 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_EnumValueOptions* google_protobuf_EnumValueOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2201 of file 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 2204 of file 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 2224 of file 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 2209 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_EnumValueOptions_set_deprecated | ( | google_protobuf_EnumValueOptions * | msg, |
bool | value | ||
) |
Definition at line 2217 of file 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 2215 of file 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 1467 of file 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 1461 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ExtensionRangeOptions* google_protobuf_ExtensionRangeOptions_new | ( | upb_arena * | arena | ) |
Definition at line 1447 of file 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 1450 of file 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 1464 of file 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 1455 of file 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 1459 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_default_value | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1503 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_extendee | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1493 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_default_value | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1502 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_extendee | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1492 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_json_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1508 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_label | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1496 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1490 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_number | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1494 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_oneof_index | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1506 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_options | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1504 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_type | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1498 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldDescriptorProto_has_type_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1500 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_json_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1509 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_label | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1497 of file 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 1543 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1491 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldDescriptorProto* google_protobuf_FieldDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1478 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_number | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1495 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_oneof_index | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1507 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldDescriptorProto_options | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1505 of file 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 1481 of file 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 1486 of file 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 1535 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_extendee | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1515 of file 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 1556 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_label | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1523 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_name | ( | google_protobuf_FieldDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1511 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_number | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1519 of file 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 1552 of file 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 1539 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldDescriptorProto_set_type | ( | google_protobuf_FieldDescriptorProto * | msg, |
int32_t | value | ||
) |
Definition at line 1527 of file 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 1531 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldDescriptorProto_type | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1499 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FieldDescriptorProto_type_name | ( | const google_protobuf_FieldDescriptorProto * | msg | ) |
Definition at line 1501 of file 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 2116 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldOptions_ctype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2073 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_deprecated | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2077 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_ctype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2072 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_deprecated | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2076 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_jstype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2080 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_lazy | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2078 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_packed | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2074 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_has_weak | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2082 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FieldOptions_jstype | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2081 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_lazy | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2079 of file 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 2110 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FieldOptions* google_protobuf_FieldOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2060 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_packed | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2075 of file 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 2063 of file 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 2113 of file 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 2068 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_ctype | ( | google_protobuf_FieldOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2086 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_deprecated | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2094 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_jstype | ( | google_protobuf_FieldOptions * | msg, |
int32_t | value | ||
) |
Definition at line 2102 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_lazy | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2098 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_packed | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2090 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FieldOptions_set_weak | ( | google_protobuf_FieldOptions * | msg, |
bool | value | ||
) |
Definition at line 2106 of file 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 2084 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FieldOptions_weak | ( | const google_protobuf_FieldOptions * | msg | ) |
Definition at line 2083 of file 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 1117 of file 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 1140 of file 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 1166 of file 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 1127 of file 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 1205 of file 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 1153 of file 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 1215 of file 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 1089 of file 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 1091 of file 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 1093 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_name | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1085 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_options | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1094 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_package | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1087 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_source_code_info | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1096 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileDescriptorProto_has_syntax | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1100 of file 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 1090 of file 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 1111 of file 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 1134 of file 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 1160 of file 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 1121 of file 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 1177 of file 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 1199 of file 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 1147 of file 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 1190 of file 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 1209 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_name | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1086 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorProto* google_protobuf_FileDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1073 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileDescriptorProto_options | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1095 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_package | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1088 of file 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 1076 of file 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 1098 of file 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 1114 of file 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 1137 of file 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 1163 of file 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 1124 of file 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 1202 of file 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 1150 of file 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 1212 of file 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 1081 of file 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 1092 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_name | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1103 of file 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 1173 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_package | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1107 of file 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 1186 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileDescriptorProto_set_syntax | ( | google_protobuf_FileDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1219 of file 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 1097 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileDescriptorProto_syntax | ( | const google_protobuf_FileDescriptorProto * | msg | ) |
Definition at line 1101 of file 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 1099 of file 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 1062 of file 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 1054 of file 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 1056 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileDescriptorSet* google_protobuf_FileDescriptorSet_new | ( | upb_arena * | arena | ) |
Definition at line 1042 of file 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 1045 of file 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 1059 of file 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 1050 of file 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 1994 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_cc_enable_arenas | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1901 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_cc_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1889 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_csharp_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1905 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_deprecated | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1897 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_go_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1887 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_cc_enable_arenas | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1900 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_cc_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1888 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_csharp_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1904 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_deprecated | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1896 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_go_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1886 of file 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 1894 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1890 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_multiple_files | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1884 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_outer_classname | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1880 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_java_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1878 of file 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 1898 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_objc_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1902 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_optimize_for | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1882 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1908 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1912 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_php_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1910 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_py_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1892 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_has_swift_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1906 of file 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 1895 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1891 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_multiple_files | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1885 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_java_outer_classname | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1881 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_java_package | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1879 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_java_string_check_utf8 | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1899 of file 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 1988 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_FileOptions* google_protobuf_FileOptions_new | ( | upb_arena * | arena | ) |
Definition at line 1866 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_objc_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1903 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_FileOptions_optimize_for | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1883 of file 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 1869 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_php_class_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1909 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_php_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1913 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_php_namespace | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1911 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_FileOptions_py_generic_services | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1893 of file 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 1991 of file 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 1874 of file 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 1960 of file 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 1936 of file 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 1968 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_FileOptions_set_deprecated | ( | google_protobuf_FileOptions * | msg, |
bool | value | ||
) |
Definition at line 1952 of file 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 1932 of file 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 1948 of file 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 1940 of file 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 1928 of file 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 1920 of file 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 1916 of file 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 1956 of file 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 1964 of file 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 1924 of file 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 1976 of file 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 1984 of file 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 1980 of file 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 1944 of file 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 1972 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_FileOptions_swift_prefix | ( | const google_protobuf_FileOptions * | msg | ) |
Definition at line 1907 of file 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 1914 of file 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 2527 of file 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 2519 of file 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 2564 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_GeneratedCodeInfo_Annotation_begin | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2554 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_GeneratedCodeInfo_Annotation_end | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2556 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_has_begin | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2553 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_GeneratedCodeInfo_Annotation_has_end | ( | const google_protobuf_GeneratedCodeInfo_Annotation * | msg | ) |
Definition at line 2555 of file 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 2551 of file 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 2558 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo_Annotation* google_protobuf_GeneratedCodeInfo_Annotation_new | ( | upb_arena * | arena | ) |
Definition at line 2538 of file 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 2541 of file 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 2550 of file 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 2561 of file 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 2546 of file 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 2572 of file 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 2576 of file 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 2568 of file 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 2552 of file 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 2521 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_GeneratedCodeInfo* google_protobuf_GeneratedCodeInfo_new | ( | upb_arena * | arena | ) |
Definition at line 2507 of file 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 2510 of file 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 2524 of file 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 2515 of file 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 2049 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_deprecated | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2022 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_deprecated | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2021 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_has_map_entry | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2023 of file 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 2017 of file 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 2019 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_map_entry | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2024 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_message_set_wire_format | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2018 of file 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 2043 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MessageOptions* google_protobuf_MessageOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2005 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MessageOptions_no_standard_descriptor_accessor | ( | const google_protobuf_MessageOptions * | msg | ) |
Definition at line 2020 of file 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 2008 of file 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 2046 of file 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 2013 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_deprecated | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2035 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MessageOptions_set_map_entry | ( | google_protobuf_MessageOptions * | msg, |
bool | value | ||
) |
Definition at line 2039 of file 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 2027 of file 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 2031 of file 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 2025 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_client_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1825 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_client_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1824 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_input_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1818 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_name | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1816 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_options | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1822 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_output_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1820 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_has_server_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1826 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_input_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1819 of file 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 1845 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_name | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1817 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodDescriptorProto* google_protobuf_MethodDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1804 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodDescriptorProto_options | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1823 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_MethodDescriptorProto_output_type | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1821 of file 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 1807 of file 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 1812 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodDescriptorProto_server_streaming | ( | const google_protobuf_MethodDescriptorProto * | msg | ) |
Definition at line 1827 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_client_streaming | ( | google_protobuf_MethodDescriptorProto * | msg, |
bool | value | ||
) |
Definition at line 1854 of file 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 1833 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_name | ( | google_protobuf_MethodDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1829 of file 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 1841 of file 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 1837 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodDescriptorProto_set_server_streaming | ( | google_protobuf_MethodDescriptorProto * | msg, |
bool | value | ||
) |
Definition at line 1858 of file 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 2307 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_deprecated | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2288 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_has_deprecated | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2287 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_MethodOptions_has_idempotency_level | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2289 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t google_protobuf_MethodOptions_idempotency_level | ( | const google_protobuf_MethodOptions * | msg | ) |
Definition at line 2290 of file 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 2301 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_MethodOptions* google_protobuf_MethodOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2275 of file 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 2278 of file 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 2304 of file 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 2283 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_MethodOptions_set_deprecated | ( | google_protobuf_MethodOptions * | msg, |
bool | value | ||
) |
Definition at line 2293 of file 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 2297 of file 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 2291 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_OneofDescriptorProto_has_name | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1576 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_OneofDescriptorProto_has_options | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1578 of file 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 1589 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_OneofDescriptorProto_name | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1577 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofDescriptorProto* google_protobuf_OneofDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1564 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofDescriptorProto_options | ( | const google_protobuf_OneofDescriptorProto * | msg | ) |
Definition at line 1579 of file 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 1567 of file 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 1572 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_OneofDescriptorProto_set_name | ( | google_protobuf_OneofDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1581 of file 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 1585 of file 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 2147 of file 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 2141 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_OneofOptions* google_protobuf_OneofOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2127 of file 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 2130 of file 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 2144 of file 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 2135 of file 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 2139 of file 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 1780 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceDescriptorProto_has_name | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 1764 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceDescriptorProto_has_options | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 1767 of file 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 1766 of file 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 1774 of file 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 1791 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_ServiceDescriptorProto_name | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 1765 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceDescriptorProto* google_protobuf_ServiceDescriptorProto_new | ( | upb_arena * | arena | ) |
Definition at line 1752 of file php/ext/google/protobuf/upb.h.
const UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceDescriptorProto_options | ( | const google_protobuf_ServiceDescriptorProto * | msg | ) |
Definition at line 1768 of file 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 1755 of file 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 1777 of file 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 1760 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_ServiceDescriptorProto_set_name | ( | google_protobuf_ServiceDescriptorProto * | msg, |
upb_strview | value | ||
) |
Definition at line 1770 of file 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 1787 of file 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 2264 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceOptions_deprecated | ( | const google_protobuf_ServiceOptions * | msg | ) |
Definition at line 2251 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_ServiceOptions_has_deprecated | ( | const google_protobuf_ServiceOptions * | msg | ) |
Definition at line 2250 of file 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 2258 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_ServiceOptions* google_protobuf_ServiceOptions_new | ( | upb_arena * | arena | ) |
Definition at line 2238 of file 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 2241 of file 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 2261 of file 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 2246 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_ServiceOptions_set_deprecated | ( | google_protobuf_ServiceOptions * | msg, |
bool | value | ||
) |
Definition at line 2254 of file 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 2252 of file 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 2434 of file 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 2426 of file 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 2499 of file 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 2471 of file 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 2481 of file 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 2459 of file 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 2461 of file 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 2460 of file 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 2463 of file 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 2493 of file 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 2465 of file 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 2475 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo_Location* google_protobuf_SourceCodeInfo_Location_new | ( | upb_arena * | arena | ) |
Definition at line 2445 of file 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 2448 of file 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 2457 of file 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 2496 of file 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 2468 of file 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 2478 of file 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 2453 of file 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 2485 of file 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 2489 of file 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 2458 of file 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 2462 of file 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 2428 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_SourceCodeInfo* google_protobuf_SourceCodeInfo_new | ( | upb_arena * | arena | ) |
Definition at line 2414 of file 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 2417 of file 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 2431 of file 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 2422 of file 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 2350 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_aggregate_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2342 of file php/ext/google/protobuf/upb.h.
UPB_INLINE double google_protobuf_UninterpretedOption_double_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2338 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_aggregate_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2341 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_double_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2337 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_identifier_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2331 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_negative_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2335 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_positive_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2333 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_has_string_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2339 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_identifier_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2332 of file 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 2344 of file 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 2330 of file 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 2399 of file 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 2397 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool google_protobuf_UninterpretedOption_NamePart_is_extension | ( | const google_protobuf_UninterpretedOption_NamePart * | msg | ) |
Definition at line 2400 of file 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 2398 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption_NamePart* google_protobuf_UninterpretedOption_NamePart_new | ( | upb_arena * | arena | ) |
Definition at line 2385 of file 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 2388 of file 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 2393 of file 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 2406 of file 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 2402 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int64_t google_protobuf_UninterpretedOption_negative_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2336 of file php/ext/google/protobuf/upb.h.
UPB_INLINE google_protobuf_UninterpretedOption* google_protobuf_UninterpretedOption_new | ( | upb_arena * | arena | ) |
Definition at line 2318 of file 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 2321 of file php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t google_protobuf_UninterpretedOption_positive_int_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2334 of file 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 2347 of file 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 2326 of file 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 2377 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void google_protobuf_UninterpretedOption_set_double_value | ( | google_protobuf_UninterpretedOption * | msg, |
double | value | ||
) |
Definition at line 2369 of file 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 2357 of file 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 2365 of file 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 2361 of file 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 2373 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview google_protobuf_UninterpretedOption_string_value | ( | const google_protobuf_UninterpretedOption * | msg | ) |
Definition at line 2340 of file php/ext/google/protobuf/upb.h.
uint32_t MurmurHash2 | ( | const void * | key, |
size_t | len, | ||
uint32_t | seed | ||
) |
Definition at line 5430 of file php/ext/google/protobuf/upb.c.
bool upb_arena_addcleanup | ( | upb_arena * | a, |
void * | ud, | ||
upb_cleanup_func * | func | ||
) |
Definition at line 5785 of file php/ext/google/protobuf/upb.c.
UPB_INLINE upb_alloc* upb_arena_alloc | ( | upb_arena * | a | ) |
Definition at line 317 of file php/ext/google/protobuf/upb.h.
size_t upb_arena_bytesallocated | ( | const upb_arena * | a | ) |
Definition at line 5799 of file php/ext/google/protobuf/upb.c.
Definition at line 5762 of file php/ext/google/protobuf/upb.c.
Definition at line 5725 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void* upb_arena_malloc | ( | upb_arena * | a, |
size_t | size | ||
) |
Definition at line 321 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_arena* upb_arena_new | ( | ) |
Definition at line 330 of file 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 325 of file php/ext/google/protobuf/upb.h.
upb_msgval upb_array_get | ( | const upb_array * | arr, |
size_t | i | ||
) |
Definition at line 4121 of file php/ext/google/protobuf/upb.c.
upb_array* upb_array_new | ( | upb_fieldtype_t | type, |
upb_arena * | a | ||
) |
Definition at line 4095 of file php/ext/google/protobuf/upb.c.
bool upb_array_set | ( | upb_array * | arr, |
size_t | i, | ||
upb_msgval | val | ||
) |
Definition at line 4126 of file php/ext/google/protobuf/upb.c.
size_t upb_array_size | ( | const upb_array * | arr | ) |
Definition at line 4113 of file php/ext/google/protobuf/upb.c.
upb_fieldtype_t upb_array_type | ( | const upb_array * | arr | ) |
Definition at line 4117 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_arrhas | ( | upb_tabval | key | ) |
Definition at line 2865 of file php/ext/google/protobuf/upb.h.
bool upb_bufsrc_putbuf | ( | const char * | buf, |
size_t | len, | ||
upb_bytessink | sink | ||
) |
Definition at line 4623 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_byteshandler_init | ( | upb_byteshandler * | handler | ) |
Definition at line 4659 of file php/ext/google/protobuf/upb.h.
bool upb_byteshandler_setendstr | ( | upb_byteshandler * | h, |
upb_endfield_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 3741 of file php/ext/google/protobuf/upb.c.
bool upb_byteshandler_setstartstr | ( | upb_byteshandler * | h, |
upb_startstr_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 3727 of file php/ext/google/protobuf/upb.c.
bool upb_byteshandler_setstring | ( | upb_byteshandler * | h, |
upb_string_handlerfunc * | func, | ||
void * | d | ||
) |
Definition at line 3734 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_bytessink_end | ( | upb_bytessink | s | ) |
Definition at line 6070 of file 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 6057 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_bytessink_reset | ( | upb_bytessink * | s, |
const upb_byteshandler * | h, | ||
void * | closure | ||
) |
Definition at line 6036 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_bytessink_start | ( | upb_bytessink | s, |
size_t | size_hint, | ||
void ** | subc | ||
) |
Definition at line 6042 of file php/ext/google/protobuf/upb.h.
bool upb_decode | ( | const char * | buf, |
size_t | size, | ||
upb_msg * | msg, | ||
const upb_msglayout * | l | ||
) |
Definition at line 1088 of file php/ext/google/protobuf/upb.c.
UPB_INLINE upb_decoderet upb_decoderet_make | ( | const char * | p, |
uint64_t | val | ||
) |
Definition at line 6792 of file 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 3234 of file php/ext/google/protobuf/upb.c.
void upb_enum_begin | ( | upb_enum_iter * | iter, |
const upb_enumdef * | e | ||
) |
Definition at line 1466 of file php/ext/google/protobuf/upb.c.
bool upb_enum_done | ( | upb_enum_iter * | iter | ) |
Definition at line 1472 of file php/ext/google/protobuf/upb.c.
const char* upb_enum_iter_name | ( | upb_enum_iter * | iter | ) |
Definition at line 1490 of file php/ext/google/protobuf/upb.c.
int32_t upb_enum_iter_number | ( | upb_enum_iter * | iter | ) |
Definition at line 1494 of file php/ext/google/protobuf/upb.c.
void upb_enum_next | ( | upb_enum_iter * | iter | ) |
Definition at line 1471 of file php/ext/google/protobuf/upb.c.
int32_t upb_enumdef_default | ( | const upb_enumdef * | e | ) |
Definition at line 1457 of file php/ext/google/protobuf/upb.c.
const upb_filedef* upb_enumdef_file | ( | const upb_enumdef * | e | ) |
Definition at line 1453 of file php/ext/google/protobuf/upb.c.
const char* upb_enumdef_fullname | ( | const upb_enumdef * | e | ) |
Definition at line 1445 of file php/ext/google/protobuf/upb.c.
const char* upb_enumdef_iton | ( | const upb_enumdef * | e, |
int32_t | num | ||
) |
Definition at line 1484 of file php/ext/google/protobuf/upb.c.
const char* upb_enumdef_name | ( | const upb_enumdef * | e | ) |
Definition at line 1449 of file 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 1474 of file 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 3775 of file php/ext/google/protobuf/upb.h.
int upb_enumdef_numvals | ( | const upb_enumdef * | e | ) |
Definition at line 1462 of file php/ext/google/protobuf/upb.c.
const upb_oneofdef* upb_fielddef_containingoneof | ( | const upb_fielddef * | f | ) |
Definition at line 1619 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_fielddef_containingtype | ( | const upb_fielddef * | f | ) |
Definition at line 1615 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_defaultbool | ( | const upb_fielddef * | f | ) |
Definition at line 1648 of file php/ext/google/protobuf/upb.c.
double upb_fielddef_defaultdouble | ( | const upb_fielddef * | f | ) |
Definition at line 1658 of file php/ext/google/protobuf/upb.c.
float upb_fielddef_defaultfloat | ( | const upb_fielddef * | f | ) |
Definition at line 1653 of file php/ext/google/protobuf/upb.c.
int32_t upb_fielddef_defaultint32 | ( | const upb_fielddef * | f | ) |
Definition at line 1633 of file php/ext/google/protobuf/upb.c.
int64_t upb_fielddef_defaultint64 | ( | const upb_fielddef * | f | ) |
Definition at line 1628 of file php/ext/google/protobuf/upb.c.
const char* upb_fielddef_defaultstr | ( | const upb_fielddef * | f, |
size_t * | len | ||
) |
Definition at line 1663 of file php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_defaultuint32 | ( | const upb_fielddef * | f | ) |
Definition at line 1643 of file php/ext/google/protobuf/upb.c.
uint64_t upb_fielddef_defaultuint64 | ( | const upb_fielddef * | f | ) |
Definition at line 1638 of file php/ext/google/protobuf/upb.c.
upb_descriptortype_t upb_fielddef_descriptortype | ( | const upb_fielddef * | f | ) |
Definition at line 1540 of file php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_fielddef_enumsubdef | ( | const upb_fielddef * | f | ) |
Definition at line 1682 of file php/ext/google/protobuf/upb.c.
const char* upb_fielddef_fullname | ( | const upb_fielddef * | f | ) |
Definition at line 1501 of file php/ext/google/protobuf/upb.c.
size_t upb_fielddef_getjsonname | ( | const upb_fielddef * | f, |
char * | buf, | ||
size_t | len | ||
) |
Definition at line 1576 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_haspresence | ( | const upb_fielddef * | f | ) |
Definition at line 1713 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_hassubdef | ( | const upb_fielddef * | f | ) |
Definition at line 1709 of file php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_index | ( | const upb_fielddef * | f | ) |
Definition at line 1544 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_isextension | ( | const upb_fielddef * | f | ) |
Definition at line 1556 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_ismap | ( | const upb_fielddef * | f | ) |
Definition at line 1704 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_isprimitive | ( | const upb_fielddef * | f | ) |
Definition at line 1700 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_isseq | ( | const upb_fielddef * | f | ) |
Definition at line 1696 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_isstring | ( | const upb_fielddef * | f | ) |
Definition at line 1691 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_issubmsg | ( | const upb_fielddef * | f | ) |
Definition at line 1687 of file php/ext/google/protobuf/upb.c.
upb_label_t upb_fielddef_label | ( | const upb_fielddef * | f | ) |
Definition at line 1548 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_lazy | ( | const upb_fielddef * | f | ) |
Definition at line 1560 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_fielddef_msgsubdef | ( | const upb_fielddef * | f | ) |
Definition at line 1677 of file php/ext/google/protobuf/upb.c.
const char* upb_fielddef_name | ( | const upb_fielddef * | f | ) |
Definition at line 1568 of file php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_number | ( | const upb_fielddef * | f | ) |
Definition at line 1552 of file php/ext/google/protobuf/upb.c.
bool upb_fielddef_packed | ( | const upb_fielddef * | f | ) |
Definition at line 1564 of file php/ext/google/protobuf/upb.c.
uint32_t upb_fielddef_selectorbase | ( | const upb_fielddef * | f | ) |
Definition at line 1572 of file php/ext/google/protobuf/upb.c.
upb_fieldtype_t upb_fielddef_type | ( | const upb_fielddef * | f | ) |
Definition at line 1505 of file php/ext/google/protobuf/upb.c.
const upb_filedef* upb_filedef_dep | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 2728 of file php/ext/google/protobuf/upb.c.
int upb_filedef_depcount | ( | const upb_filedef * | f | ) |
Definition at line 2720 of file php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_filedef_enum | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 2736 of file php/ext/google/protobuf/upb.c.
int upb_filedef_enumcount | ( | const upb_filedef * | f | ) |
Definition at line 2724 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_filedef_msg | ( | const upb_filedef * | f, |
int | i | ||
) |
Definition at line 2732 of file php/ext/google/protobuf/upb.c.
int upb_filedef_msgcount | ( | const upb_filedef * | f | ) |
Definition at line 2716 of file php/ext/google/protobuf/upb.c.
const char* upb_filedef_name | ( | const upb_filedef * | f | ) |
Definition at line 2696 of file php/ext/google/protobuf/upb.c.
const char* upb_filedef_package | ( | const upb_filedef * | f | ) |
Definition at line 2700 of file php/ext/google/protobuf/upb.c.
const char* upb_filedef_phpnamespace | ( | const upb_filedef * | f | ) |
Definition at line 2708 of file php/ext/google/protobuf/upb.c.
const char* upb_filedef_phpprefix | ( | const upb_filedef * | f | ) |
Definition at line 2704 of file php/ext/google/protobuf/upb.c.
upb_syntax_t upb_filedef_syntax | ( | const upb_filedef * | f | ) |
Definition at line 2712 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_free | ( | upb_alloc * | alloc, |
void * | ptr | ||
) |
Definition at line 260 of file php/ext/google/protobuf/upb.h.
|
static |
Definition at line 2861 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_gfree | ( | void * | ptr | ) |
Definition at line 282 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void* upb_gmalloc | ( | size_t | size | ) |
Definition at line 274 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void* upb_grealloc | ( | void * | ptr, |
size_t | oldsize, | ||
size_t | size | ||
) |
Definition at line 278 of file php/ext/google/protobuf/upb.h.
UPB_INLINE char* upb_gstrdup | ( | const char * | s | ) |
Definition at line 2677 of file php/ext/google/protobuf/upb.h.
bool upb_handlercache_addcleanup | ( | upb_handlercache * | h, |
void * | p, | ||
upb_handlerfree * | hfree | ||
) |
Definition at line 3720 of file php/ext/google/protobuf/upb.c.
void upb_handlercache_free | ( | upb_handlercache * | cache | ) |
Definition at line 3714 of file php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlercache_get | ( | upb_handlercache * | cache, |
const upb_msgdef * | md | ||
) |
Definition at line 3655 of file php/ext/google/protobuf/upb.c.
upb_handlercache* upb_handlercache_new | ( | upb_handlers_callback * | callback, |
const void * | closure | ||
) |
Definition at line 3694 of file php/ext/google/protobuf/upb.c.
bool upb_handlers_addcleanup | ( | upb_handlers * | h, |
void * | p, | ||
upb_handlerfree * | hfree | ||
) |
Definition at line 3545 of file php/ext/google/protobuf/upb.c.
void upb_handlers_clearerr | ( | upb_handlers * | h | ) |
Definition at line 4252 of file ruby/ext/google/protobuf_c/upb.c.
bool upb_handlers_getattr | ( | const upb_handlers * | h, |
upb_selector_t | s, | ||
upb_handlerattr * | attr | ||
) |
Definition at line 3529 of file php/ext/google/protobuf/upb.c.
UPB_INLINE upb_selector_t upb_handlers_getendselector | ( | upb_selector_t | start | ) |
Definition at line 4221 of file 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 3520 of file php/ext/google/protobuf/upb.c.
upb_handlertype_t upb_handlers_getprimitivehandlertype | ( | const upb_fielddef * | f | ) |
Definition at line 3549 of file 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 3563 of file php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlers_getsubhandlers | ( | const upb_handlers * | h, |
const upb_fielddef * | f | ||
) |
Definition at line 3514 of file php/ext/google/protobuf/upb.c.
const upb_handlers* upb_handlers_getsubhandlers_sel | ( | const upb_handlers * | h, |
upb_selector_t | sel | ||
) |
Definition at line 3537 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_handlers_msgdef | ( | const upb_handlers * | h | ) |
Definition at line 3543 of file php/ext/google/protobuf/upb.c.
uint32_t upb_handlers_selectorbaseoffset | ( | const upb_fielddef * | f | ) |
Definition at line 3627 of file php/ext/google/protobuf/upb.c.
uint32_t upb_handlers_selectorcount | ( | const upb_fielddef * | f | ) |
Definition at line 3631 of file 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 3496 of file 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 3490 of file 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 3484 of file php/ext/google/protobuf/upb.c.
const upb_status* upb_handlers_status | ( | upb_handlers * | h | ) |
Definition at line 4247 of file ruby/ext/google/protobuf_c/upb.c.
UPB_INLINE uint32_t upb_inthash | ( | uintptr_t | key | ) |
Definition at line 2857 of file php/ext/google/protobuf/upb.h.
UPB_INLINE uintptr_t upb_intkey | ( | uintptr_t | key | ) |
Definition at line 2853 of file php/ext/google/protobuf/upb.h.
void upb_inttable_begin | ( | upb_inttable_iter * | i, |
const upb_inttable * | t | ||
) |
Definition at line 5309 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_inttable_compact | ( | upb_inttable * | t | ) |
Definition at line 2993 of file php/ext/google/protobuf/upb.h.
void upb_inttable_compact2 | ( | upb_inttable * | t, |
upb_alloc * | a | ||
) |
Definition at line 5238 of file php/ext/google/protobuf/upb.c.
size_t upb_inttable_count | ( | const upb_inttable * | t | ) |
Definition at line 5084 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_done | ( | const upb_inttable_iter * | i | ) |
Definition at line 5331 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_init | ( | upb_inttable * | table, |
upb_ctype_t | ctype | ||
) |
Definition at line 2876 of file php/ext/google/protobuf/upb.h.
bool upb_inttable_init2 | ( | upb_inttable * | table, |
upb_ctype_t | ctype, | ||
upb_alloc * | a | ||
) |
Definition at line 5124 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_insert | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value | val | ||
) |
Definition at line 2917 of file 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 5133 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_insertptr | ( | upb_inttable * | t, |
const void * | key, | ||
upb_value | val | ||
) |
Definition at line 2983 of file 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 5223 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_iter_isequal | ( | const upb_inttable_iter * | i1, |
const upb_inttable_iter * | i2 | ||
) |
Definition at line 5360 of file php/ext/google/protobuf/upb.c.
uintptr_t upb_inttable_iter_key | ( | const upb_inttable_iter * | i | ) |
Definition at line 5342 of file php/ext/google/protobuf/upb.c.
void upb_inttable_iter_setdone | ( | upb_inttable_iter * | i | ) |
Definition at line 5354 of file php/ext/google/protobuf/upb.c.
upb_value upb_inttable_iter_value | ( | const upb_inttable_iter * | i | ) |
Definition at line 5347 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_lookup | ( | const upb_inttable * | t, |
uintptr_t | key, | ||
upb_value * | v | ||
) |
Definition at line 5176 of file 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 2999 of file php/ext/google/protobuf/upb.h.
bool upb_inttable_lookupptr | ( | const upb_inttable * | t, |
const void * | key, | ||
upb_value * | val | ||
) |
Definition at line 5229 of file php/ext/google/protobuf/upb.c.
void upb_inttable_next | ( | upb_inttable_iter * | i | ) |
Definition at line 5316 of file 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 5216 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_inttable_push | ( | upb_inttable * | t, |
upb_value | val | ||
) |
Definition at line 2972 of file php/ext/google/protobuf/upb.h.
bool upb_inttable_push2 | ( | upb_inttable * | t, |
upb_value | val, | ||
upb_alloc * | a | ||
) |
Definition at line 5211 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_remove | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value * | val | ||
) |
Definition at line 5190 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_removeptr | ( | upb_inttable * | t, |
const void * | key, | ||
upb_value * | val | ||
) |
Definition at line 5234 of file php/ext/google/protobuf/upb.c.
bool upb_inttable_replace | ( | upb_inttable * | t, |
uintptr_t | key, | ||
upb_value | val | ||
) |
Definition at line 5183 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_inttable_uninit | ( | upb_inttable * | table | ) |
Definition at line 2884 of file php/ext/google/protobuf/upb.h.
void upb_inttable_uninit2 | ( | upb_inttable * | table, |
upb_alloc * | a | ||
) |
Definition at line 5128 of file php/ext/google/protobuf/upb.c.
void upb_json_codecache_free | ( | upb_json_codecache * | cache | ) |
Definition at line 12187 of file 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 12192 of file php/ext/google/protobuf/upb.c.
upb_json_codecache* upb_json_codecache_new | ( | ) |
Definition at line 12173 of file 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 12122 of file php/ext/google/protobuf/upb.c.
upb_bytessink upb_json_parser_input | ( | upb_json_parser * | p | ) |
Definition at line 12164 of file php/ext/google/protobuf/upb.c.
const upb_byteshandler* upb_json_parsermethod_inputhandler | ( | const upb_json_parsermethod * | m | ) |
Definition at line 12168 of file 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 13596 of file php/ext/google/protobuf/upb.c.
upb_sink upb_json_printer_input | ( | upb_json_printer * | p | ) |
Definition at line 13617 of file php/ext/google/protobuf/upb.c.
upb_handlercache* upb_json_printer_newcache | ( | bool | preserve_proto_fieldnames | ) |
Definition at line 13621 of file php/ext/google/protobuf/upb.c.
const upb_handlers* upb_json_printer_newhandlers | ( | const upb_msgdef * | md, |
bool | preserve_fieldnames, | ||
const void * | owner | ||
) |
Definition at line 17487 of file ruby/ext/google/protobuf_c/upb.c.
UPB_INLINE void* upb_malloc | ( | upb_alloc * | alloc, |
size_t | size | ||
) |
Definition at line 249 of file php/ext/google/protobuf/upb.h.
bool upb_map_del | ( | upb_map * | map, |
upb_msgval | key | ||
) |
Definition at line 4284 of file php/ext/google/protobuf/upb.c.
bool upb_map_get | ( | const upb_map * | map, |
upb_msgval | key, | ||
upb_msgval * | val | ||
) |
Definition at line 4250 of file php/ext/google/protobuf/upb.c.
upb_fieldtype_t upb_map_keytype | ( | const upb_map * | map | ) |
Definition at line 4242 of file php/ext/google/protobuf/upb.c.
upb_map* upb_map_new | ( | upb_fieldtype_t | ktype, |
upb_fieldtype_t | vtype, | ||
upb_arena * | a | ||
) |
Definition at line 4216 of file php/ext/google/protobuf/upb.c.
bool upb_map_set | ( | upb_map * | map, |
upb_msgval | key, | ||
upb_msgval | val, | ||
upb_msgval * | valremoved | ||
) |
Definition at line 4265 of file php/ext/google/protobuf/upb.c.
size_t upb_map_size | ( | const upb_map * | map | ) |
Definition at line 4238 of file php/ext/google/protobuf/upb.c.
upb_fieldtype_t upb_map_valuetype | ( | const upb_map * | map | ) |
Definition at line 4246 of file php/ext/google/protobuf/upb.c.
void upb_mapiter_begin | ( | upb_mapiter * | i, |
const upb_map * | t | ||
) |
Definition at line 4305 of file php/ext/google/protobuf/upb.c.
bool upb_mapiter_done | ( | const upb_mapiter * | i | ) |
Definition at line 4329 of file php/ext/google/protobuf/upb.c.
void upb_mapiter_free | ( | upb_mapiter * | i, |
upb_alloc * | a | ||
) |
Definition at line 4321 of file php/ext/google/protobuf/upb.c.
bool upb_mapiter_isequal | ( | const upb_mapiter * | i1, |
const upb_mapiter * | i2 | ||
) |
Definition at line 4346 of file php/ext/google/protobuf/upb.c.
upb_msgval upb_mapiter_key | ( | const upb_mapiter * | i | ) |
Definition at line 4333 of file php/ext/google/protobuf/upb.c.
upb_mapiter* upb_mapiter_new | ( | const upb_map * | t, |
upb_alloc * | a | ||
) |
Definition at line 4310 of file php/ext/google/protobuf/upb.c.
void upb_mapiter_next | ( | upb_mapiter * | i | ) |
Definition at line 4325 of file php/ext/google/protobuf/upb.c.
void upb_mapiter_setdone | ( | upb_mapiter * | i | ) |
Definition at line 4342 of file php/ext/google/protobuf/upb.c.
size_t upb_mapiter_sizeof | ( | ) |
Definition at line 4301 of file php/ext/google/protobuf/upb.c.
upb_msgval upb_mapiter_value | ( | const upb_mapiter * | i | ) |
Definition at line 4338 of file php/ext/google/protobuf/upb.c.
Definition at line 3986 of file php/ext/google/protobuf/upb.c.
Definition at line 4055 of file php/ext/google/protobuf/upb.c.
bool upb_msg_clearfield | ( | upb_msg * | msg, |
int | field_index, | ||
const upb_msglayout * | l | ||
) |
void upb_msg_field_begin | ( | upb_msg_field_iter * | iter, |
const upb_msgdef * | m | ||
) |
Definition at line 1823 of file php/ext/google/protobuf/upb.c.
bool upb_msg_field_done | ( | const upb_msg_field_iter * | iter | ) |
Definition at line 1829 of file 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 1841 of file php/ext/google/protobuf/upb.c.
void upb_msg_field_iter_setdone | ( | upb_msg_field_iter * | iter | ) |
Definition at line 1837 of file php/ext/google/protobuf/upb.c.
void upb_msg_field_next | ( | upb_msg_field_iter * | iter | ) |
Definition at line 1827 of file php/ext/google/protobuf/upb.c.
upb_msgval upb_msg_get | ( | const upb_msg * | msg, |
int | field_index, | ||
const upb_msglayout * | l | ||
) |
Definition at line 4076 of file 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 3810 of file php/ext/google/protobuf/upb.c.
const char* upb_msg_getunknown | ( | const upb_msg * | msg, |
size_t * | len | ||
) |
Definition at line 3999 of file php/ext/google/protobuf/upb.c.
bool upb_msg_has | ( | const upb_msg * | msg, |
int | field_index, | ||
const upb_msglayout * | l | ||
) |
Definition at line 4059 of file php/ext/google/protobuf/upb.c.
upb_fielddef* upb_msg_iter_field | ( | const upb_msg_field_iter * | iter | ) |
Definition at line 1833 of file php/ext/google/protobuf/upb.c.
const upb_oneofdef* upb_msg_iter_oneof | ( | const upb_msg_oneof_iter * | iter | ) |
Definition at line 1867 of file php/ext/google/protobuf/upb.c.
upb_msg* upb_msg_new | ( | const upb_msglayout * | l, |
upb_arena * | a | ||
) |
upb_msg
Definition at line 4026 of file php/ext/google/protobuf/upb.c.
void upb_msg_oneof_begin | ( | upb_msg_oneof_iter * | iter, |
const upb_msgdef * | m | ||
) |
Definition at line 1846 of file php/ext/google/protobuf/upb.c.
bool upb_msg_oneof_done | ( | const upb_msg_oneof_iter * | iter | ) |
Definition at line 1863 of file 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 1875 of file php/ext/google/protobuf/upb.c.
void upb_msg_oneof_iter_setdone | ( | upb_msg_oneof_iter * | iter | ) |
Definition at line 1871 of file php/ext/google/protobuf/upb.c.
void upb_msg_oneof_next | ( | upb_msg_oneof_iter * | iter | ) |
Definition at line 1855 of file php/ext/google/protobuf/upb.c.
void upb_msg_set | ( | upb_msg * | msg, |
int | field_index, | ||
upb_msgval | val, | ||
const upb_msglayout * | l | ||
) |
Definition at line 4083 of file 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 3774 of file php/ext/google/protobuf/upb.c.
const upb_filedef* upb_msgdef_file | ( | const upb_msgdef * | m | ) |
Definition at line 1737 of file php/ext/google/protobuf/upb.c.
const char* upb_msgdef_fullname | ( | const upb_msgdef * | m | ) |
Definition at line 1733 of file php/ext/google/protobuf/upb.c.
bool upb_msgdef_isnumberwrapper | ( | const upb_msgdef * | m | ) |
Definition at line 1817 of file php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_msgdef_itof | ( | const upb_msgdef * | m, |
uint32_t | i | ||
) |
Definition at line 1757 of file 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 1785 of file 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 3533 of file php/ext/google/protobuf/upb.h.
bool upb_msgdef_mapentry | ( | const upb_msgdef * | m | ) |
Definition at line 1809 of file php/ext/google/protobuf/upb.c.
const char* upb_msgdef_name | ( | const upb_msgdef * | m | ) |
Definition at line 1741 of file 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 1763 of file php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_fielddef* upb_msgdef_ntofz | ( | const upb_msgdef * | m, |
const char * | name | ||
) |
Definition at line 3518 of file 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 1774 of file php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_oneofdef* upb_msgdef_ntooz | ( | const upb_msgdef * | m, |
const char * | name | ||
) |
Definition at line 3513 of file php/ext/google/protobuf/upb.h.
int upb_msgdef_numfields | ( | const upb_msgdef * | m | ) |
Definition at line 1799 of file php/ext/google/protobuf/upb.c.
int upb_msgdef_numoneofs | ( | const upb_msgdef * | m | ) |
Definition at line 1804 of file php/ext/google/protobuf/upb.c.
size_t upb_msgdef_selectorcount | ( | const upb_msgdef * | m | ) |
Definition at line 1749 of file php/ext/google/protobuf/upb.c.
bool upb_msgdef_setsyntax | ( | upb_msgdef * | m, |
upb_syntax_t | syntax | ||
) |
Definition at line 2548 of file ruby/ext/google/protobuf_c/upb.c.
uint32_t upb_msgdef_submsgfieldcount | ( | const upb_msgdef * | m | ) |
Definition at line 1753 of file php/ext/google/protobuf/upb.c.
upb_syntax_t upb_msgdef_syntax | ( | const upb_msgdef * | m | ) |
Definition at line 1745 of file php/ext/google/protobuf/upb.c.
upb_wellknowntype_t upb_msgdef_wellknowntype | ( | const upb_msgdef * | m | ) |
Definition at line 1813 of file php/ext/google/protobuf/upb.c.
void upb_msgfactory_free | ( | upb_msgfactory * | f | ) |
Definition at line 4557 of file php/ext/google/protobuf/upb.c.
const upb_msglayout* upb_msgfactory_getlayout | ( | upb_msgfactory * | f, |
const upb_msgdef * | m | ||
) |
Definition at line 4573 of file php/ext/google/protobuf/upb.c.
upb_msgfactory* upb_msgfactory_new | ( | const upb_symtab * | symtab | ) |
Definition at line 4548 of file php/ext/google/protobuf/upb.c.
const upb_symtab* upb_msgfactory_symtab | ( | const upb_msgfactory * | f | ) |
Definition at line 4569 of file php/ext/google/protobuf/upb.c.
UPB_INLINE upb_msgval upb_msgval_makestr | ( | const char * | data, |
size_t | size | ||
) |
Definition at line 608 of file php/ext/google/protobuf/upb.h.
bool upb_ok | ( | const upb_status * | status | ) |
Definition at line 5573 of file php/ext/google/protobuf/upb.c.
void upb_oneof_begin | ( | upb_oneof_iter * | iter, |
const upb_oneofdef * | o | ||
) |
Definition at line 1911 of file php/ext/google/protobuf/upb.c.
bool upb_oneof_done | ( | upb_oneof_iter * | iter | ) |
Definition at line 1919 of file php/ext/google/protobuf/upb.c.
upb_fielddef* upb_oneof_iter_field | ( | const upb_oneof_iter * | iter | ) |
Definition at line 1923 of file 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 1927 of file php/ext/google/protobuf/upb.c.
void upb_oneof_next | ( | upb_oneof_iter * | iter | ) |
Definition at line 1915 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_oneofdef_containingtype | ( | const upb_oneofdef * | o | ) |
Definition at line 1886 of file php/ext/google/protobuf/upb.c.
uint32_t upb_oneofdef_index | ( | const upb_oneofdef * | o | ) |
Definition at line 1894 of file php/ext/google/protobuf/upb.c.
const upb_fielddef* upb_oneofdef_itof | ( | const upb_oneofdef * | o, |
uint32_t | num | ||
) |
Definition at line 1905 of file php/ext/google/protobuf/upb.c.
const char* upb_oneofdef_name | ( | const upb_oneofdef * | o | ) |
Definition at line 1882 of file 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 1898 of file php/ext/google/protobuf/upb.c.
const UPB_INLINE upb_fielddef* upb_oneofdef_ntofz | ( | const upb_oneofdef * | o, |
const char * | name | ||
) |
Definition at line 3366 of file php/ext/google/protobuf/upb.h.
int upb_oneofdef_numfields | ( | const upb_oneofdef * | o | ) |
Definition at line 1890 of file 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 8329 of file php/ext/google/protobuf/upb.c.
upb_sink upb_pb_encoder_input | ( | upb_pb_encoder * | p | ) |
Definition at line 8368 of file php/ext/google/protobuf/upb.c.
upb_handlercache* upb_pb_encoder_newcache | ( | ) |
Definition at line 8325 of file php/ext/google/protobuf/upb.c.
bool upb_pbcodecache_allowjit | ( | const upb_pbcodecache * | c | ) |
Definition at line 6696 of file php/ext/google/protobuf/upb.c.
void upb_pbcodecache_free | ( | upb_pbcodecache * | c | ) |
Definition at line 6681 of file php/ext/google/protobuf/upb.c.
const upb_pbdecodermethod* upb_pbcodecache_get | ( | upb_pbcodecache * | c, |
const upb_msgdef * | md | ||
) |
Definition at line 6710 of file php/ext/google/protobuf/upb.c.
upb_pbcodecache* upb_pbcodecache_new | ( | upb_handlercache * | dest | ) |
Definition at line 6666 of file php/ext/google/protobuf/upb.c.
void upb_pbcodecache_setallowjit | ( | upb_pbcodecache * | c, |
bool | allow | ||
) |
Definition at line 6700 of file 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 7754 of file php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_checktag_slow | ( | upb_pbdecoder * | d, |
uint64_t | expected | ||
) |
Definition at line 7249 of file 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 7717 of file 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 7695 of file php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_f32 | ( | upb_pbdecoder * | d, |
uint32_t * | u32 | ||
) |
Definition at line 7204 of file php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_f64 | ( | upb_pbdecoder * | d, |
uint64_t * | u64 | ||
) |
Definition at line 7208 of file php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_decode_varint_slow | ( | upb_pbdecoder * | d, |
uint64_t * | u64 | ||
) |
Definition at line 7130 of file php/ext/google/protobuf/upb.c.
Definition at line 7638 of file php/ext/google/protobuf/upb.c.
const char* upb_pbdecoder_getopname | ( | unsigned int | op | ) |
upb_bytessink upb_pbdecoder_input | ( | upb_pbdecoder * | d | ) |
Definition at line 7762 of file php/ext/google/protobuf/upb.c.
size_t upb_pbdecoder_maxnesting | ( | const upb_pbdecoder * | d | ) |
Definition at line 7766 of file php/ext/google/protobuf/upb.c.
const upb_pbdecodermethod* upb_pbdecoder_method | ( | const upb_pbdecoder * | d | ) |
Definition at line 7758 of file 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 6710 of file php/ext/google/protobuf/upb.h.
void upb_pbdecoder_reset | ( | upb_pbdecoder * | d | ) |
Definition at line 7708 of file 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 6939 of file php/ext/google/protobuf/upb.c.
void upb_pbdecoder_seterr | ( | upb_pbdecoder * | d, |
const char * | msg | ||
) |
Definition at line 6829 of file php/ext/google/protobuf/upb.c.
bool upb_pbdecoder_setmaxnesting | ( | upb_pbdecoder * | d, |
size_t | max | ||
) |
Definition at line 7770 of file php/ext/google/protobuf/upb.c.
int32_t upb_pbdecoder_skipunknown | ( | upb_pbdecoder * | d, |
int32_t | fieldnum, | ||
uint8_t | wire_type | ||
) |
Definition at line 7266 of file php/ext/google/protobuf/upb.c.
Definition at line 7615 of file php/ext/google/protobuf/upb.c.
Definition at line 7627 of file php/ext/google/protobuf/upb.c.
size_t upb_pbdecoder_suspend | ( | upb_pbdecoder * | d | ) |
Definition at line 7004 of file 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 6715 of file php/ext/google/protobuf/upb.h.
const upb_handlers* upb_pbdecodermethod_desthandlers | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5839 of file php/ext/google/protobuf/upb.c.
const upb_byteshandler* upb_pbdecodermethod_inputhandler | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5844 of file php/ext/google/protobuf/upb.c.
bool upb_pbdecodermethod_isnative | ( | const upb_pbdecodermethod * | m | ) |
Definition at line 5849 of file 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 254 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endmsg | ( | upb_sink | s, |
upb_status * | status | ||
) |
Definition at line 5741 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endseq | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5768 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endstr | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5794 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_endsubmsg | ( | upb_sink | s, |
upb_selector_t | sel | ||
) |
Definition at line 5823 of file 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 5704 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_putunknown | ( | upb_sink | s, |
const char * | buf, | ||
size_t | n | ||
) |
Definition at line 5717 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_sink_reset | ( | upb_sink * | s, |
const upb_handlers * | h, | ||
void * | c | ||
) |
Definition at line 5699 of file php/ext/google/protobuf/upb.h.
UPB_INLINE bool upb_sink_startmsg | ( | upb_sink | s | ) |
Definition at line 5729 of file 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 5753 of file 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 5779 of file 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 5805 of file php/ext/google/protobuf/upb.h.
void upb_status_clear | ( | upb_status * | status | ) |
Definition at line 5567 of file php/ext/google/protobuf/upb.c.
const char* upb_status_errmsg | ( | const upb_status * | status | ) |
Definition at line 5575 of file php/ext/google/protobuf/upb.c.
void upb_status_seterrf | ( | upb_status * | status, |
const char * | fmt, | ||
... | |||
) |
Definition at line 5584 of file php/ext/google/protobuf/upb.c.
void upb_status_seterrmsg | ( | upb_status * | status, |
const char * | msg | ||
) |
Definition at line 5577 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_status_setoom | ( | upb_status * | status | ) |
Definition at line 190 of file php/ext/google/protobuf/upb.h.
void upb_status_vseterrf | ( | upb_status * | status, |
const char * | fmt, | ||
va_list | args | ||
) |
Definition at line 5591 of file php/ext/google/protobuf/upb.c.
char* upb_strdup | ( | const char * | s, |
upb_alloc * | a | ||
) |
Definition at line 4675 of file php/ext/google/protobuf/upb.c.
char* upb_strdup2 | ( | const char * | s, |
size_t | len, | ||
upb_alloc * | a | ||
) |
Definition at line 4679 of file php/ext/google/protobuf/upb.c.
void upb_strtable_begin | ( | upb_strtable_iter * | i, |
const upb_strtable * | t | ||
) |
Definition at line 5009 of file php/ext/google/protobuf/upb.c.
UPB_INLINE size_t upb_strtable_count | ( | const upb_strtable * | t | ) |
Definition at line 2894 of file php/ext/google/protobuf/upb.h.
bool upb_strtable_done | ( | const upb_strtable_iter * | i | ) |
Definition at line 5018 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strtable_init | ( | upb_strtable * | table, |
upb_ctype_t | ctype | ||
) |
Definition at line 2880 of file php/ext/google/protobuf/upb.h.
bool upb_strtable_init2 | ( | upb_strtable * | table, |
upb_ctype_t | ctype, | ||
upb_alloc * | a | ||
) |
Definition at line 4928 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strtable_insert | ( | upb_strtable * | t, |
const char * | key, | ||
upb_value | val | ||
) |
Definition at line 2928 of file 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 2922 of file 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 4961 of file php/ext/google/protobuf/upb.c.
bool upb_strtable_iter_isequal | ( | const upb_strtable_iter * | i1, |
const upb_strtable_iter * | i2 | ||
) |
Definition at line 5046 of file php/ext/google/protobuf/upb.c.
const char* upb_strtable_iter_key | ( | const upb_strtable_iter * | i | ) |
Definition at line 5024 of file php/ext/google/protobuf/upb.c.
size_t upb_strtable_iter_keylength | ( | const upb_strtable_iter * | i | ) |
Definition at line 5029 of file php/ext/google/protobuf/upb.c.
void upb_strtable_iter_setdone | ( | upb_strtable_iter * | i | ) |
Definition at line 5041 of file php/ext/google/protobuf/upb.c.
upb_value upb_strtable_iter_value | ( | const upb_strtable_iter * | i | ) |
Definition at line 5036 of file 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 2940 of file 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 4985 of file php/ext/google/protobuf/upb.c.
void upb_strtable_next | ( | upb_strtable_iter * | i | ) |
Definition at line 5014 of file 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 2957 of file 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 2951 of file 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 4991 of file php/ext/google/protobuf/upb.c.
bool upb_strtable_resize | ( | upb_strtable * | t, |
size_t | size_lg2, | ||
upb_alloc * | a | ||
) |
Definition at line 4939 of file php/ext/google/protobuf/upb.c.
UPB_INLINE void upb_strtable_uninit | ( | upb_strtable * | table | ) |
Definition at line 2888 of file php/ext/google/protobuf/upb.h.
void upb_strtable_uninit2 | ( | upb_strtable * | table, |
upb_alloc * | a | ||
) |
Definition at line 4932 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_strview_eql | ( | upb_strview | a, |
upb_strview | b | ||
) |
Definition at line 551 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview upb_strview_make | ( | const char * | data, |
size_t | size | ||
) |
Definition at line 540 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_strview upb_strview_makez | ( | const char * | data | ) |
Definition at line 547 of file 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 2790 of file php/ext/google/protobuf/upb.c.
int upb_symtab_filecount | ( | const upb_symtab * | s | ) |
void upb_symtab_free | ( | upb_symtab * | s | ) |
Definition at line 2740 of file php/ext/google/protobuf/upb.c.
const upb_enumdef* upb_symtab_lookupenum | ( | const upb_symtab * | s, |
const char * | sym | ||
) |
Definition at line 2778 of file php/ext/google/protobuf/upb.c.
const upb_filedef* upb_symtab_lookupfile | ( | const upb_symtab * | s, |
const char * | name | ||
) |
Definition at line 2784 of file php/ext/google/protobuf/upb.c.
const upb_msgdef* upb_symtab_lookupmsg | ( | const upb_symtab * | s, |
const char * | sym | ||
) |
Definition at line 2765 of file 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 2771 of file php/ext/google/protobuf/upb.c.
upb_symtab* upb_symtab_new | ( | ) |
Definition at line 2745 of file php/ext/google/protobuf/upb.c.
UPB_INLINE bool upb_tabent_isempty | ( | const upb_tabent * | e | ) |
Definition at line 2846 of file php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_table_size | ( | const upb_table * | t | ) |
Definition at line 2838 of file php/ext/google/protobuf/upb.h.
UPB_INLINE char* upb_tabstr | ( | upb_tabkey | key, |
uint32_t * | len | ||
) |
Definition at line 2764 of file php/ext/google/protobuf/upb.h.
upb_textprinter* upb_textprinter_create | ( | upb_arena * | arena, |
const upb_handlers * | h, | ||
upb_bytessink | output | ||
) |
Definition at line 8684 of file php/ext/google/protobuf/upb.c.
upb_sink upb_textprinter_input | ( | upb_textprinter * | p | ) |
Definition at line 8700 of file php/ext/google/protobuf/upb.c.
upb_handlercache* upb_textprinter_newcache | ( | ) |
Definition at line 8696 of file php/ext/google/protobuf/upb.c.
void upb_textprinter_setsingleline | ( | upb_textprinter * | p, |
bool | single_line | ||
) |
Definition at line 8702 of file php/ext/google/protobuf/upb.c.
UPB_INLINE upb_value upb_value_double | ( | double | cval | ) |
Definition at line 2744 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_value upb_value_float | ( | float | cval | ) |
Definition at line 2738 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_value_setdouble | ( | upb_value * | val, |
double | cval | ||
) |
Definition at line 2733 of file php/ext/google/protobuf/upb.h.
UPB_INLINE void upb_value_setfloat | ( | upb_value * | val, |
float | cval | ||
) |
Definition at line 2728 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int upb_value_size | ( | uint64_t | val | ) |
Definition at line 6839 of file php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_varint_size | ( | uint64_t | val | ) |
Definition at line 6867 of file php/ext/google/protobuf/upb.h.
UPB_INLINE upb_decoderet upb_vdecode_fast | ( | const char * | p | ) |
Definition at line 6829 of file php/ext/google/protobuf/upb.h.
upb_decoderet upb_vdecode_max8_branch32 | ( | upb_decoderet | r | ) |
Definition at line 8734 of file php/ext/google/protobuf/upb.c.
upb_decoderet upb_vdecode_max8_branch64 | ( | upb_decoderet | r | ) |
Definition at line 8758 of file php/ext/google/protobuf/upb.c.
UPB_INLINE uint64_t upb_vencode32 | ( | uint32_t | val | ) |
Definition at line 6873 of file php/ext/google/protobuf/upb.h.
UPB_INLINE size_t upb_vencode64 | ( | uint64_t | val, |
char * | buf | ||
) |
Definition at line 6854 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int32_t upb_zzdec_32 | ( | uint32_t | n | ) |
Definition at line 6775 of file php/ext/google/protobuf/upb.h.
UPB_INLINE int64_t upb_zzdec_64 | ( | uint64_t | n | ) |
Definition at line 6778 of file php/ext/google/protobuf/upb.h.
UPB_INLINE uint32_t upb_zzenc_32 | ( | int32_t | n | ) |
Definition at line 6781 of file php/ext/google/protobuf/upb.h.
UPB_INLINE uint64_t upb_zzenc_64 | ( | int64_t | n | ) |
Definition at line 6782 of file php/ext/google/protobuf/upb.h.
char _upb_noclosure |
Definition at line 3287 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_DescriptorProto_ExtensionRange_msginit |
Definition at line 119 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_DescriptorProto_msginit |
Definition at line 103 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_DescriptorProto_ReservedRange_msginit |
Definition at line 130 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_EnumDescriptorProto_EnumReservedRange_msginit |
Definition at line 213 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_EnumDescriptorProto_msginit |
Definition at line 202 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_EnumOptions_msginit |
Definition at line 365 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_EnumValueDescriptorProto_msginit |
Definition at line 229 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_EnumValueOptions_msginit |
Definition at line 380 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_ExtensionRangeOptions_msginit |
Definition at line 144 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_FieldDescriptorProto_msginit |
Definition at line 167 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_FieldOptions_msginit |
Definition at line 335 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_FileDescriptorProto_msginit |
Definition at line 74 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_FileDescriptorSet_msginit |
Definition at line 44 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_FileOptions_msginit |
Definition at line 297 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_GeneratedCodeInfo_Annotation_msginit |
Definition at line 497 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_GeneratedCodeInfo_msginit |
Definition at line 484 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_MessageOptions_msginit |
Definition at line 315 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_MethodDescriptorProto_msginit |
Definition at line 265 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_MethodOptions_msginit |
Definition at line 411 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_OneofDescriptorProto_msginit |
Definition at line 182 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_OneofOptions_msginit |
Definition at line 349 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_ServiceDescriptorProto_msginit |
Definition at line 246 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_ServiceOptions_msginit |
Definition at line 395 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_SourceCodeInfo_Location_msginit |
Definition at line 470 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_SourceCodeInfo_msginit |
Definition at line 456 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_UninterpretedOption_msginit |
Definition at line 431 of file php/ext/google/protobuf/upb.c.
const upb_msglayout google_protobuf_UninterpretedOption_NamePart_msginit |
Definition at line 442 of file php/ext/google/protobuf/upb.c.
const char* kPbDecoderStackOverflow |
Definition at line 6752 of file php/ext/google/protobuf/upb.c.
const char* kPbDecoderSubmessageTooLong |
Definition at line 6753 of file php/ext/google/protobuf/upb.c.
upb_alloc upb_alloc_global |
Definition at line 5612 of file php/ext/google/protobuf/upb.c.
const uint8_t upb_desctype_to_fieldtype[] |
Definition at line 508 of file php/ext/google/protobuf/upb.c.
const uint8_t upb_pb_native_wire_types[] |
Definition at line 8708 of file php/ext/google/protobuf/upb.c.