Searched defs:ConstructionCounting (Results 1 – 6 of 6) sorted by relevance
7597 struct ConstructionCounting { struct7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() function7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7628 int ConstructionCounting::default_ctor_calls = 0; argument
7597 struct ConstructionCounting { struct7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() function7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7628 int ConstructionCounting::default_ctor_calls = 0; argument
7556 struct ConstructionCounting { struct7557 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument7558 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7559 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function7560 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument7561 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7565 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7587 int ConstructionCounting::default_ctor_calls = 0; argument
7597 struct ConstructionCounting { struct7598 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument7599 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7600 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() function7601 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument7602 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7606 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7628 int ConstructionCounting::default_ctor_calls = 0; argument
7548 struct ConstructionCounting { struct7549 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() function7550 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7551 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument7552 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() function7553 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7557 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7579 int ConstructionCounting::default_ctor_calls = 0; argument
7556 struct ConstructionCounting { struct7557 ConstructionCounting() { ++default_ctor_calls; } in ConstructionCounting() argument7558 ~ConstructionCounting() { ++dtor_calls; } in ~ConstructionCounting() argument7559 ConstructionCounting(const ConstructionCounting&) { ++copy_ctor_calls; } in ConstructionCounting() argument7560 ConstructionCounting(ConstructionCounting&&) noexcept { ++move_ctor_calls; } in ConstructionCounting() argument7561 ConstructionCounting& operator=(const ConstructionCounting&) { in operator =() argument7565 ConstructionCounting& operator=(ConstructionCounting&&) noexcept { in operator =() argument7587 int ConstructionCounting::default_ctor_calls = 0; argument