Searched defs:Immovable (Results 1 – 2 of 2) sorted by relevance
327 struct Immovable { struct328 static unsigned Constructions;329 static unsigned Destructions;330 int val;331 explicit Immovable(int val) : val(val) { in Immovable() function334 ~Immovable() { in ~Immovable()337 static void ResetCounts() { in ResetCounts()
287 struct Immovable { struct288 Immovable() {} in Immovable() function