Searched defs:MultiArgConstructor (Results 1 – 1 of 1) sorted by relevance
218 struct MultiArgConstructor { struct219 int x, y;220 MultiArgConstructor(int x, int y) : x(x), y(y) {} in MultiArgConstructor() function221 explicit MultiArgConstructor(int x, bool positive) in MultiArgConstructor() argument234 static unsigned Destructions;235 ~MultiArgConstructor() { in ~MultiArgConstructor()238 static void ResetCounts() { in ResetCounts()