/external/protobuf/ruby/ext/google/protobuf_c/ |
protobuf.h | 219 upb_fieldtype_t ruby_to_fieldtype(VALUE type); 220 VALUE fieldtype_to_ruby(upb_fieldtype_t type); 293 size_t native_slot_size(upb_fieldtype_t type); 294 void native_slot_set(upb_fieldtype_t type, 301 void native_slot_set_value_and_case(upb_fieldtype_t type, 307 VALUE native_slot_get(upb_fieldtype_t type, 310 void native_slot_init(upb_fieldtype_t type, void* memory); 311 void native_slot_mark(upb_fieldtype_t type, void* memory); 312 void native_slot_dup(upb_fieldtype_t type, void* to, void* from); 313 void native_slot_deep_copy(upb_fieldtype_t type, void* to, void* from) [all...] |
repeated_field.c | 65 upb_fieldtype_t field_type = self->field_type; 88 upb_fieldtype_t field_type = self->field_type; 111 upb_fieldtype_t field_type = self->field_type; 160 upb_fieldtype_t field_type = self->field_type; 170 upb_fieldtype_t field_type = self->field_type; 214 upb_fieldtype_t field_type = self->field_type; 230 upb_fieldtype_t field_type = self->field_type; 242 upb_fieldtype_t field_type = self->field_type; 252 upb_fieldtype_t field_type = self->field_type; 333 upb_fieldtype_t field_type = self->field_type [all...] |
storage.c | 43 size_t native_slot_size(upb_fieldtype_t type) { 66 void native_slot_check_int_range_precision(upb_fieldtype_t type, VALUE val) { 89 void native_slot_validate_string_encoding(upb_fieldtype_t type, VALUE value) { 110 void native_slot_set(upb_fieldtype_t type, VALUE type_class, 115 void native_slot_set_value_and_case(upb_fieldtype_t type, VALUE type_class, 220 VALUE native_slot_get(upb_fieldtype_t type, 256 void native_slot_init(upb_fieldtype_t type, void* memory) { 294 void native_slot_mark(upb_fieldtype_t type, void* memory) { 306 void native_slot_dup(upb_fieldtype_t type, void* to, void* from) { 310 void native_slot_deep_copy(upb_fieldtype_t type, void* to, void* from) [all...] |
encode_decode.c | 224 upb_fieldtype_t key_field_type; 225 upb_fieldtype_t value_field_type; 896 upb_fieldtype_t type = upb_fielddef_type(f); [all...] |
map.c | 175 static bool needs_typeclass(upb_fieldtype_t type) {
|
defs.c | 554 upb_fieldtype_t ruby_to_fieldtype(VALUE type) { 582 VALUE fieldtype_to_ruby(upb_fieldtype_t type) { [all...] |
upb.h | 1858 } upb_fieldtype_t; typedef in typeref:enum:__anon28895 [all...] |
upb.c | 762 upb_fieldtype_t upb_fielddef_type(const upb_fielddef *f) { 893 static void chkdefaulttype(const upb_fielddef *f, upb_fieldtype_t type) { 1030 void upb_fielddef_settype(upb_fielddef *f, upb_fieldtype_t type) { [all...] |
/external/protobuf/php/ext/google/protobuf/ |
storage.c | 19 size_t native_slot_size(upb_fieldtype_t type) { 42 void native_slot_check_int_range_precision(upb_fieldtype_t type, zval* val) { 63 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/ 101 void native_slot_init(upb_fieldtype_t type, void* memory) { 141 void native_slot_set(upb_fieldtype_t type, /*VALUE type_class,*/ void* memory, 146 void native_slot_set_value_and_case(upb_fieldtype_t type, /*VALUE type_class,*/
|
protobuf.h | 107 size_t native_slot_size(upb_fieldtype_t type); 149 zval* native_slot_get(upb_fieldtype_t type, /*VALUE type_class,*/
|
def.c | 256 upb_fieldtype_t string_to_descriptortype(const char *type) {
|
upb.h | 1447 } upb_fieldtype_t; typedef in typeref:enum:__anon28838 [all...] |
upb.c | 678 upb_fieldtype_t upb_fielddef_type(const upb_fielddef *f) { 762 static void chkdefaulttype(const upb_fielddef *f, upb_fieldtype_t type) { 899 void upb_fielddef_settype(upb_fielddef *f, upb_fieldtype_t type) { 1041 static bool checksetdefault(upb_fielddef *f, upb_fieldtype_t type) { [all...] |