Searched defs:MultiArgConstructor (Results 1 – 1 of 1) sorted by relevance
180 struct MultiArgConstructor { struct181 int x, y;182 MultiArgConstructor(int x, int y) : x(x), y(y) {} in MultiArgConstructor() function183 explicit MultiArgConstructor(int x, bool positive) in MultiArgConstructor() function191 static unsigned Destructions;192 ~MultiArgConstructor() { in ~MultiArgConstructor()195 static void ResetCounts() { in ResetCounts()