Searched defs:DelegatingConstructor (Results 1 – 2 of 2) sorted by relevance
46 struct DelegatingConstructor { struct48 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument49 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() function
61 struct DelegatingConstructor { struct63 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument64 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() function