Searched refs:const_copied (Results 1 – 2 of 2) sorted by relevance
72 static int const_copied; member78 small_type::const_copied = 0; in reset()92 ++const_copied; in throw()129 int small_type<Dummy>::const_copied = 0;146 static int const_copied; member152 large_type::const_copied = 0; in reset()167 ++const_copied; in large_type()205 int large_type<Dummy>::const_copied = 0;
199 assert(Type::const_copied == 0); in test_cast_to_value()213 assert(Type::const_copied == 1); in test_cast_to_value()227 assert(Type::const_copied == 1); in test_cast_to_value()241 assert(Type::const_copied == 0); in test_cast_to_value()255 assert(Type::const_copied == 1); in test_cast_to_value()269 assert(Type::const_copied == 1); in test_cast_to_value()