Searched refs:ConstCopy (Results 1 – 4 of 4) sorted by relevance
12 struct ConstCopy { struct13 ConstCopy(const ConstCopy &);33 struct A : ConstCopy {};34 struct B : NonConstCopy { ConstCopy a; };35 struct C : ConstCopy { NonConstCopy a; };
12 struct ConstCopy { struct13 ConstCopy &operator=(const ConstCopy &);42 struct A : ConstCopy {};43 struct B : NonConstCopy { ConstCopy a; };44 struct C : ConstCopy { NonConstCopy a; };
3 struct ConstCopy { struct4 ConstCopy();5 ConstCopy(const ConstCopy&);
3 struct ConstCopy { struct4 ConstCopy();5 ConstCopy &operator=(const ConstCopy&);