Searched refs:CustomCopy (Results 1 – 2 of 2) sorted by relevance
54 class CustomCopy {56 CustomCopy() : value(0) {}57 CustomCopy(const CustomCopy &other) : value(other.value) {64 @property CustomCopy inner;
464 struct CustomCopy { CustomCopy(); CustomCopy(const CustomCopy&); }; struct466 CustomCopy CC;