Searched defs:CopyOnly (Results 1 – 3 of 3) sorted by relevance
49 struct CopyOnly { struct51 explicit CopyOnly(int value) : value(value) {} in CopyOnly() argument57 int value = 0;
1608 def CopyOnly(s, t): function
2257 struct CopyOnly; in test_extend_from_within_spec() struct2259 impl Clone for CopyOnly { in test_extend_from_within_spec() implementation