Searched defs:Immovable (Results 1 – 4 of 4) 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() argument
328 struct Immovable { struct329 static unsigned Constructions;330 static unsigned Destructions;331 int val;332 explicit Immovable(int val) : val(val) { in Immovable() function335 ~Immovable() { in ~Immovable()338 static void ResetCounts() { in ResetCounts()
317 struct Immovable { struct318 Immovable() {} in Immovable() argument