Searched refs:ConstructorTracker (Results 1 – 2 of 2) sorted by relevance
613 struct ConstructorTracker { struct622 ConstructorTracker(T&& string) : string(string) { in ConstructorTracker() argument625 ConstructorTracker(const ConstructorTracker& ct) { in ConstructorTracker() function629 ConstructorTracker(ConstructorTracker&& ct) noexcept { in ConstructorTracker() function633 ConstructorTracker& operator=(const ConstructorTracker& ct) { in operator =() argument638 ConstructorTracker& operator=(ConstructorTracker&& ct) noexcept { in operator =() argument653 size_t ConstructorTracker::constructor_called = 0; argument654 size_t ConstructorTracker::copy_constructor_called = 0;655 size_t ConstructorTracker::move_constructor_called = 0;656 size_t ConstructorTracker::copy_assignment_called = 0;[all …]
195 struct ConstructorTracker { struct203 ConstructorTracker(T&& string) : string(string) { in ConstructorTracker() function207 ConstructorTracker(const ConstructorTracker& ct) { in ConstructorTracker() function211 ConstructorTracker(ConstructorTracker&& ct) noexcept { in ConstructorTracker() function215 ConstructorTracker& operator=(const ConstructorTracker& ct) { in operator =() argument220 ConstructorTracker& operator=(ConstructorTracker&& ct) noexcept { in operator =() argument229 size_t ConstructorTracker::constructor_called = 0;230 size_t ConstructorTracker::copy_constructor_called = 0;231 size_t ConstructorTracker::move_constructor_called = 0;232 size_t ConstructorTracker::copy_assignment_called = 0;[all …]