Searched refs:objc_property_list64 (Results 1 – 1 of 1) sorted by relevance
2778 struct objc_property_list64 { struct3069 inline void swapStruct(struct objc_property_list64 &pl) { in swapStruct()4250 struct objc_property_list64 opl; in print_objc_property_list64()4261 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()4262 if (left < sizeof(struct objc_property_list64)) { in print_objc_property_list64()4266 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()4272 p += sizeof(struct objc_property_list64); in print_objc_property_list64()4273 offset += sizeof(struct objc_property_list64); in print_objc_property_list64()