Searched refs:non_const_copied (Results 1 – 2 of 2) sorted by relevance
73 static int non_const_copied; member79 small_type::non_const_copied = 0; in reset()99 ++non_const_copied; in throw()132 int small_type<Dummy>::non_const_copied = 0;147 static int non_const_copied; member153 large_type::non_const_copied = 0; in reset()174 ++non_const_copied; in large_type()208 int large_type<Dummy>::non_const_copied = 0;
200 assert(Type::non_const_copied == 1); in test_cast_to_value()214 assert(Type::non_const_copied == 0); in test_cast_to_value()228 assert(Type::non_const_copied == 0); in test_cast_to_value()242 assert(Type::non_const_copied == 1); in test_cast_to_value()256 assert(Type::non_const_copied == 0); in test_cast_to_value()270 assert(Type::non_const_copied == 0); in test_cast_to_value()