Searched refs:to_fieldtype (Results 1 – 5 of 5) sorted by relevance
472 repeated_field_create_with_type(repeated_field_type, to_fieldtype(type), in check_repeated_field()494 if (to_fieldtype(type) != intern->type) { in check_repeated_field()546 map_field_create_with_type(map_field_type, to_fieldtype(key_type), in check_map_field()547 to_fieldtype(value_type), klass, in check_map_field()570 if (to_fieldtype(key_type) != intern->key_type) { in check_map_field()576 if (to_fieldtype(value_type) != intern->value_type) { in check_map_field()
401 intern->key_type = to_fieldtype(key_type); in PHP_METHOD()402 intern->value_type = to_fieldtype(value_type); in PHP_METHOD()
311 intern->type = to_fieldtype(type);
375 upb_fieldtype_t to_fieldtype(upb_descriptortype_t type) { in to_fieldtype() function
1455 upb_fieldtype_t to_fieldtype(upb_descriptortype_t type);