Searched refs:objc_property_list32 (Results 1 – 1 of 1) sorted by relevance
2625 struct objc_property_list32 { struct2915 inline void swapStruct(struct objc_property_list32 &pl) { in swapStruct()4170 struct objc_property_list32 opl; in print_objc_property_list32()4180 memset(&opl, '\0', sizeof(struct objc_property_list32)); in print_objc_property_list32()4181 if (left < sizeof(struct objc_property_list32)) { in print_objc_property_list32()4185 memcpy(&opl, r, sizeof(struct objc_property_list32)); in print_objc_property_list32()4191 p += sizeof(struct objc_property_list32); in print_objc_property_list32()4192 offset += sizeof(struct objc_property_list32); in print_objc_property_list32()