Lines Matching refs:selectors
44 /* Number of selectors stored in each of the above tables. */
62 /* Register a bunch of selectors from the table of selectors in a
63 module. 'selectors' should not be NULL. The list is terminated by
64 a selectors with a NULL sel_id. The selectors are assumed to
68 __objc_register_selectors_from_module (struct objc_selector *selectors)
72 for (i = 0; selectors[i].sel_id; ++i)
75 name = (char *) selectors[i].sel_id;
76 type = (char *) selectors[i].sel_types;
80 __sel_register_typed_name (name, type, (struct objc_selector *) &(selectors[i]),
241 all selectors, not just Protocol selectors. */
311 /* We had already found a typed selectors, so we
322 /* The types of the two selectors are different;
359 /* Count how many selectors we have. */
366 /* Count how many selectors we have. */
378 /* Copy the selectors. */
488 /* There are already selectors with that name. Examine them to
539 /* There are no other selectors with this name registered in the
591 /* Now add the selector to the list of selectors with that id. */