Searched defs:ClassWithMultipleCtor (Results 1 – 1 of 1) sorted by relevance
15 struct ClassWithMultipleCtor { struct17 ClassWithMultipleCtor(int i) { value = i; } in ClassWithMultipleCtor() argument18 ClassWithMultipleCtor(int i, int v) { value = v + i; } in ClassWithMultipleCtor() function