Lines Matching refs:copy_called
31 static bool copy_called;
36 A1(const A1& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
40 A1(const A1<U>& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
58 template <class T> bool A1<T>::copy_called = false;
93 static bool copy_called;
97 A2(const A2& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
107 template <class T> bool A2<T>::copy_called = false;
139 static bool copy_called;
144 A3(const A3& a) TEST_NOEXCEPT : id_(a.id()) {copy_called = true;}
164 template <class T> bool A3<T>::copy_called = false;