Searched refs:sel_of_type (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h35 char * sel_of_type; member in struct:bsArg
H A Dlibffi.m430 if (*octype_str == _C_SEL && bs_arg != NULL && bs_arg->sel_of_type != NULL && *(char **)value != NULL) {
435 if (strcmp(inf_prot_method->encoding, bs_arg->sel_of_type) != 0)
436 return rb_err_new(ocdataconv_err_class(), "Cannot register the given selector '%s' as an informal protocol method of type '%s', because another informal protocol method is already registered with the same signature (but with another type, '%s'. Please rename your selector.", *(char **)value, bs_arg->sel_of_type, inf_prot_method->encoding);
443 inf_prot_method->encoding = bs_arg->sel_of_type;
446 FFI_LOG("registered informal protocol method '%s' of type '%s'", *(char **)value, bs_arg->sel_of_type);
H A DBridgeSupport.m203 if (entry->argv[i].sel_of_type != NULL)
204 free(entry->argv[i].sel_of_type);
1625 arg->sel_of_type = get_attribute(reader, "sel_of_type64");
1626 if (arg->sel_of_type == NULL)
1628 arg->sel_of_type = get_attribute(reader, "sel_of_type");

Completed in 114 milliseconds