H A D | php-upb.h | 58 #define UPB_ALIGN_UP(size, align) (((size) + (align) - 1) / (align) * (align)) 59 #define UPB_ALIGN_DOWN(size, align) ((size) / (align) * (align)) 60 #define UPB_ALIGN_MALLOC(size) UPB_ALIGN_UP(size, 16) 267 size_t size; member 270 UPB_INLINE upb_strview upb_strview_make(const char *data, size_t size) { in upb_strview_make() argument 273 ret.size = size; in upb_strview_make() 311 upb_malloc(upb_alloc *alloc, size_t size) upb_malloc() argument 316 upb_realloc(upb_alloc *alloc, void *ptr, size_t oldsize, size_t size) upb_realloc() argument 336 upb_gmalloc(size_t size) upb_gmalloc() argument 340 upb_grealloc(void *ptr, size_t oldsize, size_t size) upb_grealloc() argument 387 upb_arena_malloc(upb_arena *a, size_t size) upb_arena_malloc() argument 401 upb_arena_realloc(upb_arena *a, void *ptr, size_t oldsize, size_t size) upb_arena_realloc() argument 981 uint16_t size; global() member 1102 size_t size; /* Measured in elements. */ global() member 1125 _upb_array_reserve(upb_array *arr, size_t size, upb_arena *arena) _upb_array_reserve() argument 1131 _upb_array_resize(upb_array *arr, size_t size, upb_arena *arena) _upb_array_resize() argument 1138 _upb_array_accessor(const void *msg, size_t ofs, size_t *size) _upb_array_accessor() argument 1150 _upb_array_mutable_accessor(void *msg, size_t ofs, size_t *size) _upb_array_mutable_accessor() argument 1162 _upb_array_resize_accessor(void *msg, size_t ofs, size_t size, upb_fieldtype_t type, upb_arena *arena) _upb_array_resize_accessor() argument 1232 _upb_map_tokey(const void *key, size_t size) _upb_map_tokey() argument 1240 _upb_map_fromkey(upb_strview key, void* out, size_t size) _upb_map_fromkey() argument 1248 _upb_map_tovalue(const void *val, size_t size, upb_arena *a) _upb_map_tovalue() argument 1261 _upb_map_fromvalue(upb_value val, void* out, size_t size) _upb_map_fromvalue() argument 1364 _upb_msg_map_key(const void* msg, void* key, size_t size) _upb_msg_map_key() argument 1373 _upb_msg_map_value(const void* msg, void* val, size_t size) _upb_msg_map_value() argument 1380 _upb_msg_map_set_value(void* msg, const void* val, size_t size) _upb_msg_map_set_value() argument 1589 google_protobuf_FileDescriptorSet_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_FileDescriptorSet_parse() argument 1620 google_protobuf_FileDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_FileDescriptorProto_parse() argument 1777 google_protobuf_DescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_DescriptorProto_parse() argument 1930 google_protobuf_DescriptorProto_ExtensionRange_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_DescriptorProto_ExtensionRange_parse() argument 1973 google_protobuf_DescriptorProto_ReservedRange_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_DescriptorProto_ReservedRange_parse() argument 2001 google_protobuf_ExtensionRangeOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_ExtensionRangeOptions_parse() argument 2032 google_protobuf_FieldDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_FieldDescriptorProto_parse() argument 2123 google_protobuf_OneofDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_OneofDescriptorProto_parse() argument 2160 google_protobuf_EnumDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_EnumDescriptorProto_parse() argument 2238 google_protobuf_EnumDescriptorProto_EnumReservedRange_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_EnumDescriptorProto_EnumReservedRange_parse() argument 2266 google_protobuf_EnumValueDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_EnumValueDescriptorProto_parse() argument 2309 google_protobuf_ServiceDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_ServiceDescriptorProto_parse() argument 2361 google_protobuf_MethodDescriptorProto_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_MethodDescriptorProto_parse() argument 2422 google_protobuf_FileOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_FileOptions_parse() argument 2573 google_protobuf_MessageOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_MessageOptions_parse() argument 2628 google_protobuf_FieldOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_FieldOptions_parse() argument 2695 google_protobuf_OneofOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_OneofOptions_parse() argument 2726 google_protobuf_EnumOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_EnumOptions_parse() argument 2769 google_protobuf_EnumValueOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_EnumValueOptions_parse() argument 2806 google_protobuf_ServiceOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_ServiceOptions_parse() argument 2843 google_protobuf_MethodOptions_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_MethodOptions_parse() argument 2886 google_protobuf_UninterpretedOption_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_UninterpretedOption_parse() argument 2953 google_protobuf_UninterpretedOption_NamePart_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_UninterpretedOption_NamePart_parse() argument 2981 google_protobuf_SourceCodeInfo_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_SourceCodeInfo_parse() argument 3012 google_protobuf_SourceCodeInfo_Location_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_SourceCodeInfo_Location_parse() argument 3073 google_protobuf_GeneratedCodeInfo_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_GeneratedCodeInfo_parse() argument 3104 google_protobuf_GeneratedCodeInfo_Annotation_parse(const char *buf, size_t size, upb_arena *arena) google_protobuf_GeneratedCodeInfo_Annotation_parse() argument [all...] |