Searched refs:objc_property_list64 (Results 1 – 1 of 1) sorted by relevance
2619 struct objc_property_list64 { struct2910 inline void swapStruct(struct objc_property_list64 &pl) { in swapStruct()4091 struct objc_property_list64 opl; in print_objc_property_list64()4102 memset(&opl, '\0', sizeof(struct objc_property_list64)); in print_objc_property_list64()4103 if (left < sizeof(struct objc_property_list64)) { in print_objc_property_list64()4107 memcpy(&opl, r, sizeof(struct objc_property_list64)); in print_objc_property_list64()4113 p += sizeof(struct objc_property_list64); in print_objc_property_list64()4114 offset += sizeof(struct objc_property_list64); in print_objc_property_list64()