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

/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-class-old.mm610 } else if (!cls->ext->propertyLists) {
616 result = (old_property_list *)cls->ext->propertyLists;
622 result = cls->ext->propertyLists[*indexp];
1814 if (!cls->ext->propertyLists) {
1816 cls->ext->propertyLists = (old_property_list **)newlist;
1824 newarray[1] = (old_property_list *)cls->ext->propertyLists;
1826 cls->ext->propertyLists = newarray;
1833 while (cls->ext->propertyLists[count]) count++;
1837 memcpy(&newarray[1], &cls->ext->propertyLists[0],
1840 free(cls->ext->propertyLists);
[all...]
H A Dobjc-runtime-old.h205 struct old_property_list **propertyLists; member in struct:old_class_ext
H A Dobjc-runtime-old.mm2554 if (cls->ext->propertyLists) {
2559 (old_property_list *)cls->ext->propertyLists;
2564 for (plistp = cls->ext->propertyLists;
2570 try_free(cls->ext->propertyLists);

Completed in 113 milliseconds